Searched refs:npaths (Results 1 – 4 of 4) sorted by relevance
173 int npaths = (trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); in __rds_conn_create() local198 conn->c_path = kcalloc(npaths, sizeof(struct rds_conn_path), gfp); in __rds_conn_create()267 for (i = 0; i < npaths; i++) { in __rds_conn_create()320 for (i = 0; i < npaths; i++) { in __rds_conn_create()486 int npaths = (conn->c_trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); in rds_conn_destroy() local499 for (i = 0; i < npaths; i++) { in rds_conn_destroy()559 int npaths; in rds_conn_message_info_cmn() local564 npaths = (conn->c_trans->t_mp_capable ? in rds_conn_message_info_cmn()567 for (j = 0; j < npaths; j++) { in rds_conn_message_info_cmn()
70 int npaths = max_t(int, 1, conn->c_npaths); in rds_tcp_accept_one_path() local80 if (npaths == 1) in rds_tcp_accept_one_path()85 for (i = 0; i < npaths; i++) { in rds_tcp_accept_one_path()
1457 u16 npaths = cpu_to_be16(RDS_MPATH_WORKERS); in rds_send_probe() local1461 RDS_EXTHDR_NPATHS, &npaths, in rds_send_probe()1462 sizeof(npaths)); in rds_send_probe()
1216 static bool valid_group_nh(struct nexthop *nh, unsigned int npaths, in valid_group_nh() argument1237 if (nhi->reject_nh && npaths > 1) { in valid_group_nh()
Completed in 15 milliseconds