Example #1
0
void posix_free_data(struct xseg *xseg, void *data)
{
    if (data)
        xseg_put_objh(xseg, (struct xobject_h *)data);
}
Example #2
0
static void segdev_free_data(struct xseg *xseg, void *data)
{
	if (data)
		xseg_put_objh(xseg, (struct xobject_h *)data);
}