Home
last modified time | relevance | path

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

/linux-4.4.14/net/unix/
Dgarbage.c256 static bool gc_in_progress; variable
264 if (unix_tot_inflight > UNIX_INFLIGHT_TRIGGER_GC && !gc_in_progress) in wait_for_unix_gc()
266 wait_event(unix_gc_wait, gc_in_progress == false); in wait_for_unix_gc()
281 if (gc_in_progress) in unix_gc()
284 gc_in_progress = true; in unix_gc()
370 gc_in_progress = false; in unix_gc()