Searched defs:avc_cache (Results 1 - 2 of 2) sorted by relevance

/external/libselinux/src/
H A Davc.c32 struct avc_cache { struct
56 static struct avc_cache avc_cache; variable in typeref:struct:avc_cache
139 avc_cache.slots[i] = 0;
140 avc_cache.lru_hint = 0;
141 avc_cache.active_nodes = 0;
142 avc_cache.latest_notif = 0;
227 node = avc_cache.slots[i];
244 avc_cache.active_nodes,
256 hvalue = avc_cache
[all...]
/external/qemu/distrib/libselinux/src/
H A Davc.c32 struct avc_cache { struct
56 static struct avc_cache avc_cache; variable in typeref:struct:avc_cache
139 avc_cache.slots[i] = 0;
140 avc_cache.lru_hint = 0;
141 avc_cache.active_nodes = 0;
142 avc_cache.latest_notif = 0;
227 node = avc_cache.slots[i];
244 avc_cache.active_nodes,
256 hvalue = avc_cache
[all...]

Completed in 142 milliseconds