Home
last modified time | relevance | path

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

/linux/security/selinux/include/
H A Dobjsec.h48 #define TSEC_AVDC_DIR_SIZE (1 << 2) macro
53 struct avdc_entry dir[TSEC_AVDC_DIR_SIZE]; /* dir entries */
/linux/security/selinux/
H A Dhooks.c3165 tsec->avdcache.dir_spot = TSEC_AVDC_DIR_SIZE - 1; in task_avdcache_reset()
3201 iter = (iter - 1) & (TSEC_AVDC_DIR_SIZE - 1); in task_avdcache_search()
3227 spot = (tsec->avdcache.dir_spot + 1) & (TSEC_AVDC_DIR_SIZE - 1); in task_avdcache_update()