Searched refs:wqh (Results 1 – 2 of 2) sorted by relevance
936 wait_queue_head_t *wqh = &congestion_wqh[sync]; in clear_bdi_congested() local943 if (waitqueue_active(wqh)) in clear_bdi_congested()944 wake_up(wqh); in clear_bdi_congested()972 wait_queue_head_t *wqh = &congestion_wqh[sync]; in congestion_wait() local974 prepare_to_wait(wqh, &wait, TASK_UNINTERRUPTIBLE); in congestion_wait()976 finish_wait(wqh, &wait); in congestion_wait()1003 wait_queue_head_t *wqh = &congestion_wqh[sync]; in wait_iff_congested() local1021 prepare_to_wait(wqh, &wait, TASK_UNINTERRUPTIBLE); in wait_iff_congested()1023 finish_wait(wqh, &wait); in wait_iff_congested()
165 wait_queue_head_t *wqh; member4832 remove_wait_queue(event->wqh, &event->wait); in memcg_event_remove()4883 wait_queue_head_t *wqh, poll_table *pt) in memcg_event_ptable_queue_proc() argument4888 event->wqh = wqh; in memcg_event_ptable_queue_proc()4889 add_wait_queue(wqh, &event->wait); in memcg_event_ptable_queue_proc()