Home | History | Annotate | Download | only in nlm

Lines Matching defs:nlm_async_lock

217 struct nlm_async_lock {
218 TAILQ_ENTRY(nlm_async_lock) af_link; /* (l) host's list of locks */
228 TAILQ_HEAD(nlm_async_lock_list, nlm_async_lock);
571 struct nlm_async_lock *af = (struct nlm_async_lock *) arg;
628 nlm_free_async_lock(struct nlm_async_lock *af)
649 nlm_cancel_async_lock(struct nlm_async_lock *af)
691 struct nlm_async_lock *af;
768 struct nlm_async_lock *af;
2021 struct nlm_async_lock *af;
2060 af = malloc(sizeof(struct nlm_async_lock), M_NLM,
2158 struct nlm_async_lock *af;
2350 struct nlm_async_lock *af = NULL;