nout              145 drivers/block/aoe/aoe.h 	ushort nout;		/* number of AoE commands outstanding */
nout              138 drivers/block/aoe/aoeblk.c 		seq_printf(s, "%pm:%d:%d:%d\n", (*t)->addr, (*t)->nout,
nout              270 drivers/block/aoe/aoecmd.c 			totout += t->nout;
nout              272 drivers/block/aoe/aoecmd.c 		if (t->nout < t->maxout
nout              338 drivers/block/aoe/aoecmd.c 	t->nout++;
nout              477 drivers/block/aoe/aoecmd.c 			h->src, h->dst, t->nout);
nout              683 drivers/block/aoe/aoecmd.c 		if (t->nout >= t->maxout)
nout              686 drivers/block/aoe/aoecmd.c 		t->nout++;
nout              809 drivers/block/aoe/aoecmd.c 		t->nout--;
nout             1003 drivers/block/aoe/aoecmd.c 	else if (t->nout == t->maxout && t->next_cwnd-- == 0) {
nout             1329 drivers/block/aoe/aoecmd.c 		f->t->nout--;
nout             1399 drivers/block/aoe/aoecmd.c 	t->nout++;
nout              220 drivers/block/aoe/aoedev.c 		t->nout = 0;
nout               78 drivers/clk/clk-xgene.c 	u32 nout;
nout               89 drivers/clk/clk-xgene.c 			nout = 2;
nout               98 drivers/clk/clk-xgene.c 			nout = CLKOD_RD(pll) + 1;
nout              108 drivers/clk/clk-xgene.c 		nout = SC_OUTDIV2(pll) ? 2 : 3;
nout              112 drivers/clk/clk-xgene.c 		 clk_hw_get_name(hw), fvco / nout, parent_rate,
nout              115 drivers/clk/clk-xgene.c 	return fvco / nout;
nout              541 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	int nout;
nout              553 drivers/net/ethernet/mellanox/mlx5/core/vport.c 		nout = tbsz;
nout              555 drivers/net/ethernet/mellanox/mlx5/core/vport.c 		nout = 1;
nout              557 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	out_sz += nout * sizeof(*gid);
nout              606 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	int nout;
nout              618 drivers/net/ethernet/mellanox/mlx5/core/vport.c 		nout = tbsz;
nout              620 drivers/net/ethernet/mellanox/mlx5/core/vport.c 		nout = 1;
nout              622 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	out_sz += nout * MLX5_ST_SZ_BYTES(pkey);
nout              651 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	for (i = 0; i < nout; i++, pkey++, pkarr += MLX5_ST_SZ_BYTES(pkey))