Home
last modified time | relevance | path

Searched refs:RDS_MPATH_WORKERS (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/rds/
H A 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()
H A 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()
H A 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()
H A 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()
H A Drds.h95 #define RDS_MPATH_WORKERS 8 macro
/kernel/linux/linux-6.6/net/rds/
H A 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()
H A 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()
H A Drecv.c144 for (i = 0; i < RDS_MPATH_WORKERS; i++) { in rds_conn_peer_gen_update()
218 conn->c_npaths = min_t(int, RDS_MPATH_WORKERS, in rds_recv_hs_exthdrs()
H A Dsend.c1050 hash = RDS_MPATH_HASH(rs, RDS_MPATH_WORKERS); in rds_send_mprds_hash()
1457 u16 npaths = cpu_to_be16(RDS_MPATH_WORKERS); in rds_send_probe()
H A Drds.h95 #define RDS_MPATH_WORKERS 8 macro

Completed in 14 milliseconds