Home
last modified time | relevance | path

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

/spdk/lib/idxd/
H A Didxd_internal.h90 void *batch_base; member
H A Didxd.c162 chan->batch_base = calloc(num_batches, sizeof(struct idxd_batch)); in _dsa_alloc_batches()
163 if (chan->batch_base == NULL) { in _dsa_alloc_batches()
167 batch = chan->batch_base; in _dsa_alloc_batches()
332 free(chan->batch_base); in spdk_idxd_put_channel()