Searched refs:at_head (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/ |
D | scsi_ioctl.c | 415 int at_head = 0; in sg_io() local 438 at_head = 1; in sg_io() 466 blk_execute_rq(rq, at_head); in sg_io()
|
D | sg.c | 782 int k, at_head; in sg_common_write() local 825 at_head = 0; in sg_common_write() 827 at_head = 1; in sg_common_write() 832 blk_execute_rq_nowait(srp->rq, at_head); in sg_common_write()
|
/drivers/nvme/host/ |
D | nvme.h | 834 int qid, int at_head,
|
D | core.c | 1022 static int nvme_execute_rq(struct request *rq, bool at_head) in nvme_execute_rq() argument 1026 status = blk_execute_rq(rq, at_head); in nvme_execute_rq() 1040 int qid, int at_head, blk_mq_req_flags_t flags) in __nvme_submit_sync_cmd() argument 1061 ret = nvme_execute_rq(req, at_head); in __nvme_submit_sync_cmd()
|