Home
last modified time | relevance | path

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

/security/selinux/include/
A Dobjsec.h46 #define TSEC_AVDC_DIR_SIZE (1 << 2) macro
51 struct avdc_entry dir[TSEC_AVDC_DIR_SIZE]; /* dir entries */
/security/selinux/
A Dhooks.c3114 tsec->avdcache.dir_spot = TSEC_AVDC_DIR_SIZE - 1; in task_avdcache_reset()
3150 iter = (iter - 1) & (TSEC_AVDC_DIR_SIZE - 1); in task_avdcache_search()
3178 spot = (tsec->avdcache.dir_spot + 1) & (TSEC_AVDC_DIR_SIZE - 1); in task_avdcache_update()

Completed in 16 milliseconds