Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Davc.c33 struct avc_cache { struct
57 static struct avc_cache avc_cache; argument
186 avc_cache.slots[i] = 0; in avc_init()
187 avc_cache.lru_hint = 0; in avc_init()
188 avc_cache.active_nodes = 0; in avc_init()
189 avc_cache.latest_notif = 0; in avc_init()
276 node = avc_cache.slots[i]; in avc_av_stats()
293 avc_cache.active_nodes, in avc_av_stats()
305 hvalue = avc_cache.lru_hint; in hidden_def()
309 cur = avc_cache.slots[hvalue]; in hidden_def()
[all …]
/external/libselinux/src/
Davc.c33 struct avc_cache { struct
57 static struct avc_cache avc_cache; argument
146 avc_cache.slots[i] = 0; in avc_init()
147 avc_cache.lru_hint = 0; in avc_init()
148 avc_cache.active_nodes = 0; in avc_init()
149 avc_cache.latest_notif = 0; in avc_init()
236 node = avc_cache.slots[i]; in avc_av_stats()
253 avc_cache.active_nodes, in avc_av_stats()
265 hvalue = avc_cache.lru_hint; in hidden_def()
269 cur = avc_cache.slots[hvalue]; in hidden_def()
[all …]