Lines Matching refs:smaster
278 struct bau_control *smaster = bcp->socket_master; in bau_process_message() local
307 sp = &smaster->socket_acknowledge_count[mdp->msg_slot]; in bau_process_message()
335 static int pnode_to_first_cpu(int pnode, struct bau_control *smaster) in pnode_to_first_cpu() argument
341 hpp = &smaster->thp[cpu]; in pnode_to_first_cpu()
414 struct bau_control *smaster = bcp->socket_master; in reset_with_ipi() local
427 cpu = pnode_to_first_cpu(apnode, smaster); in reset_with_ipi()
1968 static void make_per_cpu_thp(struct bau_control *smaster) in make_per_cpu_thp() argument
1973 smaster->thp = kmalloc_node(hpsz, GFP_KERNEL, smaster->osnode); in make_per_cpu_thp()
1974 memset(smaster->thp, 0, hpsz); in make_per_cpu_thp()
1976 smaster->thp[cpu].pnode = uv_cpu_hub_info(cpu)->pnode; in make_per_cpu_thp()
1977 smaster->thp[cpu].uvhub = uv_cpu_hub_info(cpu)->numa_blade_id; in make_per_cpu_thp()
2051 struct bau_control *smaster = NULL; in summarize_uvhub_sockets() local
2064 if (scan_sock(sdp, bdp, &smaster, &hmaster)) in summarize_uvhub_sockets()
2066 make_per_cpu_thp(smaster); in summarize_uvhub_sockets()