Home
last modified time | relevance | path

Searched refs:kmem_cache_reap_active (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkmem.h82 boolean_t kmem_cache_reap_active(void);
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h180 #define kmem_cache_reap_active spl_kmem_cache_reap_active macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c228 kmem_cache_reap_active(void) in kmem_cache_reap_active() function
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h761 extern int kmem_cache_reap_active(void);
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c1008 kmem_cache_reap_active(void) in kmem_cache_reap_active() function
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c4979 if (!kmem_cache_reap_active() && free_memory < 0) { in arc_reap_cb_check()