Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dzbud.c99 struct list_head unbuddied[NCHUNKS]; member
210 INIT_LIST_HEAD(&pool->unbuddied[i]); in zbud_create_pool()
263 if (!list_empty(&pool->unbuddied[i])) { in zbud_alloc()
264 zhdr = list_first_entry(&pool->unbuddied[i], in zbud_alloc()
294 list_add(&zhdr->buddy, &pool->unbuddied[freechunks]); in zbud_alloc()
335 list_add(&zhdr->buddy, &pool->unbuddied[freechunks]); in zbud_free()
H A Dz3fold.c147 struct list_head *unbuddied; member
543 struct list_head *unbuddied; in add_to_unbuddied() local
547 unbuddied = this_cpu_ptr(pool->unbuddied); in add_to_unbuddied()
549 list_add(&zhdr->buddy, &unbuddied[freechunks]); in add_to_unbuddied()
790 struct list_head *unbuddied; in __z3fold_alloc() local
796 unbuddied = this_cpu_ptr(pool->unbuddied); in __z3fold_alloc()
798 struct list_head *l = &unbuddied[i]; in __z3fold_alloc()
851 unbuddied = per_cpu_ptr(pool->unbuddied, cpu); in __z3fold_alloc()
853 l = &unbuddied[chunks]; in __z3fold_alloc()
923 pool->unbuddied = __alloc_percpu(sizeof(struct list_head) * NCHUNKS, in z3fold_create_pool()
[all …]