Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_witness.c227 struct witness *w_hash_next; /* Linked list in hash buckets. */ member
3029 w = w->w_hash_next; in witness_hash_get()
3047 KASSERT(w->w_hash_next == NULL, in witness_hash_put()
3051 w->w_hash_next = w_hash.wh_array[hash]; in witness_hash_put()