Home
last modified time | relevance | path

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

/linux/net/unix/
H A Dgarbage.c321 static bool gc_in_progress; variable
331 if (!READ_ONCE(gc_in_progress)) in unix_peek_fpl()
610 WRITE_ONCE(gc_in_progress, true); in unix_gc()
635 WRITE_ONCE(gc_in_progress, false); in unix_gc()
654 if (!READ_ONCE(gc_in_progress)) in unix_schedule_gc()