Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/ciss/
H A Dciss.c984 struct ciss_bmic_flush_cache *cbfc; in ciss_flush_adapter() local
990 cbfc = NULL; in ciss_flush_adapter()
997 cbfc = kmalloc(sizeof(*cbfc), CISS_MALLOC_CLASS, M_INTWAIT | M_ZERO); in ciss_flush_adapter()
999 (void **)&cbfc, sizeof(*cbfc))) != 0) in ciss_flush_adapter()
1025 if (cbfc != NULL) in ciss_flush_adapter()
1026 kfree(cbfc, CISS_MALLOC_CLASS); in ciss_flush_adapter()