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

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c1995 struct hosttqh htfree; local
2690 * tagged for deletion and move those to the htfree list.
2692 TAILQ_INIT(&htfree);
2696 TAILQ_INSERT_TAIL(&htfree, ht, ht_next);
2699 * Go through htfree and find the groups/addresses
2707 TAILQ_FOREACH_SAFE(ht, &htfree, ht_next, ht2) {
2789 TAILQ_REMOVE(&htfree, ht, ht_next);

Completed in 66 milliseconds