Searched refs:nh_pending (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/nlm/ |
| HD | nlm_prot_impl.c | 253 struct nlm_async_lock_list nh_pending; /* (l) pending async locks */ member 629 TAILQ_REMOVE(&af->af_host->nh_pending, af, af_link); in nlm_lock_callback() 690 TAILQ_REMOVE(&host->nh_pending, af, af_link); in nlm_cancel_async_lock() 791 while ((af = TAILQ_FIRST(&host->nh_pending)) != NULL) { in nlm_host_notify() 877 TAILQ_INIT(&host->nh_pending); in nlm_create_host() 2071 TAILQ_FOREACH(af, &host->nh_pending, af_link) { in nlm_do_lock() 2123 TAILQ_INSERT_TAIL(&host->nh_pending, af, af_link); in nlm_do_lock() 2136 TAILQ_REMOVE(&host->nh_pending, af, af_link); in nlm_do_lock() 2236 TAILQ_FOREACH(af, &host->nh_pending, af_link) { in nlm_do_cancel()
|