Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/twa/
H A Dtw_osl_freebsd.c447 my_req = &(sc->req_ctx_buf[i]); in twa_watchdog()
657 sc->req_ctx_buf = kmalloc((sizeof(struct tw_osli_req_context) * in tw_osli_alloc_mem()
661 req = &(sc->req_ctx_buf[i]); in tw_osli_alloc_mem()
705 if (sc->req_ctx_buf) in tw_osli_free_resources()
723 if (sc->req_ctx_buf) in tw_osli_free_resources()
724 kfree(sc->req_ctx_buf, TW_OSLI_MALLOC_CLASS); in tw_osli_free_resources()
H A Dtw_osl.h127 struct tw_osli_req_context *req_ctx_buf; member