Lines Matching refs:avc_node
27 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()
297 static inline struct avc_node *avc_claim_node(security_id_t ssid, in avc_claim_node()
301 struct avc_node *new; in avc_claim_node()
330 static inline struct avc_node *avc_search_node(security_id_t ssid, in avc_search_node()
335 struct avc_node *cur; in avc_search_node()
382 struct avc_node *node; in avc_lookup()
424 struct avc_node *node; in avc_insert()
462 struct avc_node *node, *tmp; in hidden_def()
506 struct avc_node *node, *tmp; in hidden_def()
867 static inline void avc_update_node(uint32_t event, struct avc_node *node, in avc_update_node()
897 struct avc_node *node; in avc_update_cache()