Searched refs:buddied (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dzbud.c84 * @buddied: list tracking the zbud pages that contain two buddies;
95 * Reuse unbuddied[0] as buddied on the ground that
98 struct list_head buddied; member in union:zbud_pool::__anon4797
107 * @buddy: links the zbud page into the unbuddied/buddied lists in the pool
211 INIT_LIST_HEAD(&pool->buddied);
296 /* Add to buddied list */
297 list_add(&zhdr->buddy, &pool->buddied);

Completed in 107 milliseconds