Home
last modified time | relevance | path

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

/kernel/linux/common_modules/qos_auth/auth_ctl/
H A Dauth_ctrl.c288 struct auth_struct *auth_to_get; in auth_get() local
292 auth_to_get = idr_find(ua_idr, tgid); in auth_get()
293 if (!auth_to_get) { in auth_get()
298 get_auth_struct(auth_to_get); in auth_get()
301 mutex_lock(&auth_to_get->mutex); in auth_get()
302 if (auth_to_get->status == AUTH_STATUS_DEAD) { in auth_get()
303 mutex_unlock(&auth_to_get->mutex); in auth_get()
304 put_auth_struct(auth_to_get); in auth_get()
308 data->rtg_ua_flag = auth_to_get->rtg_auth_flag; in auth_get()
311 data->qos_ua_flag = auth_to_get in auth_get()
[all...]

Completed in 2 milliseconds