Home
last modified time | relevance | path

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

/Linux-v4.19/net/unix/
Dgarbage.c257 static bool gc_in_progress; variable
265 if (unix_tot_inflight > UNIX_INFLIGHT_TRIGGER_GC && !gc_in_progress) in wait_for_unix_gc()
267 wait_event(unix_gc_wait, gc_in_progress == false); in wait_for_unix_gc()
282 if (gc_in_progress) in unix_gc()
285 gc_in_progress = true; in unix_gc()
371 gc_in_progress = false; in unix_gc()