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()249 __set_bit(UNIX_GC_CANDIDATE, &u->gc_flags); in unix_gc()295 __clear_bit(UNIX_GC_CANDIDATE, &u->gc_flags); in unix_gc()
68 #define UNIX_GC_CANDIDATE 0 macro