Home
last modified time | relevance | path

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

/include/linux/
A Dcred.h339 #define task_cred_xxx(task, xxx) \ macro
348 #define task_uid(task) (task_cred_xxx((task), uid))
349 #define task_euid(task) (task_cred_xxx((task), euid))
350 #define task_ucounts(task) (task_cred_xxx((task), ucounts))

Completed in 6 milliseconds