Searched refs:increment_idx (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | mp_ring.c | 73 increment_idx(struct ifmp_ring *r, uint16_t idx, uint16_t n) in increment_idx() function 127 cidx = increment_idx(r, cidx, n); in drain_ring_locked() 206 cidx = increment_idx(r, cidx, n); in drain_ring_lockless() 345 ns.pidx_head = increment_idx(r, os.pidx_head, n); in ifmp_ring_enqueue() 419 ns.pidx_head = increment_idx(r, os.pidx_head, n); in ifmp_ring_enqueue()
|