Home
last modified time | relevance | path

Searched refs:prctl (Results 226 - 250 of 361) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/samples/vfs/
H A Dtest-fsmount.c13 #include <sys/prctl.h>
/kernel/linux/linux-6.6/kernel/entry/
H A Dsyscall_user_dispatch.c6 #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 Dmte_common_util.h12 #include <sys/prctl.h>
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Drename_attack_test.c15 #include <sys/prctl.h>
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c11 #include <sys/prctl.h>
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/event_code_tests/
H A Dgeneric_events_valid_test.c7 #include <sys/prctl.h>
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dsigaltstack.c13 #include <sys/prctl.h>
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd_open_test.c17 #include <sys/prctl.h>
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c15 #include <sys/prctl.h>
/kernel/linux/linux-6.6/samples/vfs/
H A Dtest-fsmount.c13 #include <sys/prctl.h>
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
H A Dprocess_test_042.cpp163 prctl(PR_SET_NAME, "mainFork", 0UL, 0UL, 0UL); in TestCase()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_test_018.cpp128 prctl(PR_SET_NAME, "mainFork", 0UL, 0UL, 0UL); in TestCase()
/third_party/libwebsockets/lib/plat/freertos/
H A Dprivate-lib-plat-freertos.h107 #include <sys/prctl.h>
/third_party/libwebsockets/lib/plat/unix/
H A Dprivate-lib-plat-unix.h173 #include <sys/prctl.h>
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h180 int prctl (int, ...);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h180 int prctl (int, ...);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h180 int prctl (int, ...);
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h180 int prctl (int, ...);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h180 int prctl (int, ...);
/third_party/musl/include/sys/
H A Dprctl.h183 int prctl (int, ...);
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dksm_tests.c4 #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 Dmusl_preinit.c48 .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 Dmusl_preinit.c63 .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 Dcamera.h26 #include <sys/prctl.h>
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess_32.c35 #include <linux/prctl.h>

Completed in 14 milliseconds

12345678910>>...15