Searched refs:db_show_sleepq (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/ddb/ |
| D | db_xxx.c | 344 db_show_sleepq((db_addr_t)&cv->cv_opaque[0], false, 0, modif); in db_show_condvar() 348 db_show_sleepq(db_expr_t addr, bool haddr, db_expr_t count, const char *modif) in db_show_sleepq() function
|
| D | db_interface.h | 84 void db_show_sleepq(db_expr_t, bool, db_expr_t, const char *);
|
| D | db_command.c | 324 { DDB_ADD_CMD("sleepq", db_show_sleepq,
|