Home
last modified time | relevance | path

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

/openbmc/linux/net/unix/
H A Dgarbage.c185 if (test_bit(UNIX_GC_MAYBE_CYCLE, &u->gc_flags)) in inc_inflight_move_tail()
260 __set_bit(UNIX_GC_MAYBE_CYCLE, &u->gc_flags); in unix_gc()
291 __clear_bit(UNIX_GC_MAYBE_CYCLE, &u->gc_flags); in unix_gc()
/openbmc/linux/include/net/
H A Daf_unix.h62 #define UNIX_GC_MAYBE_CYCLE 1 macro