Home
last modified time | relevance | path

Searched refs:sched_setaffinity (Results 1 – 25 of 49) sorted by relevance

12

/external/toybox/toys/other/
Dtaskset.c38 #define sched_setaffinity(pid, size, cpuset) \ macro
86 if (-1 == sched_setaffinity(pid, sizeof(toybuf), (void *)mask)) in do_taskset()
/external/fio/os/
Dos-linux.h53 sched_setaffinity((pid), sizeof(cpumask), &(cpumask))
58 sched_setaffinity((pid), &(cpumask))
/external/autotest/client/tests/tsc/src/
Dchecktsc.c183 if (sched_setaffinity(0, sizeof cpus, &cpus) < 0) { in set_cpu_affinity()
372 sched_setaffinity(0, sizeof cpus, &cpus); in main()
/external/strace/
Daffinity.c68 SYS_FUNC(sched_setaffinity) in SYS_FUNC() argument
Dsys_func.h213 extern SYS_FUNC(sched_setaffinity);
/external/autotest/client/tests/monotonic_time/src/
Dthreads.c38 if (sched_setaffinity(0, sizeof thread->cpus, &thread->cpus) < 0) in run_thread()
Dtime_test.c381 sched_setaffinity(0, sizeof cpus, &cpus); in main()
/external/valgrind/gdbserver_tests/
Dsleepers.c129 (void) sched_setaffinity(0, sizeof(single_cpu), &single_cpu); in setaffinity()
/external/strace/linux/sparc/
Dsyscallent.h161 [160] = { 3, 0, SEN(sched_setaffinity), "sched_set_affinity" },
262 [261] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
/external/fio/
Dconfigure661 return sched_setaffinity(0, sizeof(mask), &mask);
672 return sched_setaffinity(0, &mask);
/external/strace/linux/64/
Dsyscallent.h123 [122] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
/external/strace/linux/32/
Dsyscallent.h130 [122] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
/external/strace/linux/x86_64/
Dsyscallent.h204 [203] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
/external/strace/linux/s390x/
Dsyscallent.h254 [239] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
/external/strace/linux/mips/
Dsyscallent-n32.h198 [6195] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
Dsyscallent-n64.h198 [5195] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
Dsyscallent-o32.h242 [4239] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
/external/strace/linux/xtensa/
Dsyscallent.h151 [156] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
/external/strace/linux/avr32/
Dsyscallent.h221 [193] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
/external/compiler-rt/lib/dfsan/
Ddone_abilist.txt127 fun:sched_setaffinity=discard
/external/strace/linux/ia64/
Dsyscallent.h250 [1231] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
/external/strace/linux/hppa/
Dsyscallent.h216 [211] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
/external/strace/linux/s390/
Dsyscallent.h270 [239] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
/external/strace/linux/i386/
Dsyscallent.h269 [241] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
/external/strace/linux/sh/
Dsyscallent.h270 [241] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },

12