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

/freebsd-10.1-release/sys/nlm/
H A Dnlm_prot_impl.c255 struct nlm_async_lock_list nh_finished; /* (l) finished async locks */ member in struct:nlm_host
698 while ((af = TAILQ_FIRST(&host->nh_finished)) != NULL) {
699 TAILQ_REMOVE(&host->nh_finished, af, af_link);
860 TAILQ_INIT(&host->nh_finished);

Completed in 84 milliseconds