Home
last modified time | relevance | path

Searched refs:RDS_MPATH_WORKERS (Results 1 – 6 of 6) sorted by relevance

/linux/net/rds/
H A Dtcp_connect.c160 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()
H A Dconnection.c175 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()
H A Dtcp.c375 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()
H A Drecv.c144 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()
H A Drds.h95 #define RDS_MPATH_WORKERS 8 macro
H A Dsend.c1508 __be16 npaths = cpu_to_be16(RDS_MPATH_WORKERS); in rds_send_probe()