Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h169 spl_wait_queue_head_t skc_waitq; /* Allocation waiters */ member
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c732 init_waitqueue_head(&skc->skc_waitq); in spl_kmem_cache_create()
998 wake_up_all(&skc->skc_waitq); in spl_cache_grow_work()
1060 wake_up_all(&skc->skc_waitq); in spl_cache_grow()
1084 remaining = wait_event_timeout(skc->skc_waitq, in spl_cache_grow()