Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lib/lockdep/
Dcommon.c28 prctl(PR_GET_NAME, current_obj.comm); in __curr()
/linux-4.4.14/include/uapi/linux/
Dprctl.h56 #define PR_GET_NAME 16 /* Get process name */ macro
/linux-4.4.14/kernel/
Dsys.c2142 case PR_GET_NAME: in SYSCALL_DEFINE5()