Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlloop.c137 wait_queue_head_t lo_bh_wait; member
283 if (waitqueue_active(&lo->lo_bh_wait)) in loop_add_bio()
284 wake_up(&lo->lo_bh_wait); in loop_add_bio()
427 wait_event(lo->lo_bh_wait, loop_active(lo)); in loop_thread()
564 wake_up(&lo->lo_bh_wait); in loop_clr_fd()
820 init_waitqueue_head(&lo->lo_bh_wait); in lloop_init()