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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dshrinker.h50 int linuxkpi_register_shrinker(struct shrinker *s);
53 #define register_shrinker(s) linuxkpi_register_shrinker(s)
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_shrinker.c45 linuxkpi_register_shrinker(struct shrinker *s) function

Completed in 163 milliseconds