Searched refs:node_cnt (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | lgrpplat.c | 215 #define NODE_DOMAIN_HASH(domain, node_cnt) \ argument 216 ((lgrp_plat_prox_domain_min == UINT32_MAX) ? (domain) % node_cnt : \ 217 ((domain) - lgrp_plat_prox_domain_min) % node_cnt) 452 int node_cnt, cpu_node_map_t *cpu_node, int nentries, uint32_t apicid, 459 int node_cnt, uint32_t domain); 475 int node_cnt, uint32_t domain); 478 int node_cnt, memnode_phys_addr_map_t *memnode_info, int memnode_cnt, 482 int node_cnt, cpu_node_map_t *cpu_node, int cpu_count, 492 node_domain_map_t *node_domain, uint_t node_cnt, 497 uint32_t sli_cnt, node_domain_map_t *node_domain, uint_t node_cnt, [all …]
|