Searched refs:unbuddied (Results 1 – 2 of 2) sorted by relevance
109 struct list_head unbuddied[NCHUNKS]; member230 INIT_LIST_HEAD(&pool->unbuddied[i]); in zbud_create_pool()285 if (!list_empty(&pool->unbuddied[i])) { in zbud_alloc()286 zhdr = list_first_entry(&pool->unbuddied[i], in zbud_alloc()316 list_add(&zhdr->buddy, &pool->unbuddied[freechunks]); in zbud_alloc()374 list_add(&zhdr->buddy, &pool->unbuddied[freechunks]); in zbud_free()472 list_add(&zhdr->buddy, &pool->unbuddied[freechunks]); in zbud_reclaim_page()
156 struct list_head *unbuddied; member549 struct list_head *unbuddied; in add_to_unbuddied() local553 unbuddied = this_cpu_ptr(pool->unbuddied); in add_to_unbuddied()555 list_add(&zhdr->buddy, &unbuddied[freechunks]); in add_to_unbuddied()796 struct list_head *unbuddied; in __z3fold_alloc() local802 unbuddied = this_cpu_ptr(pool->unbuddied); in __z3fold_alloc()804 struct list_head *l = &unbuddied[i]; in __z3fold_alloc()857 unbuddied = per_cpu_ptr(pool->unbuddied, cpu); in __z3fold_alloc()859 l = &unbuddied[chunks]; in __z3fold_alloc()931 pool->unbuddied = __alloc_percpu(sizeof(struct list_head) * NCHUNKS, in z3fold_create_pool()[all …]