Lines Matching refs:slob_list
305 struct list_head *slob_list;
311 slob_list = &free_slob_small;
313 slob_list = &free_slob_medium;
315 slob_list = &free_slob_large;
319 list_for_each_entry(sp, slob_list, slab_list) {
349 if (!list_is_first(&sp->slab_list, slob_list))
350 list_rotate_to_front(&sp->slab_list, slob_list);
369 set_slob_page_free(sp, slob_list);
388 struct list_head *slob_list;
418 slob_list = &free_slob_small;
420 slob_list = &free_slob_medium;
422 slob_list = &free_slob_large;
423 set_slob_page_free(sp, slob_list);