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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dmultilist.h79 void multilist_remove(multilist_t *, void *);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dmultilist.c54 * sublist to remove from when multilist_remove() is called. The
200 multilist_remove(multilist_t *ml, void *obj) function
309 * but this can lead to trouble if multilist_remove() is called to
312 * a parameter here, any call to multilist_remove() with this newly
313 * inserted object is undefined! (the call to multilist_remove() will
H A Ddbuf.c2760 multilist_remove(&dbuf_caches[db->db_caching_status].cache, db);
3470 multilist_remove(&dbuf_caches[db->db_caching_status].cache, db);
H A Darc.c2330 multilist_remove(&state->arcs_list[arc_buf_type(hdr)],
2467 multilist_remove(&old_state->arcs_list[buftype], hdr);

Completed in 220 milliseconds