Home
last modified time | relevance | path

Searched refs:at_head (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/
Dscsi_ioctl.c415 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()
Dsg.c782 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/
Dnvme.h834 int qid, int at_head,
Dcore.c1022 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()