Searched refs:slob_list (Results 1 – 1 of 1) sorted by relevance
305 struct list_head *slob_list; in slob_alloc() local311 slob_list = &free_slob_small; in slob_alloc()313 slob_list = &free_slob_medium; in slob_alloc()315 slob_list = &free_slob_large; in slob_alloc()319 list_for_each_entry(sp, slob_list, slab_list) { in slob_alloc()349 if (!list_is_first(&sp->slab_list, slob_list)) in slob_alloc()350 list_rotate_to_front(&sp->slab_list, slob_list); in slob_alloc()369 set_slob_page_free(sp, slob_list); in slob_alloc()388 struct list_head *slob_list; in slob_free() local418 slob_list = &free_slob_small; in slob_free()[all …]