Searched refs:next_tail (Results 1 – 4 of 4) sorted by relevance
957 unsigned long next_tail; in rpcrdma_sendctx_put_locked() local962 next_tail = buf->rb_sc_tail; in rpcrdma_sendctx_put_locked()964 next_tail = rpcrdma_sendctx_next(buf, next_tail); in rpcrdma_sendctx_put_locked()967 rpcrdma_unmap_sendctx(buf->rb_sc_ctxs[next_tail]); in rpcrdma_sendctx_put_locked()969 } while (buf->rb_sc_ctxs[next_tail] != sc); in rpcrdma_sendctx_put_locked()972 smp_store_release(&buf->rb_sc_tail, next_tail); in rpcrdma_sendctx_put_locked()
267 u32 next_tail; in wil_move_all_rx_buff_to_free_list() local272 for (; next_tail = wil_ring_next_tail(ring), (next_tail != swhead); in wil_move_all_rx_buff_to_free_list()273 ring->swtail = next_tail) { in wil_move_all_rx_buff_to_free_list()
609 u32 next_tail; in wil_rx_refill() local614 for (; next_tail = wil_ring_next_tail(v), in wil_rx_refill()615 (next_tail != v->swhead) && (count-- > 0); in wil_rx_refill()616 v->swtail = next_tail) { in wil_rx_refill()
1029 u32 left, next_tail; in __iommu_queue_command_sync() local1031 next_tail = (iommu->cmd_buf_tail + sizeof(*cmd)) % CMD_BUFFER_SIZE; in __iommu_queue_command_sync()1033 left = (iommu->cmd_buf_head - next_tail) % CMD_BUFFER_SIZE; in __iommu_queue_command_sync()