Home
last modified time | relevance | path

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

/external/libselinux/src/
Davc.c27 struct avc_node { struct
29 struct avc_node *next; argument
33 struct avc_node *slots[AVC_CACHE_SLOTS];
55 static struct avc_node *avc_node_freelist = NULL;
125 struct avc_node *new; in avc_init()
220 struct avc_node *node; in avc_av_stats()
250 static inline struct avc_node *avc_reclaim_node(void) in hidden_def()
252 struct avc_node *prev, *cur; in hidden_def()
293 static inline struct avc_node *avc_claim_node(security_id_t ssid, in avc_claim_node()
297 struct avc_node *new; in avc_claim_node()
[all …]
/external/qemu/distrib/libselinux/src/
Davc.c27 struct avc_node { struct
29 struct avc_node *next; argument
33 struct avc_node *slots[AVC_CACHE_SLOTS];
55 static struct avc_node *avc_node_freelist = NULL;
125 struct avc_node *new; in avc_init()
220 struct avc_node *node; in avc_av_stats()
250 static inline struct avc_node *avc_reclaim_node(void) in hidden_def()
252 struct avc_node *prev, *cur; in hidden_def()
293 static inline struct avc_node *avc_claim_node(security_id_t ssid, in avc_claim_node()
297 struct avc_node *new; in avc_claim_node()
[all …]