Home
last modified time | relevance | path

Searched defs:per_cpu_pages (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dmmzone.h692 struct per_cpu_pages { struct
693 spinlock_t lock; /* Protects lists field */
694 int count; /* number of pages in the list */
695 int high; /* high watermark, emptying needed */
696 int batch; /* chunk size for buddy add/remove */
697 short free_factor; /* batch scaling factor during free */
699 short expire; /* When 0, remote pagesets are drained */
703 struct list_head lists[NR_PCP_LISTS];
/kernel/linux/linux-5.10/include/linux/
Dmmzone.h350 struct per_cpu_pages { struct
360 struct per_cpu_pages pcp; argument