/bionic/libc/include/ |
D | sched.h | 80 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set) argument 81 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set) argument 82 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set) argument 105 #define CPU_SET_S(cpu, setsize, set) \ argument 107 size_t __cpu = (cpu); \ 112 #define CPU_CLR_S(cpu, setsize, set) \ argument 114 size_t __cpu = (cpu); \ 119 #define CPU_ISSET_S(cpu, setsize, set) \ argument 121 size_t __cpu = (cpu); \
|
/bionic/libc/bionic/ |
D | sched_getcpu.cpp | 35 unsigned cpu; in sched_getcpu() local 36 int rc = __getcpu(&cpu, nullptr, nullptr); in sched_getcpu() 40 return cpu; in sched_getcpu()
|
D | sysinfo.cpp | 42 unsigned cpu; in __matches_cpuN() local 44 return (sscanf(s, "cpu%u%c", &cpu, &unused) == 1); in __matches_cpuN()
|
/bionic/libc/private/ |
D | get_cpu_count_from_string.h | 38 int cpu = static_cast<int>(strtol(s, const_cast<char**>(&s), 10)); in GetCpuCountFromString() local 40 cpu_count += cpu - last_cpu; in GetCpuCountFromString() 44 last_cpu = cpu; in GetCpuCountFromString()
|
/bionic/tests/ |
D | sys_ptrace_test.cpp | 206 static void watchpoint_stress_child(unsigned cpu, T& data) { in watchpoint_stress_child() argument 209 CPU_SET(cpu, &cpus); in watchpoint_stress_child() 220 static void run_watchpoint_stress(size_t cpu) { in run_watchpoint_stress() argument 221 run_watchpoint_test<T>(std::bind(watchpoint_stress_child<T>, cpu, std::placeholders::_1), 0, in run_watchpoint_stress() 232 for (size_t cpu = 0; cpu < CPU_SETSIZE; ++cpu) { in TEST() local 233 if (!CPU_ISSET(cpu, &available_cpus)) continue; in TEST() 235 run_watchpoint_stress<uint8_t>(cpu); in TEST() 240 run_watchpoint_stress<uint16_t>(cpu); in TEST() 241 run_watchpoint_stress<uint32_t>(cpu); in TEST() 243 run_watchpoint_stress<uint64_t>(cpu); in TEST()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_cpu.h | 23 __u32 cpu; member
|
/bionic/benchmarks/ |
D | README.md | 48 <cpu><optional_cpu_to_lock></cpu> 54 XML-specified values for iterations and cpu take precedence over those specified via command line 178 To lock the CPU frequency, use the sysfs interface at `/sys/devices/system/cpu/cpu*/cpufreq/`.
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | mce.h | 38 __u8 cpu; member
|
/bionic/docs/ |
D | libc_assembler.md | 28 Locking to a specific cpu: 94 that if the device does not get up to the maximum cpu frequency, the results 95 can vary wildly. It's possible to lock the cpu to the maximum frequency, but 97 out the cpu very quickly on Pixel devices, and don't affect the results.
|
D | native_allocator.md | 161 with different characteristics. For example, on a big-little cpu, if the 169 On most phones with a big-little cpu, the third core is the little core.
|
/bionic/libc/kernel/uapi/linux/ |
D | cn_proc.h | 39 __u32 cpu; member
|
D | blktrace_api.h | 101 __u32 cpu; member
|
/bionic/benchmarks/linker_relocation/ |
D | run_bench_with_ninja.sh | 39 --cpu-mask MASK MASK is a hex mask of CPU affinity passed to taskset
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_COMMON.TXT | 22 int perf_event_open:perf_event_open(struct perf_event_attr *attr, pid_t pid, int cpu, int group_fd,…
|