Searched refs:sockid (Results 1 – 3 of 3) sorted by relevance
630 if (_max_socket < gre->sockid) { in build_uv_gr_table()1379 if (sock_min > gre->sockid) in decode_gam_rng_tbl()1380 sock_min = gre->sockid; in decode_gam_rng_tbl()1381 if (sock_max < gre->sockid) in decode_gam_rng_tbl()1382 sock_max = gre->sockid; in decode_gam_rng_tbl()1525 i = gre->sockid - minsock; in build_socket_tables()1544 int apicid, sockid; in build_socket_tables() local1553 sockid, apicid, nid); in build_socket_tables()1562 unsigned short sockid; in build_socket_tables() local1564 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 14 milliseconds