Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Davc.c28 struct avc_node { struct
30 struct avc_node *next; argument
34 struct avc_node *slots[AVC_CACHE_SLOTS];
56 static struct avc_node *avc_node_freelist = NULL;
169 struct avc_node *new; in avc_init()
269 struct avc_node *node; in avc_av_stats()
299 static inline struct avc_node *avc_reclaim_node(void) in hidden_def()
301 struct avc_node *prev, *cur; in hidden_def()
342 static inline struct avc_node *avc_claim_node(security_id_t ssid, in avc_claim_node()
346 struct avc_node *new; in avc_claim_node()
[all …]