Home
last modified time | relevance | path

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

/netbsd/src/sys/ddb/
Ddb_syncobj.c48 db_expr_t rw_syncobj_; in db_syncobj_owner() local
59 } else if (db_value_of_name("rw_syncobj", &rw_syncobj_) && in db_syncobj_owner()
60 (db_expr_t)(uintptr_t)sobj == rw_syncobj_) { in db_syncobj_owner()