Searched defs:page_address_pool (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dhighmem.c318 static struct list_head page_address_pool; /* freelist */ variable in typeref:struct:list_head
319 static spinlock_t pool_lock; /* protects page_address_pool */
384 BUG_ON(list_empty(&page_address_pool));
387 pam = list_entry(page_address_pool.next,
405 list_add_tail(&pam->list, &page_address_pool);
422 INIT_LIST_HEAD(&page_address_pool);
424 list_add(&page_address_maps[i].list, &page_address_pool);

Completed in 11 milliseconds