Searched refs:at_head (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/ |
D | scsi_ioctl.c | 416 int at_head = 0; in sg_io() local 439 at_head = 1; in sg_io() 467 blk_execute_rq(rq, at_head); in sg_io()
|
D | sg.c | 785 int k, at_head; in sg_common_write() local 828 at_head = 0; in sg_common_write() 830 at_head = 1; in sg_common_write() 835 blk_execute_rq_nowait(srp->rq, at_head); in sg_common_write()
|
/drivers/nvme/host/ |
D | nvme.h | 867 int qid, int at_head, 1125 int nvme_execute_rq(struct request *rq, bool at_head);
|
D | core.c | 1007 int nvme_execute_rq(struct request *rq, bool at_head) in nvme_execute_rq() argument 1011 status = blk_execute_rq(rq, at_head); in nvme_execute_rq() 1026 int qid, int at_head, blk_mq_req_flags_t flags) in __nvme_submit_sync_cmd() argument 1047 ret = nvme_execute_rq(req, at_head); in __nvme_submit_sync_cmd()
|