Home
last modified time | relevance | path

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

/external/libselinux/src/
Davc.c74 avc_release_lock(avc_lock); in avc_context_to_sid()
85 avc_release_lock(avc_lock); in avc_sid_to_context()
212 avc_release_lock(avc_lock); in avc_sid_stats()
214 avc_release_lock(avc_log_lock); in avc_sid_stats()
240 avc_release_lock(avc_lock); in avc_av_stats()
484 avc_release_lock(avc_lock); in hidden_def()
528 avc_release_lock(avc_lock); in hidden_def()
572 avc_release_lock(ratelimit_lock);
582 avc_release_lock(ratelimit_lock);
646 avc_release_lock(avc_lock); in avc_dump_query()
[all …]
Davc_internal.h121 static inline void avc_release_lock(void *lock) in avc_release_lock() function
/external/dbus/bus/
Dselinux.c82 static void avc_release_lock (void *lock);
105 .func_release_lock = avc_release_lock,
263 avc_release_lock (void *lock) in avc_release_lock() function