Searched refs:at_head (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_ioctl.c | 432 int at_head = 0; in sg_io() local 455 at_head = 1; in sg_io() 483 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()
|
| /linux-6.15/include/linux/ |
| H A D | blk-mq.h | 1037 void blk_execute_rq_nowait(struct request *rq, bool at_head); 1038 blk_status_t blk_execute_rq(struct request *rq, bool at_head);
|
| /linux-6.15/block/ |
| H A D | blk-mq.c | 1413 void blk_execute_rq_nowait(struct request *rq, bool at_head) in blk_execute_rq_nowait() argument 1422 if (current->plug && !at_head) { in blk_execute_rq_nowait() 1427 blk_mq_insert_request(rq, at_head ? BLK_MQ_INSERT_AT_HEAD : 0); in blk_execute_rq_nowait() 1474 blk_status_t blk_execute_rq(struct request *rq, bool at_head) in blk_execute_rq() argument 1488 blk_mq_insert_request(rq, at_head ? BLK_MQ_INSERT_AT_HEAD : 0); in blk_execute_rq()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | nvme.h | 1192 int nvme_execute_rq(struct request *rq, bool at_head);
|
| H A D | core.c | 1118 int nvme_execute_rq(struct request *rq, bool at_head) in nvme_execute_rq() argument 1122 status = blk_execute_rq(rq, at_head); in nvme_execute_rq()
|