Lines Matching refs:node
128 int node;
130 for_each_node(node)
131 kfree(h_cgroup->nodeinfo[node]);
140 int node;
156 for_each_node(node) {
159 node_state(node, N_NORMAL_MEMORY) ? node : NUMA_NO_NODE;
160 h_cgroup->nodeinfo[node] =
163 if (!h_cgroup->nodeinfo[node])
484 /* Simply print the per-node usage for the non-hierarchical total. */
500 * For each node, transverse the css tree to obtain the hierarchical
501 * node usage.