OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:db_free_watchpoints
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/ddb/
db_watch.c
59
static db_watchpoint_t
db_free_watchpoints
= 0;
variable in typeref:typename:db_watchpoint_t
73
if ((watch =
db_free_watchpoints
) != 0) {
74
db_free_watchpoints
= watch->link;
90
watch->link =
db_free_watchpoints
;
91
db_free_watchpoints
= watch;
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025