Lines Matching refs:node
973 unsigned long sum_zone_node_page_state(int node, in sum_zone_node_page_state() argument
976 struct zone *zones = NODE_DATA(node)->node_zones; in sum_zone_node_page_state()
990 unsigned long sum_zone_numa_state(int node, in sum_zone_numa_state() argument
993 struct zone *zones = NODE_DATA(node)->node_zones; in sum_zone_numa_state()
1368 loff_t node = *pos; in frag_start() local
1371 pgdat && node; in frag_start()
1373 --node; in frag_start()
1985 int node; in init_cpu_node_state() local
1987 for_each_online_node(node) { in init_cpu_node_state()
1988 if (cpumask_weight(cpumask_of_node(node)) > 0) in init_cpu_node_state()
1989 node_set_state(node, N_CPU); in init_cpu_node_state()
2009 int node; in vmstat_cpu_dead() local
2011 node = cpu_to_node(cpu); in vmstat_cpu_dead()
2014 node_cpus = cpumask_of_node(node); in vmstat_cpu_dead()
2018 node_clear_state(node, N_CPU); in vmstat_cpu_dead()