Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dzbud.c83 * @buddied: list tracking the zbud pages that contain two buddies;
97 struct list_head buddied; member
110 * @buddy: links the zbud page into the unbuddied/buddied lists in the pool
318 INIT_LIST_HEAD(&pool->buddied); in zbud_create_pool()
405 /* Add to buddied list */ in zbud_alloc()
406 list_add(&zhdr->buddy, &pool->buddied); in zbud_alloc()
561 /* add to buddied list */ in zbud_reclaim_page()
562 list_add(&zhdr->buddy, &pool->buddied); in zbud_reclaim_page()
/kernel/linux/linux-6.6/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
107 * @buddy: links the zbud page into the unbuddied/buddied lists in the pool
211 INIT_LIST_HEAD(&pool->buddied); in zbud_create_pool()
296 /* Add to buddied list */ in zbud_alloc()
297 list_add(&zhdr->buddy, &pool->buddied); in zbud_alloc()

Completed in 2 milliseconds