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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]

Completed in 121 milliseconds