Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dsubr_witness.c352 static struct witness *witness_hash_get(const struct lock_type *,
1476 w = witness_hash_get(type, subtype); in enroll()
2375 witness_hash_get(const struct lock_type *type, const char *subtype) in witness_hash_get() function
2403 KASSERTMSG(witness_hash_get(w->w_type, w->w_subtype) == NULL, in witness_hash_put()