Home
last modified time | relevance | path

Searched refs:sched_getaffinity (Results 1 – 25 of 82) sorted by relevance

1234

/OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/
H A Dbasic_test.c21 sched_getaffinity(0, sizeof(affinity), &affinity); in test_cpu_pointer()
H A Dbasic_percpu_ops_test.c247 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
H A Dparam_test.c630 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
821 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_buffer()
1036 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_memcpy_buffer()
/OK3568_Linux_fs/kernel/kernel/
H A Dcompat.c144 COMPAT_SYSCALL_DEFINE3(sched_getaffinity, compat_pid_t, pid, unsigned int, len, in COMPAT_SYSCALL_DEFINE3() argument
158 ret = sched_getaffinity(pid, mask); in COMPAT_SYSCALL_DEFINE3()
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h87 if (sched_getaffinity(getpid(), sizeof(set), &set) == 0) { in bind_cpu()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Daffinity.c31 sched_getaffinity(0, cpu_set_size, (cpu_set_t *)a->orig_cpus); in affinity__setup()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dsched.h125 extern int sched_getaffinity (__pid_t __pid, size_t __cpusetsize,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dsched.h125 extern int sched_getaffinity (__pid_t __pid, size_t __cpusetsize,
/OK3568_Linux_fs/kernel/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c187 err = sched_getaffinity(0, sizeof(available_cpus), &available_cpus); in main()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dteec_benchmark.c188 ret = sched_getaffinity(0, sizeof(cpu_set_old), &cpu_set_old); in bm_timestamp()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dcpustat_user.c122 sched_getaffinity(0, sizeof(original_cpumask), &original_cpumask); in cpu_stat_inject_cpu_idle_event()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/
H A Dutils.c105 if (sched_getaffinity(0, size, mask)) { in pick_online_cpu()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dperf-record.c23 if (sched_getaffinity(pid, sizeof(*maskp), maskp) == -1) { in sched__get_first_possible_cpu()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfigure.ac152 AC_CHECK_FUNCS([mmap64 posix_memalign rand_r sched_getaffinity])
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/pauth/
H A Dpac.c118 sched_getaffinity(0, sizeof(mask), &mask); in exec_sign_all()
/OK3568_Linux_fs/kernel/tools/lib/perf/tests/
H A Dtest-evlist.c354 err = sched_getaffinity(0, sizeof(saved_mask), &saved_mask); in test_mmap_cpus()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dstressapptest_config.h.in65 /* Define to 1 if you have the `sched_getaffinity' function. */
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py252 cpus = len(os.sched_getaffinity(0))
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl207 196 n32 sched_getaffinity compat_sys_sched_getaffinity
H A Dsyscall_n64.tbl207 196 n64 sched_getaffinity sys_sched_getaffinity
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl220 208 common sched_getaffinity sys_sched_getaffinity
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dnuma.c274 ret = sched_getaffinity(0, sizeof(orig_mask), &orig_mask); in bind_to_cpu()
301 ret = sched_getaffinity(0, sizeof(orig_mask), &orig_mask); in bind_to_node()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl173 157 common sched_getaffinity sys_sched_getaffinity
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl215 204 common sched_getaffinity sys_sched_getaffinity
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl215 204 common sched_getaffinity sys_sched_getaffinity

1234