Searched refs:PR_GET_NAME (Results 1 - 5 of 5) sorted by path

/linux-master/include/uapi/linux/
H A Dprctl.h57 #define PR_GET_NAME 16 /* Get process name */ macro
/linux-master/kernel/
H A Dsys.c2521 case PR_GET_NAME:
/linux-master/tools/include/uapi/linux/
H A Dprctl.h57 #define PR_GET_NAME 16 /* Get process name */ macro
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_overhead.c72 if (CHECK_FAIL(prctl(PR_GET_NAME, comm, 0L, 0L, 0L)))
/linux-master/tools/testing/selftests/prctl/
H A Dset-process-name.c33 res = prctl(PR_GET_NAME, name, NULL, NULL, NULL);
46 res = prctl(PR_GET_NAME, name, NULL, NULL, NULL);
72 int res = prctl(PR_GET_NAME, name, NULL, NULL, NULL);

Completed in 438 milliseconds