Home
last modified time | relevance | path

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

/openbmc/linux/net/unix/
H A Dgarbage.c117 if (test_bit(UNIX_GC_CANDIDATE, &u->gc_flags)) { in scan_inflight()
259 __set_bit(UNIX_GC_CANDIDATE, &u->gc_flags); in unix_gc()
318 __clear_bit(UNIX_GC_CANDIDATE, &u->gc_flags); in unix_gc()
/openbmc/linux/include/net/
H A Daf_unix.h61 #define UNIX_GC_CANDIDATE 0 macro