Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h41 KMC_BIT_DEADLOCKED = 14, /* Deadlock detected */ enumerator
62 #define KMC_DEADLOCKED (1 << KMC_BIT_DEADLOCKED)
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c961 clear_bit(KMC_BIT_DEADLOCKED, &skc->skc_flags); in __spl_cache_grow()
1075 if (test_bit(KMC_BIT_DEADLOCKED, &skc->skc_flags)) { in spl_cache_grow()
1084 set_bit(KMC_BIT_DEADLOCKED, &skc->skc_flags); in spl_cache_grow()