Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dkdb.h92 struct thread *kdb_thr_next(struct thread *);
/f-stack/freebsd/ddb/
H A Ddb_thread.c100 thr = kdb_thr_next(thr); in db_show_threads()
H A Ddb_ps.c527 for (td = kdb_thr_first(); td != NULL; td = kdb_thr_next(td)) { in db_findstack_cmd()
H A Ddb_command.c854 for (td = kdb_thr_first(); td != NULL; td = kdb_thr_next(td)) { in _db_stack_trace_all()
/f-stack/freebsd/kern/
H A Dsubr_kdb.c640 thr = kdb_thr_next(thr); in kdb_thr_lookup()
645 kdb_thr_next(struct thread *thr) in kdb_thr_next() function