Home
last modified time | relevance | path

Searched refs:dir_spot (Results 1 – 2 of 2) sorted by relevance

/linux/security/selinux/include/
H A Dobjsec.h52 unsigned int dir_spot; /* dir cache index to check first */ member
/linux/security/selinux/
H A Dhooks.c3165 tsec->avdcache.dir_spot = TSEC_AVDC_DIR_SIZE - 1; in task_avdcache_reset()
3193 orig = iter = tsec->avdcache.dir_spot; in task_avdcache_search()
3197 tsec->avdcache.dir_spot = iter; in task_avdcache_search()
3227 spot = (tsec->avdcache.dir_spot + 1) & (TSEC_AVDC_DIR_SIZE - 1); in task_avdcache_update()
3228 tsec->avdcache.dir_spot = spot; in task_avdcache_update()