Searched defs:per_cpu_pages (Results 1 – 1 of 1) sorted by relevance
725 struct per_cpu_pages { struct726 spinlock_t lock; /* Protects lists field */727 int count; /* number of pages in the list */728 int high; /* high watermark, emptying needed */729 int high_min; /* min high watermark */730 int high_max; /* max high watermark */731 int batch; /* chunk size for buddy add/remove */732 u8 flags; /* protected by pcp->lock */733 u8 alloc_factor; /* batch scaling factor during allocate */735 u8 expire; /* When 0, remote pagesets are drained */[all …]