Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fscache/
Dobject.c822 wait_queue_head_t *cong_wq = in fscache_enqueue_object() local
827 wake_up(cong_wq); in fscache_enqueue_object()
849 wait_queue_head_t *cong_wq = this_cpu_ptr(&fscache_object_cong_wait); in fscache_object_sleep_till_congested() local
855 add_wait_queue_exclusive(cong_wq, &wait); in fscache_object_sleep_till_congested()
858 finish_wait(cong_wq, &wait); in fscache_object_sleep_till_congested()