Home
last modified time | relevance | path

Searched refs:gc_candidate (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/logfs/
Dgc.c182 static struct gc_candidate *add_list(struct gc_candidate *cand, in add_list()
187 struct gc_candidate *cur; in add_list()
193 cur = rb_entry(parent, struct gc_candidate, rb_node); in add_list()
212 cand = rb_entry(rb_last(&list->rb_tree), struct gc_candidate, rb_node); in add_list()
218 static void remove_from_list(struct gc_candidate *cand) in remove_from_list()
226 static void free_candidate(struct super_block *sb, struct gc_candidate *cand) in free_candidate()
236 struct gc_candidate *cand; in get_best_cand()
241 cand = rb_entry(rb_first(&list->rb_tree), struct gc_candidate, rb_node); in get_best_cand()
268 static void __add_candidate(struct super_block *sb, struct gc_candidate *cand) in __add_candidate()
302 struct gc_candidate *cand; in add_candidate()
[all …]
Dlogfs.h188 struct gc_candidate { struct
/linux-3.4.99/net/unix/
Dgarbage.c188 if (u->gc_candidate) { in scan_inflight()
318 u->gc_candidate = 1; in unix_gc()
359 u->gc_candidate = 0; in unix_gc()
/linux-3.4.99/include/net/
Daf_unix.h59 unsigned int gc_candidate : 1; member