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

/freebsd-9.3-release/sys/kern/
H A Dsubr_witness.c228 struct witness *w_hash_next; /* Linked list in hash buckets. */ member in struct:witness
2717 w = w->w_hash_next;
2735 KASSERT(w->w_hash_next == NULL,
2736 ("%s: w->w_hash_next != NULL", __func__));
2739 w->w_hash_next = w_hash.wh_array[hash];

Completed in 29 milliseconds