Searched refs:RDS_MPATH_WORKERS (Results 1 – 5 of 5) sorted by relevance
173 int npaths = (trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); in __rds_conn_create()486 int npaths = (conn->c_trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); in rds_conn_destroy()565 RDS_MPATH_WORKERS : 1); in rds_conn_message_info_cmn()
372 for (i = 0; i < RDS_MPATH_WORKERS; i++) { in rds_tcp_conn_alloc()392 for (i = 0; i < RDS_MPATH_WORKERS; i++) { in rds_tcp_conn_alloc()
143 for (i = 0; i < RDS_MPATH_WORKERS; i++) { in rds_conn_peer_gen_update()217 conn->c_npaths = min_t(int, RDS_MPATH_WORKERS, in rds_recv_hs_exthdrs()
1051 hash = RDS_MPATH_HASH(rs, RDS_MPATH_WORKERS); in rds_send_mprds_hash()1463 u16 npaths = cpu_to_be16(RDS_MPATH_WORKERS); in rds_send_probe()
95 #define RDS_MPATH_WORKERS 8 macro