Home
last modified time | relevance | path

Searched refs:dom_size (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Ddebugfs.c64 nthreads *= x86_topo_system.dom_size[dom]; in dom_debug_show()
67 x86_topo_system.dom_size[dom], nthreads); in dom_debug_show()
H A Dtopology_common.c206 x86_topo_system.dom_size[dom] = 1U << x86_topo_system.dom_shifts[dom]; in cpu_init_topology()
210 x86_topo_system.dom_size[dom] = 1U << sft; in cpu_init_topology()
H A Dtopology.h37 return apicid & (x86_topo_system.dom_size[dom] - 1); in topo_relative_domain_id()
/linux/arch/x86/include/asm/
H A Dtopology.h119 unsigned int dom_size[TOPO_MAX_DOMAIN]; member
126 return x86_topo_system.dom_size[dom]; in topology_get_domain_size()
/linux/net/tipc/
H A Dmonitor.c146 static int dom_size(int peers) in dom_size() function
281 member_cnt = dom_size(mon->peer_cnt) - 1; in mon_update_local_domain()
313 dz = dom_size(mon->peer_cnt); in mon_update_neighbors()
635 int best_member_cnt = dom_size(mon->peer_cnt) - 1; in mon_timeout()