Home | History | Annotate | Download | only in nlm

Lines Matching defs:nh_pending

215  * nh_pending list of the NLM host.
261 struct nlm_async_lock_list nh_pending; /* (l) pending async locks */
618 TAILQ_REMOVE(&af->af_host->nh_pending, af, af_link);
676 * Remove from the nh_pending list and free now that
679 TAILQ_REMOVE(&host->nh_pending, af, af_link);
780 while ((af = TAILQ_FIRST(&host->nh_pending)) != NULL) {
783 * nh_pending and free it.
866 TAILQ_INIT(&host->nh_pending);
2041 TAILQ_FOREACH(af, &host->nh_pending, af_link) {
2093 TAILQ_INSERT_TAIL(&host->nh_pending, af, af_link);
2106 TAILQ_REMOVE(&host->nh_pending, af, af_link);
2206 TAILQ_FOREACH(af, &host->nh_pending, af_link) {