Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/unix/
H A Dgarbage.c188 static bool gc_in_progress; variable
196 * unix_notinflight() and gc_in_progress(). in wait_for_unix_gc()
199 !READ_ONCE(gc_in_progress)) in wait_for_unix_gc()
201 wait_event(unix_gc_wait, gc_in_progress == false); in wait_for_unix_gc()
217 if (gc_in_progress) in unix_gc()
221 WRITE_ONCE(gc_in_progress, true); in unix_gc()
345 WRITE_ONCE(gc_in_progress, false); in unix_gc()
/kernel/linux/linux-6.6/net/unix/
H A Dgarbage.c188 static bool gc_in_progress; variable
196 * unix_notinflight() and gc_in_progress(). in wait_for_unix_gc()
199 !READ_ONCE(gc_in_progress)) in wait_for_unix_gc()
201 wait_event(unix_gc_wait, !READ_ONCE(gc_in_progress)); in wait_for_unix_gc()
217 if (gc_in_progress) in unix_gc()
221 WRITE_ONCE(gc_in_progress, true); in unix_gc()
337 WRITE_ONCE(gc_in_progress, false); in unix_gc()

Completed in 2 milliseconds