Searched refs:ln_eq_waitq (Results 1 – 3 of 3) sorted by relevance
232 if (waitqueue_active(&the_lnet.ln_eq_waitq)) in lnet_eq_enqueue_event()233 wake_up_all(&the_lnet.ln_eq_waitq); in lnet_eq_enqueue_event()335 add_wait_queue(&the_lnet.ln_eq_waitq, &wl); in lnet_eq_wait_locked()354 remove_wait_queue(&the_lnet.ln_eq_waitq, &wl); in lnet_eq_wait_locked()
96 init_waitqueue_head(&the_lnet.ln_eq_waitq); in lnet_init_locks()
537 wait_queue_head_t ln_eq_waitq; member