Searched refs:ua_idr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/common_modules/qos_auth/auth_ctl/ |
H A D | auth_ctrl.c | 42 static struct idr *ua_idr; variable 46 return ua_idr; in get_auth_ctrl_idr() 119 ua_idr = kzalloc(sizeof(*ua_idr), GFP_ATOMIC); in init_ua_idr() 120 if (ua_idr == NULL) { in init_ua_idr() 125 idr_init(ua_idr); in init_ua_idr() 143 ret = idr_alloc(ua_idr, auth_super, auth_tgid, auth_tgid + 1, GFP_ATOMIC); in init_super_authority() 173 ret = idr_for_each(ua_idr, authority_remove_handler, NULL); in remove_authority_control() 177 idr_destroy(ua_idr); in remove_authority_control() 178 kfree(ua_idr); in remove_authority_control() [all...] |
H A D | auth_qos_debug.c | 113 struct idr *ua_idr = get_auth_ctrl_idr(); in sched_auth_debug_show() local 122 /* will never return 0 here, auth in ua_idr must alive */ in sched_auth_debug_show() 123 idr_for_each(ua_idr, authority_printf_handler, file); in sched_auth_debug_show()
|
Completed in 1 milliseconds