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