Lines Matching refs:nodes
2020 * instead of attempting to obtain partial slabs from other nodes.
2025 * from other nodes and filled up.
2029 * allocation will first attempt to defrag slab caches on other nodes.
2030 * This means scanning over all nodes to look for partial slabs which
4275 * XXX: kmem_cache_alloc_node will fallback to other nodes
4606 nodemask_t nodes;
4683 node_set(page_to_nid(virt_to_page(track)), l->nodes);
4713 nodes_clear(l->nodes);
4714 node_set(page_to_nid(virt_to_page(track)), l->nodes);
4798 if (nr_online_nodes > 1 && !nodes_empty(l->nodes) &&
4801 " nodes=%*pbl",
4802 nodemask_pr_args(&l->nodes));
4911 unsigned long *nodes;
4913 nodes = kcalloc(nr_node_ids, sizeof(unsigned long), GFP_KERNEL);
4914 if (!nodes)
4939 nodes[node] += x;
4951 nodes[node] += x;
4981 nodes[node] += x;
4997 nodes[node] += x;
5003 if (nodes[node])
5005 node, nodes[node]);
5007 kfree(nodes);