npaths             56 drivers/thunderbolt/tunnel.c static struct tb_tunnel *tb_tunnel_alloc(struct tb *tb, size_t npaths,
npaths             65 drivers/thunderbolt/tunnel.c 	tunnel->paths = kcalloc(npaths, sizeof(tunnel->paths[0]), GFP_KERNEL);
npaths             73 drivers/thunderbolt/tunnel.c 	tunnel->npaths = npaths;
npaths            578 drivers/thunderbolt/tunnel.c 	for (i = 0; i < tunnel->npaths; i++) {
npaths            595 drivers/thunderbolt/tunnel.c 	for (i = 0; i < tunnel->npaths; i++) {
npaths            620 drivers/thunderbolt/tunnel.c 	for (i = 0; i < tunnel->npaths; i++) {
npaths            633 drivers/thunderbolt/tunnel.c 	for (i = 0; i < tunnel->npaths; i++) {
npaths            663 drivers/thunderbolt/tunnel.c 	for (i = 0; i < tunnel->npaths; i++) {
npaths            687 drivers/thunderbolt/tunnel.c 	for (i = 0; i < tunnel->npaths; i++) {
npaths             38 drivers/thunderbolt/tunnel.h 	size_t npaths;
npaths            372 net/ipv4/nexthop.c static bool valid_group_nh(struct nexthop *nh, unsigned int npaths,
npaths            389 net/ipv4/nexthop.c 		if (nhi->reject_nh && npaths > 1) {
npaths            173 net/rds/connection.c 	int npaths = (trans->t_mp_capable ? RDS_MPATH_WORKERS : 1);
npaths            198 net/rds/connection.c 	conn->c_path = kcalloc(npaths, sizeof(struct rds_conn_path), gfp);
npaths            255 net/rds/connection.c 	for (i = 0; i < npaths; i++) {
npaths            308 net/rds/connection.c 			for (i = 0; i < npaths; i++) {
npaths            474 net/rds/connection.c 	int npaths = (conn->c_trans->t_mp_capable ? RDS_MPATH_WORKERS : 1);
npaths            487 net/rds/connection.c 	for (i = 0; i < npaths; i++) {
npaths            547 net/rds/connection.c 			int npaths;
npaths            552 net/rds/connection.c 			npaths = (conn->c_trans->t_mp_capable ?
npaths            555 net/rds/connection.c 			for (j = 0; j < npaths; j++) {
npaths           1462 net/rds/send.c 		u16 npaths = cpu_to_be16(RDS_MPATH_WORKERS);
npaths           1466 net/rds/send.c 					  RDS_EXTHDR_NPATHS, &npaths,
npaths           1467 net/rds/send.c 					  sizeof(npaths));
npaths             86 net/rds/tcp_listen.c 	int npaths = max_t(int, 1, conn->c_npaths);
npaths             96 net/rds/tcp_listen.c 		if (npaths == 1)
npaths            101 net/rds/tcp_listen.c 	for (i = 0; i < npaths; i++) {