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

/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);
/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/include/uapi/linux/
H A Dprctl.h57 #define PR_GET_NAME 16 /* Get process name */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h57 #define PR_GET_NAME 16 /* Get process name */ macro
/linux-master/kernel/
H A Dsys.c2515 case PR_GET_NAME:

Completed in 222 milliseconds