Home
last modified time | relevance | path

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

/Linux-v4.19/net/unix/
Dgarbage.c253 if (test_bit(UNIX_GC_MAYBE_CYCLE, &u->gc_flags)) in inc_inflight_move_tail()
313 __set_bit(UNIX_GC_MAYBE_CYCLE, &u->gc_flags); in unix_gc()
339 __clear_bit(UNIX_GC_MAYBE_CYCLE, &u->gc_flags); in unix_gc()
/Linux-v4.19/include/net/
Daf_unix.h64 #define UNIX_GC_MAYBE_CYCLE 1 macro