Searched refs:kdb_thr_next (Results 1 – 5 of 5) sorted by relevance
92 struct thread *kdb_thr_next(struct thread *);
100 thr = kdb_thr_next(thr); in db_show_threads()
527 for (td = kdb_thr_first(); td != NULL; td = kdb_thr_next(td)) { in db_findstack_cmd()
854 for (td = kdb_thr_first(); td != NULL; td = kdb_thr_next(td)) { in _db_stack_trace_all()
640 thr = kdb_thr_next(thr); in kdb_thr_lookup()645 kdb_thr_next(struct thread *thr) in kdb_thr_next() function