Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_witness.c229 struct witness *w_hash_next; /* Linked list in hash buckets. */ member
2986 w = w->w_hash_next; in witness_hash_get()
3004 KASSERT(w->w_hash_next == NULL, in witness_hash_put()
3008 w->w_hash_next = w_hash.wh_array[hash]; in witness_hash_put()