Lines Matching refs:pcp
319 struct per_cpu_pageset __percpu *pcp = zone->pageset; in __mod_zone_page_state() local
320 s8 __percpu *p = pcp->vm_stat_diff + item; in __mod_zone_page_state()
326 t = __this_cpu_read(pcp->stat_threshold); in __mod_zone_page_state()
339 struct per_cpu_nodestat __percpu *pcp = pgdat->per_cpu_nodestats; in __mod_node_page_state() local
340 s8 __percpu *p = pcp->vm_node_stat_diff + item; in __mod_node_page_state()
351 t = __this_cpu_read(pcp->stat_threshold); in __mod_node_page_state()
386 struct per_cpu_pageset __percpu *pcp = zone->pageset; in __inc_zone_state() local
387 s8 __percpu *p = pcp->vm_stat_diff + item; in __inc_zone_state()
391 t = __this_cpu_read(pcp->stat_threshold); in __inc_zone_state()
402 struct per_cpu_nodestat __percpu *pcp = pgdat->per_cpu_nodestats; in __inc_node_state() local
403 s8 __percpu *p = pcp->vm_node_stat_diff + item; in __inc_node_state()
409 t = __this_cpu_read(pcp->stat_threshold); in __inc_node_state()
432 struct per_cpu_pageset __percpu *pcp = zone->pageset; in __dec_zone_state() local
433 s8 __percpu *p = pcp->vm_stat_diff + item; in __dec_zone_state()
437 t = __this_cpu_read(pcp->stat_threshold); in __dec_zone_state()
448 struct per_cpu_nodestat __percpu *pcp = pgdat->per_cpu_nodestats; in __dec_node_state() local
449 s8 __percpu *p = pcp->vm_node_stat_diff + item; in __dec_node_state()
455 t = __this_cpu_read(pcp->stat_threshold); in __dec_node_state()
492 struct per_cpu_pageset __percpu *pcp = zone->pageset; in mod_zone_state() local
493 s8 __percpu *p = pcp->vm_stat_diff + item; in mod_zone_state()
509 t = this_cpu_read(pcp->stat_threshold); in mod_zone_state()
549 struct per_cpu_nodestat __percpu *pcp = pgdat->per_cpu_nodestats; in mod_node_state() local
550 s8 __percpu *p = pcp->vm_node_stat_diff + item; in mod_node_state()
571 t = this_cpu_read(pcp->stat_threshold); in mod_node_state()
811 !__this_cpu_read(p->pcp.count)) in refresh_cpu_vm_stats()
825 if (__this_cpu_read(p->pcp.count)) { in refresh_cpu_vm_stats()
826 drain_zone_pages(zone, this_cpu_ptr(&p->pcp)); in refresh_cpu_vm_stats()
956 struct per_cpu_pageset __percpu *pcp = zone->pageset; in __inc_numa_state() local
957 u16 __percpu *p = pcp->vm_numa_stat_diff + item; in __inc_numa_state()
1684 pageset->pcp.count, in zoneinfo_show_print()
1685 pageset->pcp.high, in zoneinfo_show_print()
1686 pageset->pcp.batch); in zoneinfo_show_print()