Home
last modified time | relevance | path

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

/linux/mm/
H A Dslub.c399 struct list_head sheaves_empty; member
3101 empty = list_first_entry(&barn->sheaves_empty, in barn_get_empty_sheaf()
3124 list_add(&sheaf->barn_list, &barn->sheaves_empty); in barn_put_empty_sheaf()
3158 sheaf = list_first_entry(&barn->sheaves_empty, in barn_get_full_or_empty_sheaf()
3193 list_add(&empty->barn_list, &barn->sheaves_empty); in barn_replace_empty_sheaf()
3226 empty = list_first_entry(&barn->sheaves_empty, struct slab_sheaf, in barn_replace_full_sheaf()
3245 INIT_LIST_HEAD(&barn->sheaves_empty); in barn_init()
3261 list_splice_init(&barn->sheaves_empty, &empty_list); in barn_shrink()