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