| /linux-6.15/block/ |
| H A D | blk-mq-sched.h | 40 if (rq->rq_flags & RQF_USE_SCHED) { in blk_mq_sched_allow_merge() 51 if (rq->rq_flags & RQF_USE_SCHED) { in blk_mq_sched_completed_request() 61 if (rq->rq_flags & RQF_USE_SCHED) { in blk_mq_sched_requeue_request()
|
| H A D | blk-merge.c | 487 if (req->rq_flags & RQF_SPECIAL_PAYLOAD) { in blk_map_iter_next() 743 if (rq->rq_flags & RQF_MIXED_MERGE) in blk_rq_set_mixed_merge() 756 rq->rq_flags |= RQF_MIXED_MERGE; in blk_rq_set_mixed_merge() 775 if (req->rq_flags & RQF_MIXED_MERGE) { in blk_update_mixed_merge() 788 if (req->rq_flags & RQF_IO_STAT) { in blk_account_io_merge_request() 867 if (((req->rq_flags | next->rq_flags) & RQF_MIXED_MERGE) || in attempt_merge() 977 if (req->rq_flags & RQF_IO_STAT) { in blk_account_io_merge_bio() 1000 if (req->rq_flags & RQF_ZONE_WRITE_PLUGGING) in bio_attempt_back_merge() 1023 if (req->rq_flags & RQF_ZONE_WRITE_PLUGGING) in bio_attempt_front_merge()
|
| H A D | blk-mq.c | 96 if (rq->rq_flags & RQF_IO_STAT && in blk_mq_check_inflight() 423 data->rq_flags |= RQF_PM; in blk_mq_rq_ctx_init() 424 rq->rq_flags = data->rq_flags; in blk_mq_rq_ctx_init() 539 data->rq_flags |= RQF_RESV; in __blk_mq_alloc_requests() 722 data.rq_flags |= RQF_SCHED_TAGS; in blk_mq_alloc_request_hctx() 727 data.rq_flags |= RQF_RESV; in blk_mq_alloc_request_hctx() 761 rq->rq_flags &= ~RQF_USE_SCHED; in blk_mq_finish_request() 1097 req->rq_flags |= RQF_IO_STAT; in blk_account_io_start() 1119 if (rq->rq_flags & RQF_STATS) in __blk_mq_end_request_acct() 1345 rq->rq_flags |= RQF_STATS; in blk_mq_start_request() [all …]
|
| H A D | blk-flush.c | 120 rq->rq_flags &= ~RQF_FLUSH_SEQ; in blk_flush_restore_request() 319 flush_rq->rq_flags |= RQF_FLUSH_SEQ; in blk_kick_flush() 372 rq->rq_flags |= RQF_FLUSH_SEQ; in blk_rq_init_flush()
|
| H A D | blk-pm.h | 21 if (rq->q->dev && !(rq->rq_flags & RQF_PM)) in blk_pm_mark_last_busy()
|
| H A D | blk-timeout.c | 140 req->rq_flags &= ~RQF_TIMED_OUT; in blk_add_timer()
|
| H A D | blk-mq.h | 152 req_flags_t rq_flags; member 221 if (data->rq_flags & RQF_SCHED_TAGS) in blk_mq_tags_from_data()
|
| H A D | blk.h | 167 if (rq->rq_flags & RQF_NOMERGE_FLAGS) in rq_mergeable() 321 #define ELV_ON_HASH(rq) ((rq)->rq_flags & RQF_HASHED) 501 if (rq->rq_flags & RQF_ZONE_WRITE_PLUGGING) in blk_zone_finish_request()
|
| /linux-6.15/include/linux/ |
| H A D | blk-mq.h | 108 req_flags_t rq_flags; member 847 return (rq->rq_flags & (RQF_IO_STAT | RQF_STATS | RQF_USE_SCHED)); in blk_mq_need_time_stamp() 852 return rq->rq_flags & RQF_RESV; in blk_mq_is_reserved_rq() 880 if (req->rq_flags & RQF_SCHED_TAGS) in blk_mq_add_to_batch() 1112 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in blk_rq_payload_bytes() 1123 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in req_bvec() 1162 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) in blk_rq_nr_phys_segments()
|
| /linux-6.15/kernel/sched/ |
| H A D | sched.h | 1704 struct rq_flags { struct 1759 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf) in rq_pin_lock() 1794 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) 1818 struct rq *rq; struct rq_flags rf) 1827 static inline void rq_lock_irq(struct rq *rq, struct rq_flags *rf) in rq_lock_irq() 1834 static inline void rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() 1855 static inline void rq_unlock(struct rq *rq, struct rq_flags *rf) in rq_unlock() 1865 struct rq_flags rf) 1870 struct rq_flags rf) 1875 struct rq_flags rf) [all …]
|
| H A D | core.c | 843 struct rq_flags rf; in hrtick() 871 struct rq_flags rf; in __hrtick_start() 1826 struct rq_flags rf; in uclamp_update_active() 2250 struct rq_flags rf; in wait_task_inactive() 2555 struct rq_flags rf; in migration_cpu_stop() 3158 struct rq_flags rf; in __set_cpus_allowed_ptr() 3202 struct rq_flags rf; in restrict_cpus_allowed_ptr() 3789 struct rq_flags rf; in ttwu_runnable() 3819 struct rq_flags rf; in sched_ttwu_pending() 3993 struct rq_flags rf; in ttwu_queue() [all …]
|
| H A D | stop_task.c | 19 balance_stop(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_stop()
|
| H A D | core_sched.c | 57 struct rq_flags rf; in sched_core_update_cookie()
|
| H A D | psi.c | 1049 struct rq_flags rf; in psi_memstall_enter() 1080 struct rq_flags rf; in psi_memstall_leave() 1149 struct rq_flags rf; in cgroup_move_task() 1225 struct rq_flags rf; in psi_cgroup_restart()
|
| H A D | deadline.c | 1196 static void __push_dl_task(struct rq *rq, struct rq_flags *rf) in __push_dl_task() 1224 struct rq_flags *rf = &scope.rf; in dl_server_timer() 1290 struct rq_flags rf; in dl_task_timer() 1785 struct rq_flags rf; in inactive_task_timer() 2281 struct rq_flags rf; in migrate_task_rq_dl() 2332 static int balance_dl(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in balance_dl() 2952 struct rq_flags rf; in dl_add_task_root_domain()
|
| /linux-6.15/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_queue.h | 69 u16 rq_flags; member 120 u16 rq_flags; member
|
| H A D | fun_queue.c | 459 funq->rq_flags = req->rq_flags | FUN_ADMIN_EPSQ_CREATE_FLAG_RQ; in fun_alloc_queue() 491 rc = fun_sq_create(fdev, funq->rq_flags, funq->rqid, funq->cqid, 0, in fun_create_rq()
|
| /linux-6.15/include/linux/sunrpc/ |
| H A D | svc.h | 206 unsigned long rq_flags; /* flags field */ member 306 set_bit(RQ_VICTIM, &rqstp->rq_flags); in svc_thread_should_stop() 308 return test_bit(RQ_VICTIM, &rqstp->rq_flags); in svc_thread_should_stop()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_lib.c | 118 if (rq->rq_flags & RQF_DONTPREP) { in scsi_mq_requeue_cmd() 119 rq->rq_flags &= ~RQF_DONTPREP; in scsi_mq_requeue_cmd() 327 req->rq_flags |= RQF_QUIET; in scsi_execute_cmd() 738 if (!(rq->rq_flags & RQF_MIXED_MERGE)) in scsi_rq_err_bytes() 922 if (!(req->rq_flags & RQF_QUIET)) { in scsi_io_completion_action() 1013 else if (req->rq_flags & RQF_QUIET) in scsi_io_completion_nz_result() 1260 if (rq->rq_flags & RQF_DONTPREP) { in scsi_cleanup_rq() 1262 rq->rq_flags &= ~RQF_DONTPREP; in scsi_cleanup_rq() 1853 req->rq_flags |= RQF_DONTPREP; in scsi_queue_rq() 1895 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq() [all …]
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | ioctl.c | 102 struct nvme_command *cmd, blk_opf_t rq_flags, in nvme_alloc_user_request() argument 107 req = blk_mq_alloc_request(q, nvme_req_op(cmd) | rq_flags, blk_flags); in nvme_alloc_user_request() 461 blk_opf_t rq_flags = REQ_ALLOC_CACHE; in nvme_uring_cmd_io() local 510 rq_flags |= REQ_NOWAIT; in nvme_uring_cmd_io() 514 rq_flags |= REQ_POLLED; in nvme_uring_cmd_io() 516 req = nvme_alloc_user_request(q, &c, rq_flags, blk_flags); in nvme_uring_cmd_io()
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | queue.c | 243 req->rq_flags |= RQF_QUIET; in mmc_mq_queue_rq() 291 if (!(req->rq_flags & RQF_DONTPREP)) { in mmc_mq_queue_rq() 293 req->rq_flags |= RQF_DONTPREP; in mmc_mq_queue_rq()
|
| /linux-6.15/net/sunrpc/ |
| H A D | svc_xprt.c | 419 if (!test_bit(RQ_DATA, &rqstp->rq_flags)) { in svc_xprt_reserve_slot() 423 set_bit(RQ_DATA, &rqstp->rq_flags); in svc_xprt_reserve_slot() 431 if (test_and_clear_bit(RQ_DATA, &rqstp->rq_flags)) { in svc_xprt_release_slot() 1178 if (rqstp->rq_arg.page_len || !test_bit(RQ_USEDEFERRAL, &rqstp->rq_flags)) in svc_defer() 1209 set_bit(RQ_DROPME, &rqstp->rq_flags); in svc_defer()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-rq.c | 266 if (rq->rq_flags & RQF_FAILED) in dm_softirq_done() 293 rq->rq_flags |= RQF_FAILED; in dm_kill_unmapped_request()
|
| /linux-6.15/drivers/scsi/device_handler/ |
| H A D | scsi_dh_hp_sw.c | 191 req->rq_flags |= RQF_QUIET; in hp_sw_prep_fn()
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfscache.c | 536 if (!test_bit(RQ_SECURE, &rqstp->rq_flags) && rp->c_secure) in nfsd_cache_lookup() 632 rp->c_secure = test_bit(RQ_SECURE, &rqstp->rq_flags); in nfsd_cache_update()
|