Searched refs:slob_list (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dslob.c325 struct list_head *slob_list; local
330 slob_list = &free_slob_small;
332 slob_list = &free_slob_medium;
334 slob_list = &free_slob_large;
338 list_for_each_entry(sp, slob_list, list) {
360 if (prev != slob_list->prev &&
361 slob_list->next != prev->next)
362 list_move_tail(slob_list, prev->next);
380 set_slob_page_free(sp, slob_list);
399 struct list_head *slob_list; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dslob.c325 struct list_head *slob_list; local
330 slob_list = &free_slob_small;
332 slob_list = &free_slob_medium;
334 slob_list = &free_slob_large;
338 list_for_each_entry(sp, slob_list, list) {
360 if (prev != slob_list->prev &&
361 slob_list->next != prev->next)
362 list_move_tail(slob_list, prev->next);
380 set_slob_page_free(sp, slob_list);
399 struct list_head *slob_list; local
[all...]

Completed in 51 milliseconds