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()
633 WRITE_ONCE(gc_in_progress, false); in unix_gc()
652 if (!READ_ONCE(gc_in_progress)) { in unix_schedule_gc()
653 WRITE_ONCE(gc_in_progress, true); in unix_schedule_gc()