Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/isp/
HDisp_freebsd.h223 struct ntpdlist ntfree; member
HDisp_freebsd.c149 STAILQ_INIT(&fc->ntfree); in isp_attach_chan()
151 STAILQ_INSERT_TAIL(&fc->ntfree, &fc->ntpool[i], next); in isp_attach_chan()
797 ntp = STAILQ_FIRST(&fc->ntfree); in isp_get_ntpd()
799 STAILQ_REMOVE_HEAD(&fc->ntfree, next); in isp_get_ntpd()
822 STAILQ_INSERT_HEAD(&fc->ntfree, ntp, next); in isp_put_ntpd()