Searched refs:UNIX_GC_CANDIDATE (Results 1 – 2 of 2) sorted by relevance
185 if (test_bit(UNIX_GC_CANDIDATE, &u->gc_flags)) { in scan_inflight()311 __set_bit(UNIX_GC_CANDIDATE, &u->gc_flags); in unix_gc()349 __clear_bit(UNIX_GC_CANDIDATE, &u->gc_flags); in unix_gc()
62 #define UNIX_GC_CANDIDATE 0 macro