Home
last modified time | relevance | path

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

/linux/lib/
H A Dalloc_tag.c793 #define PFN_POOL_SIZE ((PAGE_SIZE - offsetof(struct pfn_pool, pfns)) / \ macro
817 if (!pool || atomic_read(&pool->count) >= PFN_POOL_SIZE) { in __alloc_tag_add_early_pfn()
836 if (idx >= PFN_POOL_SIZE) in __alloc_tag_add_early_pfn()