Searched refs:getcpu (Results 1 – 25 of 64) sorted by relevance
123
/external/ltp/testcases/kernel/syscalls/getcpu/ |
D | getcpu01.c | 85 static inline int getcpu(unsigned int *, unsigned int *, void *); 127 TEST(getcpu(&cpu_id, &node_id, NULL)); in main() 162 static inline int getcpu(unsigned *cpu_id, unsigned *node_id, in getcpu() function
|
/external/strace/ |
D | getcpu.c | 3 SYS_FUNC(getcpu) in SYS_FUNC() argument
|
D | Android.mk | 86 getcpu.c \
|
D | sys_func.h | 66 extern SYS_FUNC(getcpu);
|
/external/ltp/testcases/kernel/include/ |
D | aarch64.in | 170 getcpu 168
|
D | ia64.in | 273 getcpu 1304
|
D | sparc.in | 310 getcpu 308
|
D | s390.in | 228 getcpu 311
|
D | s390x.in | 228 getcpu 311
|
D | sparc64.in | 286 getcpu 308
|
D | powerpc.in | 299 getcpu 302
|
D | i386.in | 313 getcpu 318
|
D | powerpc64.in | 299 getcpu 302
|
D | sh.in | 340 getcpu 346
|
D | arm.in | 311 getcpu (__NR_SYSCALL_BASE+345)
|
/external/strace/tests-mx32/ |
D | Makefile.am | 145 getcpu \ program 552 getcpu.test \
|
/external/strace/tests/ |
D | Makefile.am | 145 getcpu \ program 552 getcpu.test \
|
/external/strace/tests-m32/ |
D | Makefile.am | 145 getcpu \ program 552 getcpu.test \
|
/external/strace/linux/64/ |
D | syscallent.h | 169 [168] = { 3, 0, SEN(getcpu), "getcpu" },
|
/external/strace/linux/32/ |
D | syscallent.h | 176 [168] = { 3, 0, SEN(getcpu), "getcpu" },
|
/external/strace/linux/s390x/ |
D | syscallent.h | 326 [311] = { 3, 0, SEN(getcpu), "getcpu" },
|
/external/strace/linux/mips/ |
D | syscallent-n64.h | 274 [5271] = { 3, 0, SEN(getcpu), "getcpu" },
|
D | syscallent-n32.h | 278 [6275] = { 3, 0, SEN(getcpu), "getcpu" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 273 [280] = { 3, 0, SEN(getcpu), "getcpu" },
|
/external/strace/linux/ia64/ |
D | syscallent.h | 324 [1304] = { 3, 0, SEN(getcpu), "getcpu" },
|
123