Lines Matching refs:idx_pos
82 unsigned int idx_pos, idx_used;
133 * which is used as a cyclic queue; subcache->idx_pos gives the array
460 subcache->idx_pos = subcache->idx_used = 0;
595 SHMCBIndex *idx = SHMCB_INDEX(subcache, subcache->idx_pos);
708 unsigned int new_idx_pos = subcache->idx_pos;
740 subcache->idx_pos = new_idx_pos;
779 idx = SHMCB_INDEX(subcache, subcache->idx_pos);
787 subcache->idx_pos = SHMCB_CYCLIC_INCREMENT(subcache->idx_pos, 1,
796 idx2 = SHMCB_INDEX(subcache, subcache->idx_pos);
834 new_idx = SHMCB_CYCLIC_INCREMENT(subcache->idx_pos, subcache->idx_used,
847 "finished insert, subcache: idx_pos/idx_used=%d/%d, "
849 subcache->idx_pos, subcache->idx_used,
863 pos = subcache->idx_pos;
925 pos = subcache->idx_pos;
968 pos = subcache->idx_pos;