Home
last modified time | relevance | path

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

/linux/mm/
H A Dslub.c423 struct list_head sheaves_full; member
3191 list_add(&sheaf->barn_list, &barn->sheaves_full); in barn_put_full_sheaf()
3208 sheaf = list_first_entry(&barn->sheaves_full, struct slab_sheaf, in barn_get_full_or_empty_sheaf()
3245 full = list_first_entry(&barn->sheaves_full, struct slab_sheaf, in barn_replace_empty_sheaf()
3284 list_add(&full->barn_list, &barn->sheaves_full); in barn_replace_full_sheaf()
3299 INIT_LIST_HEAD(&barn->sheaves_full); in barn_init()
3314 list_splice_init(&barn->sheaves_full, &full_list); in barn_shrink()