Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dzbud.c95 struct list_head unbuddied[NCHUNKS]; member
315 INIT_LIST_HEAD(&pool->unbuddied[i]); in zbud_create_pool()
371 if (!list_empty(&pool->unbuddied[i])) { in zbud_alloc()
372 zhdr = list_first_entry(&pool->unbuddied[i], in zbud_alloc()
402 list_add(&zhdr->buddy, &pool->unbuddied[freechunks]); in zbud_alloc()
460 list_add(&zhdr->buddy, &pool->unbuddied[freechunks]); in zbud_free()
561 list_add(&zhdr->buddy, &pool->unbuddied[freechunks]); in zbud_reclaim_page()