Home
last modified time | relevance | path

Searched refs:count_objects (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-shrink.m476 .count_objects = shrinker_cb,
100 dnl # ->count_objects() and ->scan_objects()
102 AC_MSG_CHECKING([whether ->count_objects callback exists])
106 [->count_objects exists])
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_shrinker.c50 KASSERT(s->count_objects != NULL, ("NULL shrinker")); in linuxkpi_register_shrinker()
78 can_free = s->count_objects(s, &sc); in shrinker_shrink()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dshrinker.h39 unsigned long (*count_objects)(struct shrinker *, struct shrink_control *); member
/freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dshrinker.h97 .count_objects = countfunc, \