Searched refs:hashprev (Results 1 – 1 of 1) sorted by relevance
227 fbt_probe_t *hash, *hashprev, *next; in fbt_destroy_one() local231 for (hash = fbt_probetab[ndx], hashprev = NULL; hash != NULL; in fbt_destroy_one()232 hashprev = hash, hash = hash->fbtp_hashnext) { in fbt_destroy_one()238 if (hashprev != NULL) in fbt_destroy_one()239 hashprev->fbtp_hashnext = next; in fbt_destroy_one()