Home
last modified time | relevance | path

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

/linux-6.1.9/net/rds/
Dconnection.c173 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()
Dtcp.c372 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()
Drecv.c143 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()
Dsend.c1051 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()
Drds.h95 #define RDS_MPATH_WORKERS 8 macro