Home
last modified time | relevance | path

Searched refs:ua_idr_mutex (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/common_modules/qos_auth/auth_ctl/
H A Dauth_ctrl.c49 static DEFINE_MUTEX(ua_idr_mutex);
53 return &ua_idr_mutex; in get_auth_idr_mutex()
172 mutex_lock(&ua_idr_mutex); in remove_authority_control()
180 mutex_unlock(&ua_idr_mutex); in remove_authority_control()
208 mutex_lock(&ua_idr_mutex); in auth_enable()
213 mutex_unlock(&ua_idr_mutex); in auth_enable()
236 mutex_unlock(&ua_idr_mutex); in auth_enable()
254 mutex_unlock(&ua_idr_mutex); in auth_enable()
265 mutex_lock(&ua_idr_mutex); in auth_delete()
268 mutex_unlock(&ua_idr_mutex); in auth_delete()
[all...]
H A Dauth_qos_debug.c105 /* no need to add refcount here, auth must alive in ua_idr_mutex */ in authority_printf_handler()
114 struct mutex *ua_idr_mutex = get_auth_idr_mutex(); in sched_auth_debug_show() local
121 mutex_lock(ua_idr_mutex); in sched_auth_debug_show()
124 mutex_unlock(ua_idr_mutex); in sched_auth_debug_show()

Completed in 1 milliseconds