Searched refs:UNIX_GC_CANDIDATE (Results 1 – 2 of 2) sorted by relevance
117 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()
61 #define UNIX_GC_CANDIDATE 0 macro