Searched refs:multilist_remove (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dmultilist.h80 void multilist_remove(multilist_t *, void *);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmultilist.c45 * sublist to remove from when multilist_remove() is called. The
168 multilist_remove(multilist_t *ml, void *obj) function
270 * but this can lead to trouble if multilist_remove() is called to
273 * a parameter here, any call to multilist_remove() with this newly
274 * inserted object is undefined! (the call to multilist_remove() will
H A Darc.c1838 multilist_remove(list, hdr);
1931 multilist_remove(&old_state->arcs_list[buftype], hdr);

Completed in 67 milliseconds