Searched refs:at_head (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/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()
|
/linux-6.12.1/include/linux/ |
D | blk-mq.h | 1029 void blk_execute_rq_nowait(struct request *rq, bool at_head); 1030 blk_status_t blk_execute_rq(struct request *rq, bool at_head);
|
/linux-6.12.1/block/ |
D | blk-mq.c | 1320 void blk_execute_rq_nowait(struct request *rq, bool at_head) in blk_execute_rq_nowait() argument 1329 if (current->plug && !at_head) { in blk_execute_rq_nowait() 1334 blk_mq_insert_request(rq, at_head ? BLK_MQ_INSERT_AT_HEAD : 0); in blk_execute_rq_nowait() 1381 blk_status_t blk_execute_rq(struct request *rq, bool at_head) in blk_execute_rq() argument 1395 blk_mq_insert_request(rq, at_head ? BLK_MQ_INSERT_AT_HEAD : 0); in blk_execute_rq()
|
/linux-6.12.1/drivers/nvme/host/ |
D | nvme.h | 1163 int nvme_execute_rq(struct request *rq, bool at_head);
|
D | core.c | 1113 int nvme_execute_rq(struct request *rq, bool at_head) in nvme_execute_rq() argument 1117 status = blk_execute_rq(rq, at_head); in nvme_execute_rq()
|