Home
last modified time | relevance | path

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

/include/linux/
Dcred.h362 #define task_cred_xxx(task, xxx) \ argument
364 __typeof__(((struct cred *)NULL)->xxx) ___val; \
366 ___val = __task_cred((task))->xxx; \
374 #define current_cred_xxx(xxx) \ argument
376 current_cred()->xxx; \