Home
last modified time | relevance | path

Searched refs:db_cpu_next (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/ddb/
H A Ddb_cpu.h36 struct cpu_info *db_cpu_next(struct cpu_info *);
H A Ddb_cpu.c79 db_cpu_next(struct cpu_info *ci) in db_cpu_next() function
/netbsd-src/sys/arch/i386/i386/
H A Ddb_machdep.c318 for (ci = db_cpu_first(); ci != NULL; ci = db_cpu_next(ci)) { in db_intrstack_p()
/netbsd-src/sys/kern/
H A Dkern_heartbeat.c763 for (ci = db_cpu_first(); ci != NULL; ci = db_cpu_next(ci)) {
H A Dkern_timeout.c945 for (ci = db_cpu_first(); ci != NULL; ci = db_cpu_next(ci)) { in db_show_callout()
953 for (ci = db_cpu_first(); ci != NULL; ci = db_cpu_next(ci)) { in db_show_callout()