Home
last modified time | relevance | path

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

/tools/lib/lockdep/
Dcommon.c24 prctl(PR_GET_NAME, current_obj.comm); in __curr()
/tools/include/uapi/linux/
Dprctl.h57 #define PR_GET_NAME 16 /* Get process name */ macro
/tools/testing/selftests/bpf/prog_tests/
Dtrampoline_count.c110 if (CHECK_FAIL(prctl(PR_GET_NAME, comm, 0L, 0L, 0L))) in test_trampoline_count()
Dtest_overhead.c72 if (CHECK_FAIL(prctl(PR_GET_NAME, comm, 0L, 0L, 0L))) in test_test_overhead()