Home
last modified time | relevance | path

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

/kernel/linux/common_modules/qos_auth/auth_ctl/
Dauth_ctrl.c67 auth->qos_auth_flag = AF_QOS_ALL; in change_to_super()
82 auth->qos_auth_flag = 0; in init_authority_record()
193 auth_to_enable->qos_auth_flag = generic_auth_trim(data->qos_ua_flag, AF_QOS_ALL); in set_auth_flag()
307 data->qos_ua_flag = auth_to_get->qos_auth_flag; in auth_get()
512 return auth->qos_auth_flag; in auth_flag()
Dauth_ctrl.h28 unsigned int qos_auth_flag; member
Dauth_qos_debug.c49 seq_printf_auth(file, "QOS_FLAG :%04x\n", auth->qos_auth_flag); in print_auth_info()