Searched refs:nlm_async_lock (Results 1 – 1 of 1) sorted by relevance
201 struct nlm_async_lock { struct202 TAILQ_ENTRY(nlm_async_lock) af_link; /* (l) host's list of locks */212 TAILQ_HEAD(nlm_async_lock_list, nlm_async_lock); argument568 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 …]