Searched refs:RDS_MPATH_WORKERS (Results 1 – 6 of 6) sorted by relevance
160 port_low = ALIGN(port_low, RDS_MPATH_WORKERS); in rds_tcp_conn_path_connect()161 port_groups = (port_high - port_low + 1) / RDS_MPATH_WORKERS; in rds_tcp_conn_path_connect()168 tc->t_client_port_group * RDS_MPATH_WORKERS + in rds_tcp_conn_path_connect()
175 int npaths = (trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); in __rds_conn_create()518 int npaths = (conn->c_trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); in rds_conn_destroy()597 RDS_MPATH_WORKERS : 1); in rds_conn_message_info_cmn()
375 for (i = 0; i < RDS_MPATH_WORKERS; i++) { in rds_tcp_conn_alloc()397 for (i = 0; i < RDS_MPATH_WORKERS; i++) { in rds_tcp_conn_alloc()
144 for (i = 0; i < RDS_MPATH_WORKERS; i++) { in rds_conn_peer_gen_update()224 new_npaths = min_t(int, RDS_MPATH_WORKERS, in rds_recv_hs_exthdrs()
95 #define RDS_MPATH_WORKERS 8 macro
1508 __be16 npaths = cpu_to_be16(RDS_MPATH_WORKERS); in rds_send_probe()