Lines Matching refs:pcp
318 struct per_cpu_pageset __percpu *pcp = zone->pageset; in __mod_zone_page_state() local
319 s8 __percpu *p = pcp->vm_stat_diff + item; in __mod_zone_page_state()
325 t = __this_cpu_read(pcp->stat_threshold); in __mod_zone_page_state()
338 struct per_cpu_nodestat __percpu *pcp = pgdat->per_cpu_nodestats; in __mod_node_page_state() local
339 s8 __percpu *p = pcp->vm_node_stat_diff + item; in __mod_node_page_state()
345 t = __this_cpu_read(pcp->stat_threshold); in __mod_node_page_state()
380 struct per_cpu_pageset __percpu *pcp = zone->pageset; in __inc_zone_state() local
381 s8 __percpu *p = pcp->vm_stat_diff + item; in __inc_zone_state()
385 t = __this_cpu_read(pcp->stat_threshold); in __inc_zone_state()
396 struct per_cpu_nodestat __percpu *pcp = pgdat->per_cpu_nodestats; in __inc_node_state() local
397 s8 __percpu *p = pcp->vm_node_stat_diff + item; in __inc_node_state()
401 t = __this_cpu_read(pcp->stat_threshold); in __inc_node_state()
424 struct per_cpu_pageset __percpu *pcp = zone->pageset; in __dec_zone_state() local
425 s8 __percpu *p = pcp->vm_stat_diff + item; in __dec_zone_state()
429 t = __this_cpu_read(pcp->stat_threshold); in __dec_zone_state()
440 struct per_cpu_nodestat __percpu *pcp = pgdat->per_cpu_nodestats; in __dec_node_state() local
441 s8 __percpu *p = pcp->vm_node_stat_diff + item; in __dec_node_state()
445 t = __this_cpu_read(pcp->stat_threshold); in __dec_node_state()
482 struct per_cpu_pageset __percpu *pcp = zone->pageset; in mod_zone_state() local
483 s8 __percpu *p = pcp->vm_stat_diff + item; in mod_zone_state()
499 t = this_cpu_read(pcp->stat_threshold); in mod_zone_state()
539 struct per_cpu_nodestat __percpu *pcp = pgdat->per_cpu_nodestats; in mod_node_state() local
540 s8 __percpu *p = pcp->vm_node_stat_diff + item; in mod_node_state()
556 t = this_cpu_read(pcp->stat_threshold); in mod_node_state()
796 !__this_cpu_read(p->pcp.count)) in refresh_cpu_vm_stats()
810 if (__this_cpu_read(p->pcp.count)) { in refresh_cpu_vm_stats()
811 drain_zone_pages(zone, this_cpu_ptr(&p->pcp)); in refresh_cpu_vm_stats()
941 struct per_cpu_pageset __percpu *pcp = zone->pageset; in __inc_numa_state() local
942 u16 __percpu *p = pcp->vm_numa_stat_diff + item; in __inc_numa_state()
1607 pageset->pcp.count, in zoneinfo_show_print()
1608 pageset->pcp.high, in zoneinfo_show_print()
1609 pageset->pcp.batch); in zoneinfo_show_print()