Searched refs:at_head (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A 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()
|
H A D | sg.c | 778 int k, at_head; in sg_common_write() local 821 at_head = 0; in sg_common_write() 823 at_head = 1; in sg_common_write() 828 blk_execute_rq_nowait(srp->rq, at_head); in sg_common_write()
|
/openbmc/linux/include/linux/ |
H A D | blk-mq.h | 1008 void blk_execute_rq_nowait(struct request *rq, bool at_head); 1009 blk_status_t blk_execute_rq(struct request *rq, bool at_head);
|
/openbmc/linux/drivers/nvme/host/ |
H A D | nvme.h | 882 int qid, int at_head, 1140 int nvme_execute_rq(struct request *rq, bool at_head);
|
H A 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()
|
/openbmc/linux/block/ |
H A D | blk-mq.c | 1328 void blk_execute_rq_nowait(struct request *rq, bool at_head) in blk_execute_rq_nowait() argument 1342 if (current->plug && !at_head) { in blk_execute_rq_nowait() 1347 blk_mq_insert_request(rq, at_head ? BLK_MQ_INSERT_AT_HEAD : 0); in blk_execute_rq_nowait() 1394 blk_status_t blk_execute_rq(struct request *rq, bool at_head) in blk_execute_rq() argument 1408 blk_mq_insert_request(rq, at_head ? BLK_MQ_INSERT_AT_HEAD : 0); in blk_execute_rq()
|