Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-exec.c52 struct request *rq, int at_head, in blk_execute_rq_nowait() argument
55 int where = at_head ? ELEVATOR_INSERT_FRONT : ELEVATOR_INSERT_BACK; in blk_execute_rq_nowait()
69 blk_mq_insert_request(rq, at_head, true, false); in blk_execute_rq_nowait()
110 struct request *rq, int at_head) in blk_execute_rq() argument
124 blk_execute_rq_nowait(q, bd_disk, rq, at_head, blk_end_sync_rq); in blk_execute_rq()
Dbsg.c328 int at_head = (0 == (bc->hdr.flags & BSG_FLAG_Q_AT_TAIL)); in bsg_add_command() local
345 blk_execute_rq_nowait(q, NULL, rq, at_head, bsg_rq_end_io); in bsg_add_command()
910 int at_head; in bsg_ioctl() local
924 at_head = (0 == (hdr.flags & BSG_FLAG_Q_AT_TAIL)); in bsg_ioctl()
925 blk_execute_rq(bd->queue, NULL, rq, at_head); in bsg_ioctl()
Dscsi_ioctl.c292 int at_head = 0; in sg_io() local
315 at_head = 1; in sg_io()
368 blk_execute_rq(q, bd_disk, rq, at_head); in sg_io()
Dblk-mq.c512 void blk_mq_add_to_requeue_list(struct request *rq, bool at_head) in blk_mq_add_to_requeue_list() argument
524 if (at_head) { in blk_mq_add_to_requeue_list()
1019 struct request *rq, bool at_head) in __blk_mq_insert_request() argument
1025 if (at_head) in __blk_mq_insert_request()
1033 void blk_mq_insert_request(struct request *rq, bool at_head, bool run_queue, in blk_mq_insert_request() argument
1047 __blk_mq_insert_request(hctx, rq, at_head); in blk_mq_insert_request()
/linux-4.1.27/include/linux/
Dblk-mq.h212 void blk_mq_add_to_requeue_list(struct request *rq, bool at_head);
/linux-4.1.27/drivers/scsi/
Dsg.c767 int k, at_head; in sg_common_write() local
800 at_head = 0; in sg_common_write()
802 at_head = 1; in sg_common_write()
807 srp->rq, at_head, sg_rq_end_io); in sg_common_write()