Searched refs:at_head (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/block/ |
D | blk-exec.c | 48 struct request *rq, int at_head, in blk_execute_rq_nowait() argument 51 int where = at_head ? ELEVATOR_INSERT_FRONT : ELEVATOR_INSERT_BACK; in blk_execute_rq_nowait() 97 struct request *rq, int at_head) in blk_execute_rq() argument 117 blk_execute_rq_nowait(q, bd_disk, rq, at_head, blk_end_sync_rq); in blk_execute_rq()
|
D | bsg.c | 362 int at_head = (0 == (bc->hdr.flags & BSG_FLAG_Q_AT_TAIL)); in bsg_add_command() local 379 blk_execute_rq_nowait(q, NULL, rq, at_head, bsg_rq_end_io); in bsg_add_command() 931 int at_head; in bsg_ioctl() local 945 at_head = (0 == (hdr.flags & BSG_FLAG_Q_AT_TAIL)); in bsg_ioctl() 946 blk_execute_rq(bd->queue, NULL, rq, at_head); in bsg_ioctl()
|
/linux-3.4.99/drivers/target/ |
D | target_core_transport.c | 604 bool at_head) in transport_add_cmd_to_queue() argument 625 if (at_head) in transport_add_cmd_to_queue()
|