Searched refs:idxd_alloc_desc (Results 1 – 4 of 4) sorted by relevance
27 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype) in idxd_alloc_desc() function64 EXPORT_SYMBOL_NS_GPL(idxd_alloc_desc, "IDXD");
96 desc = idxd_alloc_desc(wq, IDXD_OP_BLOCK); in idxd_dma_prep_interrupt()122 desc = idxd_alloc_desc(wq, IDXD_OP_BLOCK); in idxd_dma_submit_memcpy()
790 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype);
1143 idxd_desc = idxd_alloc_desc(wq, IDXD_OP_BLOCK); in iaa_compress()1294 idxd_desc = idxd_alloc_desc(wq, IDXD_OP_BLOCK); in iaa_compress_verify()1380 idxd_desc = idxd_alloc_desc(wq, IDXD_OP_BLOCK); in iaa_decompress()
Completed in 13 milliseconds