Home
last modified time | relevance | path

Searched refs:ln_eq_waitq (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-eq.c232 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()
Dapi-ni.c96 init_waitqueue_head(&the_lnet.ln_eq_waitq); in lnet_init_locks()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h537 wait_queue_head_t ln_eq_waitq; member