Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dconnection.c186 int npaths = (trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); in __rds_conn_create()
571 int npaths = (conn->c_trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); in rds_conn_destroy()
654 RDS_MPATH_WORKERS : 1); in rds_conn_message_info_cmn()
H A Dtcp.c448 for (i = 0; i < RDS_MPATH_WORKERS; i++) { in rds_tcp_conn_alloc()
470 for (i = 0; i < RDS_MPATH_WORKERS; i++) { in rds_tcp_conn_alloc()
H A Drecv.c147 for (i = 0; i < RDS_MPATH_WORKERS; i++) { in rds_conn_peer_gen_update()
227 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.c1535 __be16 npaths = cpu_to_be16(RDS_MPATH_WORKERS); in rds_send_probe()