Searched defs:getcpu (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/getcpu/
H A Dgetcpu01.c25 * getcpu01 - call getcpu() and make sure it succeeds
31 * Make a call to getcpu() system call
39 * getcpu [-c n] [-f] [-i n] [-I x] [-P x] [-t]
85 static inline int getcpu(unsigned int *, unsigned int *, void *);
127 TEST(getcpu(&cpu_id, &node_id, NULL));
130 tst_resm(TFAIL, "getcpu() returned wrong value"
137 tst_resm(TFAIL, "getcpu() returned wrong value"
144 tst_resm(TPASS, "getcpu() returned proper"
148 tst_resm(TFAIL, "getcpu() Failed, errno=%d:%s",
160 * getcpu()
162 static inline int getcpu(unsigned *cpu_id, unsigned *node_id, function
[all...]

Completed in 109 milliseconds