Searched refs:rq_flags (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | sched.h | 1312 struct rq_flags { struct 1331 * copy of the (on-stack) 'struct rq_flags rf'. 1335 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf) in rq_pin_lock() 1345 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock() 1356 static inline void rq_repin_lock(struct rq *rq, struct rq_flags *rf) in rq_repin_lock() 1368 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf) __acquires(rq->lock); 1370 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) __acquires(p->pi_lock) __acquires(rq->lock); 1372 static inline void __task_rq_unlock(struct rq *rq, struct rq_flags *rf) __releases(rq->lock) 1378 static inline void task_rq_unlock(struct rq *rq, struct task_struct *p, struct rq_flags *rf) __releases(rq->lock) 1386 static inline void rq_lock_irqsave(struct rq *rq, struct rq_flags *r [all...] |
H A D | core.c | 190 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf) 215 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf) 366 struct rq_flags rf; in hrtick() 394 struct rq_flags rf; in __hrtick_start() 1138 struct rq_flags rf; in uclamp_update_util_min_rt_default() 1430 struct rq_flags rf; in uclamp_update_active() 1899 static struct rq *move_queued_task(struct rq *rq, struct rq_flags *rf, in move_queued_task() 1942 static struct rq *__migrate_task(struct rq *rq, struct rq_flags *rf, in __migrate_task() 1966 struct rq_flags rf; in migration_cpu_stop() 2058 struct rq_flags r in __set_cpus_allowed_ptr() [all...] |
H A D | fair.c | 4030 static int newidle_balance(struct rq *this_rq, struct rq_flags *rf); 4294 static inline int newidle_balance(struct rq *rq, struct rq_flags *rf) in newidle_balance() 5159 struct rq_flags rf; in distribute_cfs_runtime() 7253 static int balance_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_fair() 7459 struct task_struct *pick_next_task_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task_fair() 8311 struct rq_flags rf; in attach_one_task() 8327 struct rq_flags rf; in attach_tasks() 8564 struct rq_flags rf; in update_blocked_averages() 10158 struct rq_flags rf; in load_balance() 10479 struct rq_flags r in active_load_balance_cpu_stop() [all...] |
H A D | rt.c | 1644 static int balance_rt(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in balance_rt()
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | sched.h | 82 struct rq_flags; 84 TP_PROTO(struct rq *this_rq, struct rq_flags *rf, 103 TP_PROTO(struct rq *rq, struct rq_flags *rf, 336 struct rq_flags;
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | block.c | 1909 req->rq_flags |= RQF_QUIET;
in mmc_blk_mq_complete_rq()
|
Completed in 31 milliseconds