Searched refs:cll_wq (Results 1 – 2 of 2) sorted by relevance
379 init_waitqueue_head(&lock->cll_wq); in cl_lock_alloc()943 add_wait_queue(&lock->cll_wq, &waiter); in cl_lock_state_wait()960 remove_wait_queue(&lock->cll_wq, &waiter); in cl_lock_state_wait()980 wake_up_all(&lock->cll_wq); in cl_lock_state_signal()1972 l_wait_event(lock->cll_wq, in cl_locks_prune()2147 wake_up_all(&lock->cll_wq); in cl_lock_user_del()
1565 wait_queue_head_t cll_wq; member