Lines Matching refs:smaster
290 struct bau_control *smaster = bcp->socket_master; in bau_process_message() local
319 sp = &smaster->socket_acknowledge_count[mdp->msg_slot]; in bau_process_message()
347 static int pnode_to_first_cpu(int pnode, struct bau_control *smaster) in pnode_to_first_cpu() argument
353 hpp = &smaster->thp[cpu]; in pnode_to_first_cpu()
426 struct bau_control *smaster = bcp->socket_master; in reset_with_ipi() local
439 cpu = pnode_to_first_cpu(apnode, smaster); in reset_with_ipi()
1995 static void make_per_cpu_thp(struct bau_control *smaster) in make_per_cpu_thp() argument
2000 smaster->thp = kzalloc_node(hpsz, GFP_KERNEL, smaster->osnode); in make_per_cpu_thp()
2002 smaster->thp[cpu].pnode = uv_cpu_hub_info(cpu)->pnode; in make_per_cpu_thp()
2003 smaster->thp[cpu].uvhub = uv_cpu_hub_info(cpu)->numa_blade_id; in make_per_cpu_thp()
2093 struct bau_control *smaster = NULL; in summarize_uvhub_sockets() local
2106 if (scan_sock(sdp, bdp, &smaster, &hmaster)) in summarize_uvhub_sockets()
2108 make_per_cpu_thp(smaster); in summarize_uvhub_sockets()