Searched refs:rc_list (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Drefcount.h57 list_t rc_list; member in struct:refcount
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drefcount.c66 list_create(&rc->rc_list, sizeof (reference_t),
95 while (ref = list_head(&rc->rc_list)) {
96 list_remove(&rc->rc_list, ref);
99 list_destroy(&rc->rc_list);
142 list_insert_head(&rc->rc_list, ref);
172 for (ref = list_head(&rc->rc_list); ref;
173 ref = list_next(&rc->rc_list, ref)) {
175 list_remove(&rc->rc_list, ref);
226 list_move_tail(&list, &src->rc_list);
233 list_move_tail(&dst->rc_list,
[all...]

Completed in 94 milliseconds