Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot_impl.c201 struct nlm_async_lock { struct
202 TAILQ_ENTRY(nlm_async_lock) af_link; /* (l) host's list of locks */
212 TAILQ_HEAD(nlm_async_lock_list, nlm_async_lock); argument
568 struct nlm_async_lock *af = (struct nlm_async_lock *) arg; in nlm_lock_callback()
625 nlm_free_async_lock(struct nlm_async_lock *af) in nlm_free_async_lock()
646 nlm_cancel_async_lock(struct nlm_async_lock *af) in nlm_cancel_async_lock()
688 struct nlm_async_lock *af; in nlm_check_expired_locks()
765 struct nlm_async_lock *af; in nlm_host_notify()
2013 struct nlm_async_lock *af; in nlm_do_lock()
2052 af = malloc(sizeof(struct nlm_async_lock), M_NLM, in nlm_do_lock()
[all …]