Lines Matching defs:per_cpu_pages
710 struct per_cpu_pages { struct
711 spinlock_t lock; /* Protects lists field */
712 int count; /* number of pages in the list */
713 int high; /* high watermark, emptying needed */
714 int high_min; /* min high watermark */
715 int high_max; /* max high watermark */
716 int batch; /* chunk size for buddy add/remove */
717 u8 flags; /* protected by pcp->lock */
718 u8 alloc_factor; /* batch scaling factor during allocate */
720 u8 expire; /* When 0, remote pagesets are drained */
722 short free_count; /* consecutive free count */
725 struct list_head lists[NR_PCP_LISTS];