Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dslob.c273 struct list_head *slob_list; in slob_alloc() local
278 slob_list = &free_slob_small; in slob_alloc()
280 slob_list = &free_slob_medium; in slob_alloc()
282 slob_list = &free_slob_large; in slob_alloc()
286 list_for_each_entry(sp, slob_list, lru) { in slob_alloc()
308 if (prev != slob_list->prev && in slob_alloc()
309 slob_list->next != prev->next) in slob_alloc()
310 list_move_tail(slob_list, prev->next); in slob_alloc()
328 set_slob_page_free(sp, slob_list); in slob_alloc()
347 struct list_head *slob_list; in slob_free() local
[all …]