Home
last modified time | relevance | path

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

/kernel/linux/common_modules/qos_auth/include/
Dauth_ctrl.h17 #define super_uid(uid) (uid == ROOT_UID || uid == SYSTEM_UID) macro
/kernel/linux/common_modules/qos_auth/auth_ctl/
Dauth_ctrl.c497 if (super_uid(uid)) in get_authority_uid()
Dqos_ctrl.c186 return super_uid(task_uid(p).val); in super_user()