Home
last modified time | relevance | path

Searched refs:KMC_BIT_REAPING (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h44 KMC_BIT_REAPING = 16, /* Reaping in progress */ enumerator
66 #define KMC_REAPING (1 << KMC_BIT_REAPING)
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c1007 if (test_bit(KMC_BIT_REAPING, &skc->skc_flags)) { in spl_cache_grow()
1008 rc = wait_on_bit(&skc->skc_flags, KMC_BIT_REAPING, in spl_cache_grow()
1379 if (test_and_set_bit(KMC_BIT_REAPING, &skc->skc_flags)) in spl_kmem_cache_reap_now()
1390 clear_bit_unlock(KMC_BIT_REAPING, &skc->skc_flags); in spl_kmem_cache_reap_now()
1392 wake_up_bit(&skc->skc_flags, KMC_BIT_REAPING); in spl_kmem_cache_reap_now()