Home
last modified time | relevance | path

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

/kernel/linux/common_modules/qos_auth/auth_ctl/
Dauth_ctrl.c479 #define get_authority_flag(func_id) (1 << (func_id - 1)) macro
524 unsigned int af = get_authority_flag(func_id); in check_authorized()