Searched defs:smaster (Results 1 - 1 of 1) sorted by relevance

/arch/x86/platform/uv/
H A Dtlb_uv.c278 struct bau_control *smaster = bcp->socket_master; local
307 sp = &smaster->socket_acknowledge_count[mdp->msg_slot];
335 static int pnode_to_first_cpu(int pnode, struct bau_control *smaster) argument
341 hpp = &smaster->thp[cpu];
414 struct bau_control *smaster = bcp->socket_master; local
427 cpu = pnode_to_first_cpu(apnode, smaster);
1966 static void make_per_cpu_thp(struct bau_control *smaster) argument
1971 smaster->thp = kmalloc_node(hpsz, GFP_KERNEL, smaster->osnode);
1972 memset(smaster
2049 struct bau_control *smaster = NULL; local
[all...]

Completed in 87 milliseconds