Lines Matching defs:per_cpu_pages
684 struct per_cpu_pages { struct
685 spinlock_t lock; /* Protects lists field */
686 int count; /* number of pages in the list */
687 int high; /* high watermark, emptying needed */
688 int high_min; /* min high watermark */
689 int high_max; /* max high watermark */
690 int batch; /* chunk size for buddy add/remove */
691 u8 flags; /* protected by pcp->lock */
692 u8 alloc_factor; /* batch scaling factor during allocate */
694 u8 expire; /* When 0, remote pagesets are drained */
696 short free_count; /* consecutive free count */
699 struct list_head lists[NR_PCP_LISTS];