Searched defs:per_cpu_pages (Results 1 – 1 of 1) sorted by relevance
676 struct per_cpu_pages { struct677 spinlock_t lock; /* Protects lists field */678 int count; /* number of pages in the list */679 int high; /* high watermark, emptying needed */680 int batch; /* chunk size for buddy add/remove */681 short free_factor; /* batch scaling factor during free */683 short expire; /* When 0, remote pagesets are drained */687 struct list_head lists[NR_PCP_LISTS];
Completed in 13 milliseconds