Lines Matching full:collection
652 * garbage collection because it is more efficient to write the entire tree
701 * lpt_tgc_start - start trivial garbage collection of LPT LEBs.
704 * LPT trivial garbage collection is where a LPT LEB contains only dirty and
726 * lpt_tgc_end - end trivial garbage collection of LPT LEBs.
729 * LPT trivial garbage collection is where a LPT LEB contains only dirty and
852 * This function is used by LPT garbage collection. LPT garbage collection is
853 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
901 * This function is used by LPT garbage collection. LPT garbage collection is
902 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
931 * This function is used by LPT garbage collection. LPT garbage collection is
932 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
956 * This function is used by LPT garbage collection. LPT garbage collection is
957 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
983 * This function is used by LPT garbage collection. LPT garbage collection is
984 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
1098 * LPT garbage collection is used only for the "big" LPT model
1099 * (c->big_lpt == 1). Garbage collection simply involves marking all the nodes
1144 * lpt_gc - LPT garbage collection.
1147 * Select a LPT LEB for LPT garbage collection and call 'lpt_gc_lnum()'.