Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/isci/
HDisci.c220 if (controller->timer_memory != NULL) in isci_detach()
221 free(controller->timer_memory, M_ISCI); in isci_detach()
HDisci.h180 void *timer_memory; member
HDisci_controller.c261 controller->timer_memory = malloc( in isci_controller_construct()
268 controller->timer_memory; in isci_controller_construct()