Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot_impl.c202 TAILQ_ENTRY(nlm_async_lock) af_link; /* (l) host's list of locks */
615 TAILQ_REMOVE(&af->af_host->nh_pending, af, af_link); in nlm_lock_callback()
616 TAILQ_INSERT_TAIL(&af->af_host->nh_granted, af, af_link); in nlm_lock_callback()
676 TAILQ_REMOVE(&host->nh_pending, af, af_link); in nlm_cancel_async_lock()
698 TAILQ_REMOVE(&host->nh_granted, af, af_link); in nlm_check_expired_locks()
704 TAILQ_REMOVE(&host->nh_finished, af, af_link); in nlm_check_expired_locks()
2033 TAILQ_FOREACH(af, &host->nh_pending, af_link) { in nlm_do_lock()
2085 TAILQ_INSERT_TAIL(&host->nh_pending, af, af_link); in nlm_do_lock()
2098 TAILQ_REMOVE(&host->nh_pending, af, af_link); in nlm_do_lock()
2198 TAILQ_FOREACH(af, &host->nh_pending, af_link) { in nlm_do_cancel()
[all …]
/freebsd/sbin/ifconfig/
H A Daf_link.c223 static struct afswtch af_link = { variable
266 af_register(&af_link); in link_ctor()
H A DMakefile15 SRCS+= af_link.c # LLC support