Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/unix/
H A Dgarbage.c184 if (test_bit(UNIX_GC_MAYBE_CYCLE, &u->gc_flags)) in inc_inflight_move_tail()
250 __set_bit(UNIX_GC_MAYBE_CYCLE, &u->gc_flags); in unix_gc()
276 __clear_bit(UNIX_GC_MAYBE_CYCLE, &u->gc_flags); in unix_gc()
/OK3568_Linux_fs/kernel/include/net/
H A Daf_unix.h69 #define UNIX_GC_MAYBE_CYCLE 1 macro