HomeSort by: relevance | last modified time | path
    Searched defs:nh_pending (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 215 * nh_pending list of the NLM host.
261 struct nlm_async_lock_list nh_pending; /* (l) pending async locks */ member in struct:nlm_host
618 TAILQ_REMOVE(&af->af_host->nh_pending, af, af_link);
676 * Remove from the nh_pending list and free now that
679 TAILQ_REMOVE(&host->nh_pending, af, af_link);
780 while ((af = TAILQ_FIRST(&host->nh_pending)) != NULL) {
783 * nh_pending and free it.
866 TAILQ_INIT(&host->nh_pending);
2041 TAILQ_FOREACH(af, &host->nh_pending, af_link) {
2093 TAILQ_INSERT_TAIL(&host->nh_pending, af, af_link)
    [all...]
nlm_prot_impl.c 215 * nh_pending list of the NLM host.
261 struct nlm_async_lock_list nh_pending; /* (l) pending async locks */ member in struct:nlm_host
618 TAILQ_REMOVE(&af->af_host->nh_pending, af, af_link);
676 * Remove from the nh_pending list and free now that
679 TAILQ_REMOVE(&host->nh_pending, af, af_link);
780 while ((af = TAILQ_FIRST(&host->nh_pending)) != NULL) {
783 * nh_pending and free it.
866 TAILQ_INIT(&host->nh_pending);
2041 TAILQ_FOREACH(af, &host->nh_pending, af_link) {
2093 TAILQ_INSERT_TAIL(&host->nh_pending, af, af_link)
    [all...]

Completed in 118 milliseconds