Home
last modified time | relevance | path

Searched refs:nh_pending (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot_impl.c244 struct nlm_async_lock_list nh_pending; /* (l) pending async locks */ member
614 TAILQ_REMOVE(&af->af_host->nh_pending, af, af_link); in nlm_lock_callback()
675 TAILQ_REMOVE(&host->nh_pending, af, af_link); in nlm_cancel_async_lock()
776 while ((af = TAILQ_FIRST(&host->nh_pending)) != NULL) { in nlm_host_notify()
862 TAILQ_INIT(&host->nh_pending); in nlm_create_host()
2028 TAILQ_FOREACH(af, &host->nh_pending, af_link) { in nlm_do_lock()
2080 TAILQ_INSERT_TAIL(&host->nh_pending, af, af_link); in nlm_do_lock()
2093 TAILQ_REMOVE(&host->nh_pending, af, af_link); in nlm_do_lock()
2193 TAILQ_FOREACH(af, &host->nh_pending, af_link) { in nlm_do_cancel()