Searched refs:sockid (Results 1 – 3 of 3) sorted by relevance
636 if (_max_socket < gre->sockid) { in build_uv_gr_table()1388 if (sock_min > gre->sockid) in decode_gam_rng_tbl()1389 sock_min = gre->sockid; in decode_gam_rng_tbl()1390 if (sock_max < gre->sockid) in decode_gam_rng_tbl()1391 sock_max = gre->sockid; in decode_gam_rng_tbl()1535 i = gre->sockid - minsock; in build_socket_tables()1554 int apicid, sockid; in build_socket_tables() local1563 sockid, apicid, nid); in build_socket_tables()1572 unsigned short sockid; in build_socket_tables() local1574 for (sockid = minsock; sockid <= maxsock; sockid++) { in build_socket_tables()[all …]
527 unsigned short sockid, node, *p2s; in uv_pnode_offset_to_vaddr() local533 sockid = p2s ? p2s[pnode - uv_hub_info->min_pnode] : pnode; in uv_pnode_offset_to_vaddr()534 node = uv_socket_to_node(sockid); in uv_pnode_offset_to_vaddr()
83 u16 sockid; /* Socket ID, high bits of APIC ID */ member
Completed in 12 milliseconds