Searched refs:dir_spot (Results 1 – 2 of 2) sorted by relevance
50 unsigned int dir_spot; /* dir cache index to check first */ member
3114 tsec->avdcache.dir_spot = TSEC_AVDC_DIR_SIZE - 1; in task_avdcache_reset()3142 orig = iter = tsec->avdcache.dir_spot; in task_avdcache_search()3146 tsec->avdcache.dir_spot = iter; in task_avdcache_search()3178 spot = (tsec->avdcache.dir_spot + 1) & (TSEC_AVDC_DIR_SIZE - 1); in task_avdcache_update()3179 tsec->avdcache.dir_spot = spot; in task_avdcache_update()
Completed in 17 milliseconds