Lines Matching defs:npaths
175 int npaths = (trans->t_mp_capable ? RDS_MPATH_WORKERS : 1);
200 conn->c_path = kzalloc_objs(struct rds_conn_path, npaths, gfp);
269 for (i = 0; i < npaths; i++) {
327 for (i = 0; i < npaths; i++) {
352 for (i = 0; i < npaths; i++)
518 int npaths = (conn->c_trans->t_mp_capable ? RDS_MPATH_WORKERS : 1);
531 for (i = 0; i < npaths; i++) {
592 int npaths;
600 npaths = (conn->c_trans->t_mp_capable ?
603 for (j = 0; j < npaths; j++) {