Home
last modified time | relevance | path

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

/linux-6.12.1/net/unix/
Dgarbage.c548 static bool gc_in_progress; variable
578 WRITE_ONCE(gc_in_progress, false); in __unix_gc()
585 WRITE_ONCE(gc_in_progress, true); in unix_gc()
601 !READ_ONCE(gc_in_progress)) in wait_for_unix_gc()
611 if (READ_ONCE(gc_in_progress)) in wait_for_unix_gc()