Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_watch.c57 static db_watchpoint_t db_free_watchpoints = 0; variable
76 if ((watch = db_free_watchpoints) != 0) { in db_watchpoint_alloc()
77 db_free_watchpoints = watch->link; in db_watchpoint_alloc()
93 watch->link = db_free_watchpoints; in db_watchpoint_free()
94 db_free_watchpoints = watch; in db_watchpoint_free()