Lines Matching refs:tail
579 unsigned long tail;
595 tail = ring_pos(lmc->ring_tail, ARRAY_SIZE(lmc->err_ctx));
597 ctx = &lmc->err_ctx[tail];
1112 unsigned long tail;
1126 tail = ring_pos(ocx->com_ring_tail,
1128 ctx = &ocx->com_err_ctx[tail];
1193 unsigned long tail;
1207 tail = ring_pos(ocx->link_ring_head,
1210 ctx = &ocx->link_err_ctx[tail];
1848 unsigned long tail = ring_pos(l2c->ring_tail, ARRAY_SIZE(l2c->err_ctx));
1849 struct l2c_err_ctx *ctx = &l2c->err_ctx[tail];