Searched refs:cpu (Results 1 – 13 of 13) sorted by relevance
/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 | 41 unsigned cpu; in __matches_cpuN() local 43 return (sscanf(s, "cpu%u%c", &cpu, &dummy) == 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/libc/include/ |
D | sched.h | 81 #define CPU_SET(cpu, set) CPU_SET_S(cpu, sizeof(cpu_set_t), set) argument 82 #define CPU_CLR(cpu, set) CPU_CLR_S(cpu, sizeof(cpu_set_t), set) argument 83 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set) argument 106 #define CPU_SET_S(cpu, setsize, set) \ argument 108 size_t __cpu = (cpu); \ 113 #define CPU_CLR_S(cpu, setsize, set) \ argument 115 size_t __cpu = (cpu); \ 120 #define CPU_ISSET_S(cpu, setsize, set) \ argument 122 size_t __cpu = (cpu); \
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_cpu.h | 23 __u32 cpu; member
|
/bionic/tests/ |
D | sys_ptrace_test.cpp | 197 static void watchpoint_stress_child(unsigned cpu, T& data) { in watchpoint_stress_child() argument 200 CPU_SET(cpu, &cpus); in watchpoint_stress_child() 211 static void run_watchpoint_stress(size_t cpu) { in run_watchpoint_stress() argument 212 run_watchpoint_test<T>(std::bind(watchpoint_stress_child<T>, cpu, std::placeholders::_1), 0, in run_watchpoint_stress() 223 for (size_t cpu = 0; cpu < CPU_SETSIZE; ++cpu) { in TEST() local 224 if (!CPU_ISSET(cpu, &available_cpus)) continue; in TEST() 226 run_watchpoint_stress<uint8_t>(cpu); in TEST() 227 run_watchpoint_stress<uint16_t>(cpu); in TEST() 228 run_watchpoint_stress<uint32_t>(cpu); in TEST() 230 run_watchpoint_stress<uint64_t>(cpu); in TEST()
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | mce.h | 38 __u8 cpu; member
|
/bionic/libc/kernel/uapi/linux/ |
D | cn_proc.h | 39 __u32 cpu; member
|
D | blktrace_api.h | 101 __u32 cpu; member
|
/bionic/benchmarks/ |
D | README.md | 52 <cpu><optional_cpu_to_lock></cpu> 58 xml-specified values for iterations and cpu take precedence over those specified via command line
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | kvm.h | 97 __u32 cpu; member
|
/bionic/docs/ |
D | libc_assembler.md | 27 Locking to a specific cpu: 93 that if the device does not get up to the maximum cpu frequency, the results 94 can vary wildly. It's possible to lock the cpu to the maximum frequency, but 96 out the cpu very quickly on Pixel devices, and don't affect the results.
|
/bionic/libc/ |
D | SECCOMP_WHITELIST_COMMON.TXT | 46 int perf_event_open:perf_event_open(struct perf_event_attr *attr, pid_t pid, int cpu, int group_fd,…
|