Home
last modified time | relevance | path

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

/include/linux/
Dcred.h363 #define task_cred_xxx(task, xxx) \ argument
365 __typeof__(((struct cred *)NULL)->xxx) ___val; \
367 ___val = __task_cred((task))->xxx; \
376 #define current_cred_xxx(xxx) \ argument
378 current_cred()->xxx; \