Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dzbud.c95 struct list_head unbuddied[NCHUNKS]; member
300 INIT_LIST_HEAD(&pool->unbuddied[i]); in zbud_create_pool()
356 if (!list_empty(&pool->unbuddied[i])) { in zbud_alloc()
357 zhdr = list_first_entry(&pool->unbuddied[i], in zbud_alloc()
387 list_add(&zhdr->buddy, &pool->unbuddied[freechunks]); in zbud_alloc()
445 list_add(&zhdr->buddy, &pool->unbuddied[freechunks]); in zbud_free()
546 list_add(&zhdr->buddy, &pool->unbuddied[freechunks]); in zbud_reclaim_page()