Searched refs:sys_getcpu (Results 1 – 5 of 5) sorted by relevance
118 static long sys_getcpu(unsigned * cpu, unsigned * node, in sys_getcpu() function150 ret_sys = sys_getcpu(&cpu_sys, &node_sys, 0); in test_getcpu()
179 static inline long sys_getcpu(unsigned * cpu, unsigned * node, in sys_getcpu() function330 ret_sys = sys_getcpu(&cpu_sys, &node_sys, 0); in test_getcpu()
481 __SYSCALL(__NR_getcpu, sys_getcpu)
1102 * process.c (sys_getcpu): New function.1103 * linux/syscall.h: Declare sys_getcpu.
37538 * getcpu.c (sys_getcpu): Use printnum_int and printaddr.42009 * process.c (sys_getcpu): Move to getcpu.c.