Searched refs:nr_node_ids (Results 26 - 37 of 37) sorted by relevance

12

/linux-master/net/sunrpc/
H A Dsvc.c217 unsigned int maxpools = nr_node_ids;
/linux-master/kernel/sched/
H A Dfair.c1536 return NR_NUMA_HINT_FAULT_TYPES * (s * nr_node_ids + nid) + priv;
2935 nr_node_ids * sizeof(unsigned long);
2947 for (i = 0; i < NR_NUMA_HINT_FAULT_STATS * nr_node_ids; i++)
3005 for (i = 0; i < NR_NUMA_HINT_FAULT_STATS * nr_node_ids; i++) {
3048 for (i = 0; i < NR_NUMA_HINT_FAULT_STATS * nr_node_ids; i++)
3063 for (i = 0; i < NR_NUMA_HINT_FAULT_STATS * nr_node_ids; i++)
3099 NR_NUMA_HINT_FAULT_BUCKETS * nr_node_ids;
/linux-master/mm/
H A Dmm_init.c1725 nr_node_ids = highest + 1;
H A Dvmalloc.c4840 memset(counters, 0, nr_node_ids * sizeof(unsigned int));
4943 priv_data = kmalloc(nr_node_ids * sizeof(unsigned int), GFP_KERNEL);
H A Dpage_alloc.c282 unsigned int nr_node_ids __read_mostly = MAX_NUMNODES;
284 EXPORT_SYMBOL(nr_node_ids); variable
H A Dswapfile.c2775 p = kvzalloc(struct_size(p, avail_lists, nr_node_ids), GFP_KERNEL);
3721 swap_avail_heads = kmalloc_array(nr_node_ids, sizeof(struct plist_head),
H A Dcompaction.c3013 if (nid >= 0 && nid < nr_node_ids && node_online(nid)) {
H A Dmemcontrol.c4385 VM_BUG_ON((unsigned)nid >= nr_node_ids);
5707 memcg = kzalloc(struct_size(memcg, nodeinfo, nr_node_ids), GFP_KERNEL);
H A Dhugetlb.c4425 for (nid = 0; nid < nr_node_ids; nid++) {
/linux-master/drivers/pci/
H A Dprobe.c983 if (nr_node_ids > 1 && pcibus_to_node(bus) == NUMA_NO_NODE)
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c1447 if (nr_node_ids <= 8) {
/linux-master/kernel/bpf/
H A Dsyscall.c1235 ((unsigned int)numa_node >= nr_node_ids ||

Completed in 617 milliseconds

12