/kernel/linux/linux-5.10/samples/vfs/ |
H A D | test-fsmount.c | 13 #include <sys/prctl.h>
|
/kernel/linux/linux-6.6/kernel/entry/ |
H A D | syscall_user_dispatch.c | 6 #include <linux/prctl.h> 48 * access_ok() is performed once, at prctl time, when in syscall_user_dispatch()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/ |
H A D | mte_common_util.h | 12 #include <sys/prctl.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | rename_attack_test.c | 15 #include <sys/prctl.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | instruction_count_test.c | 11 #include <sys/prctl.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/event_code_tests/ |
H A D | generic_events_valid_test.c | 7 #include <sys/prctl.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | sigaltstack.c | 13 #include <sys/prctl.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd_open_test.c | 17 #include <sys/prctl.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/ |
H A D | hashchk_test.c | 15 #include <sys/prctl.h>
|
/kernel/linux/linux-6.6/samples/vfs/ |
H A D | test-fsmount.c | 13 #include <sys/prctl.h>
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
H A D | process_test_042.cpp | 163 prctl(PR_SET_NAME, "mainFork", 0UL, 0UL, 0UL); in TestCase()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_test_018.cpp | 128 prctl(PR_SET_NAME, "mainFork", 0UL, 0UL, 0UL); in TestCase()
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | private-lib-plat-freertos.h | 107 #include <sys/prctl.h>
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | private-lib-plat-unix.h | 173 #include <sys/prctl.h>
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | prctl.h | 180 int prctl (int, ...);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | prctl.h | 180 int prctl (int, ...);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | prctl.h | 180 int prctl (int, ...);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | prctl.h | 180 int prctl (int, ...);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | prctl.h | 180 int prctl (int, ...);
|
/third_party/musl/include/sys/ |
H A D | prctl.h | 183 int prctl (int, ...);
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | ksm_tests.c | 4 #include <sys/prctl.h> 195 " 1: prctl merging\n"); in print_help() 252 if (prctl(PR_SET_MEMORY_MERGE, 1, 0, 0, 0)) { in ksm_merge_pages() 253 perror("prctl"); in ksm_merge_pages() 371 prctl(PR_SET_MEMORY_MERGE, 0, 0, 0, 0); in check_ksm_merge()
|
/third_party/musl/porting/linux/user/src/hook/ |
H A D | musl_preinit.c | 48 .prctl = MuslMalloc(prctl), 268 snprintf(symbol, sizeof(symbol), "%s_%s", prefix, "prctl"); in init_prctl_function() 336 if (!init_prctl_function(shared_library_handler, &table->prctl, prefix)) { in init_hook_functions()
|
/third_party/musl/src/hook/linux/ |
H A D | musl_preinit.c | 63 .prctl = MuslMalloc(prctl), 283 snprintf(symbol, sizeof(symbol), "%s_%s", prefix, "prctl"); in init_prctl_function() 350 if (!init_prctl_function(shared_library_handler, &table->prctl, prefix)) { in init_hook_functions()
|
/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | camera.h | 26 #include <sys/prctl.h>
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | process_32.c | 35 #include <linux/prctl.h>
|