Lines Matching refs:reserve_space_wq
306 __add_wait_queue_entry_tail_exclusive(&c->reserve_space_wq, &wait); in __queue_and_wait()
308 spin_unlock(&c->reserve_space_wq.lock); in __queue_and_wait()
311 finish_wait(&c->reserve_space_wq, &wait); in __queue_and_wait()
328 spin_lock(&c->reserve_space_wq.lock); in wait_for_reservation()
331 spin_unlock(&c->reserve_space_wq.lock); in wait_for_reservation()
348 spin_lock(&c->reserve_space_wq.lock); in wake_up_reservation()
349 if (waitqueue_active(&c->reserve_space_wq)) in wake_up_reservation()
350 wake_up_locked(&c->reserve_space_wq); in wake_up_reservation()
358 spin_unlock(&c->reserve_space_wq.lock); in wake_up_reservation()
370 spin_lock(&c->reserve_space_wq.lock); in add_or_start_queue()
373 spin_unlock(&c->reserve_space_wq.lock); in add_or_start_queue()