Lines Matching refs:sockid
638 if (_max_socket < gre->sockid) { in build_uv_gr_table()
639 …pr_err("UV: GAM table sockid(%d) too large(>%d) @%d\n", gre->sockid, _max_socket, (int)(gre - uv_g… in build_uv_gr_table()
642 sid = gre->sockid - _min_socket; in build_uv_gr_table()
1346 gre->type, gre->nasid, gre->sockid, gre->pnode); in decode_gam_rng_tbl()
1353 if (sock_min > gre->sockid) in decode_gam_rng_tbl()
1354 sock_min = gre->sockid; in decode_gam_rng_tbl()
1355 if (sock_max < gre->sockid) in decode_gam_rng_tbl()
1356 sock_max = gre->sockid; in decode_gam_rng_tbl()
1571 i = gre->sockid - minsock; in build_socket_tables()
1577 _pnode_to_socket[i] = gre->sockid; in build_socket_tables()
1580 gre->sockid, gre->type, gre->nasid, in build_socket_tables()
1581 _socket_to_pnode[gre->sockid - minsock], in build_socket_tables()
1589 int sockid; in build_socket_tables() local
1595 sockid = apicid >> uv_cpuid.socketid_shift; in build_socket_tables()
1597 if (_socket_to_node[sockid - minsock] == SOCK_EMPTY) in build_socket_tables()
1598 _socket_to_node[sockid - minsock] = nid; in build_socket_tables()
1601 _node_to_socket[nid] = sockid; in build_socket_tables()
1604 sockid, in build_socket_tables()
1608 _socket_to_node[sockid - minsock]); in build_socket_tables()