Home
last modified time | relevance | path

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

/f-stack/freebsd/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)
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c977 clear_bit(KMC_BIT_DEADLOCKED, &skc->skc_flags); in __spl_cache_grow()
1081 if (test_bit(KMC_BIT_DEADLOCKED, &skc->skc_flags)) { in spl_cache_grow()
1090 set_bit(KMC_BIT_DEADLOCKED, &skc->skc_flags); in spl_cache_grow()