Searched refs:slob_list (Results 1 – 1 of 1) sorted by relevance
306 struct list_head *slob_list; in slob_alloc() local312 slob_list = &free_slob_small; in slob_alloc()314 slob_list = &free_slob_medium; in slob_alloc()316 slob_list = &free_slob_large; in slob_alloc()320 list_for_each_entry(sp, slob_list, slab_list) { in slob_alloc()350 if (!list_is_first(&sp->slab_list, slob_list)) in slob_alloc()351 list_rotate_to_front(&sp->slab_list, slob_list); in slob_alloc()371 set_slob_page_free(sp, slob_list); in slob_alloc()390 struct list_head *slob_list; in slob_free() local419 slob_list = &free_slob_small; in slob_free()[all …]