Home
last modified time | relevance | path

Searched refs:freelist_head (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/hptrr/
H A Dhptrr_os_bsd.c130 list->next = vbus_ext->freelist_head; in freelist_reserve()
131 vbus_ext->freelist_head = list; in freelist_reserve()
H A Dos_bsd.h168 struct freelist *freelist_head; member
H A Dhptrr_osm_bsd.c164 for (f=vbus_ext->freelist_head; f; f=f->next) { in hpt_alloc_mem()
218 for (f=vbus_ext->freelist_head; f; f=f->next) { in hpt_free_mem()
/freebsd/sys/dev/hptnr/
H A Dhptnr_os_bsd.c144 list->next = vbus_ext->freelist_head; in freelist_reserve()
145 vbus_ext->freelist_head = list; in freelist_reserve()
H A Dos_bsd.h167 struct freelist *freelist_head; member
H A Dhptnr_osm_bsd.c163 for (f=vbus_ext->freelist_head; f; f=f->next) { in hpt_alloc_mem()
216 for (f=vbus_ext->freelist_head; f; f=f->next) { in hpt_free_mem()
/freebsd/sys/dev/hpt27xx/
H A Dos_bsd.h165 struct freelist *freelist_head; member
H A Dhpt27xx_os_bsd.c158 list->next = vbus_ext->freelist_head; in freelist_reserve()
159 vbus_ext->freelist_head = list; in freelist_reserve()
H A Dhpt27xx_osm_bsd.c159 for (f=vbus_ext->freelist_head; f; f=f->next) { in hpt_alloc_mem()
212 for (f=vbus_ext->freelist_head; f; f=f->next) { in hpt_free_mem()