Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c714 init_waitqueue_head(&skc->skc_waitq); in spl_kmem_cache_create()
962 wake_up_all(&skc->skc_waitq); in spl_cache_grow_work()
1034 wake_up_all(&skc->skc_waitq); in spl_cache_grow()
1058 remaining = wait_event_timeout(skc->skc_waitq, in spl_cache_grow()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h163 wait_queue_head_t skc_waitq; /* Allocation waiters */ member