Home
last modified time | relevance | path

Searched refs:getcpu (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/ctlstat/
H A Dctlstat.c153 static int getcpu(struct ctl_cpu_stats *cpu_stats);
224 getcpu(struct ctl_cpu_stats *cpu_stats) in getcpu() function
625 if (F_CPU(ctx) && (getcpu(&ctx->cur_cpu) != 0)) in ctlstat_standard()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2943 PRE_SYSCALL(getcpu)(void *cpu, void *node, void *cache) {}
2945 POST_SYSCALL(getcpu)(long res, void *cpu, void *node, void *cache) {