Searched refs:get_idx (Results 1 – 2 of 2) sorted by relevance
72 int nidx = ring->get_idx + bnr; in _ring_add_get_bnr()79 ring->get_idx = nidx; in _ring_add_get_bnr()87 delta = rg->get_idx - rg->put_idx; in _bus_ring_space_nr()1027 while (RT_VBUS_IN_RING->get_idx != RT_VBUS_IN_RING->put_idx) in _bus_in_entry()1035 id = RT_VBUS_IN_RING->blks[RT_VBUS_IN_RING->get_idx].id; in _bus_in_entry()1074 nxtidx = RT_VBUS_IN_RING->get_idx + LEN2BNR(size); in _bus_in_entry()1079 tailsz = (RT_VMM_RB_BLK_NR - RT_VBUS_IN_RING->get_idx) in _bus_in_entry()1093 RT_VBUS_IN_RING->get_idx = nxtidx - RT_VMM_RB_BLK_NR; in _bus_in_entry()1100 RT_VBUS_IN_RING->get_idx = nxtidx; in _bus_in_entry()1215 RT_VBUS_OUT_RING->put_idx, RT_VBUS_OUT_RING->get_idx); in rt_vbus_rb_dump()[all …]
36 volatile size_t get_idx; member
Completed in 6 milliseconds