Searched refs:skc_waitq (Results 1 – 2 of 2) sorted by relevance
714 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()
163 wait_queue_head_t skc_waitq; /* Allocation waiters */ member