Home
last modified time | relevance | path

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

/NextBSD/sys/nlm/
HDnlm_prot_impl.c209 struct nlm_async_lock { struct
210 TAILQ_ENTRY(nlm_async_lock) af_link; /* (l) host's list of locks */
220 TAILQ_HEAD(nlm_async_lock_list, nlm_async_lock); argument
563 struct nlm_async_lock *af = (struct nlm_async_lock *) arg; in nlm_lock_callback()
620 nlm_free_async_lock(struct nlm_async_lock *af) in nlm_free_async_lock()
641 nlm_cancel_async_lock(struct nlm_async_lock *af) in nlm_cancel_async_lock()
683 struct nlm_async_lock *af; in nlm_check_expired_locks()
760 struct nlm_async_lock *af; in nlm_host_notify()
2005 struct nlm_async_lock *af; in nlm_do_lock()
2044 af = malloc(sizeof(struct nlm_async_lock), M_NLM, in nlm_do_lock()
[all …]