HomeSort by relevance Sort by last modified time
    Searched defs:node_cnt (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libparted/common/lib/
regcomp.c 313 Idx node_cnt;
315 for (node_cnt = 0; node_cnt < init_state->nodes.nelem; ++node_cnt)
317 Idx node = init_state->nodes.elems[node_cnt];
311 Idx node_cnt; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
lgrpplat.c 186 #define NODE_DOMAIN_HASH(domain, node_cnt) \
187 ((lgrp_plat_prox_domain_min == UINT32_MAX) ? (domain) % node_cnt : \
188 ((domain) - lgrp_plat_prox_domain_min) % node_cnt)
412 int node_cnt, cpu_node_map_t *cpu_node, int nentries, uint32_t apicid,
419 int node_cnt, uint32_t domain);
435 int node_cnt, uint32_t domain);
438 int node_cnt, node_phys_addr_map_t *node_memory, uint64_t start,
442 int node_cnt, cpu_node_map_t *cpu_node, int cpu_count,
451 static int lgrp_plat_process_slit(struct slit *tp, uint_t node_cnt,
467 static void opt_get_numa_config(uint_t *node_cnt, int *mem_intrlv
2349 int node_cnt; local
    [all...]

Completed in 300 milliseconds