Searched refs:can_free (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_shrinker.c72 unsigned long can_free; local
77 can_free = s->count_objects(s, &sc);
78 if (can_free <= 0)
82 while (scanned <= can_free) {
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddnode.c1107 boolean_t can_free = (dn->dn_type == DMU_OT_NONE && local
1112 if (!can_free)

Completed in 66 milliseconds