Searched defs:per_cpu_pages (Results 1 – 1 of 1) sorted by relevance
574 struct per_cpu_pages { struct575 spinlock_t lock; /* Protects lists field */576 int count; /* number of pages in the list */577 int high; /* high watermark, emptying needed */578 int batch; /* chunk size for buddy add/remove */579 short free_factor; /* batch scaling factor during free */581 short expire; /* When 0, remote pagesets are drained */585 struct list_head lists[NR_PCP_LISTS];