Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
HDisp_freebsd.h122 atio_private_data_t * atfree; member
HDisp_freebsd.c976 atp = tptr->atfree; in isp_get_atpd()
978 tptr->atfree = atp->next; in isp_get_atpd()
995 atp->next = tptr->atfree; in isp_put_atpd()
996 tptr->atfree = atp; in isp_put_atpd()
1076 tptr->atfree = tptr->atpool; in create_lun_state()