Searched refs:alloc_cmdid (Results 1 – 1 of 1) sorted by relevance
/drivers/block/ |
D | nvme-core.c | 133 static int alloc_cmdid(struct nvme_queue *nvmeq, void *ctx, in alloc_cmdid() function 157 (cmdid = alloc_cmdid(nvmeq, ctx, handler, timeout)) >= 0); in alloc_cmdid_killable() 615 int cmdid = alloc_cmdid(nvmeq, (void *)CMD_CTX_FLUSH, in nvme_submit_flush_data() 650 cmdid = alloc_cmdid(nvmeq, iod, bio_completion, NVME_IO_TIMEOUT); in nvme_submit_bio_queue()
|