Home
last modified time | relevance | path

Searched refs:rt (Results 1 - 9 of 9) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Drt.c129 return container_of(rt_se, struct task_struct, rt); in rt_task_of()
189 rt_se->rt_rq = &rq->rt; in init_tg_rt_entry()
247 return container_of(rt_se, struct task_struct, rt); in rt_task_of()
252 return container_of(rt_rq, struct rq, rt); in rq_of_rt_rq()
266 return &rq->rt; in rt_rq_of_se()
289 return rq->rt.highest_prio.curr > prev->prio && !cpu_isolated(cpu_of(rq)); in need_pull_rt_task()
350 rt_rq = &rq_of_rt_rq(rt_rq)->rt; in inc_rt_migration()
369 rt_rq = &rq_of_rt_rq(rt_rq)->rt; in dec_rt_migration()
381 return !plist_head_empty(&rq->rt.pushable_tasks); in has_pushable_tasks()
406 plist_del(&p->pushable_tasks, &rq->rt in enqueue_pushable_task()
[all...]
H A Dcore.c81 * period over which we measure -rt task CPU usage in us.
89 * part of the period that we allow rt tasks to run in us.
827 if (rq->rt.rr_nr_running) { in sched_can_stop_tick()
828 if (rq->rt.rr_nr_running == 1) { in sched_can_stop_tick()
839 fifo_nr_running = rq->rt.rt_nr_running - rq->rt.rr_nr_running; in sched_can_stop_tick()
3428 INIT_LIST_HEAD(&p->rt.run_list); in __sched_fork()
3429 p->rt.timeout = 0; in __sched_fork()
3430 p->rt.time_slice = sched_rr_timeslice; in __sched_fork()
3431 p->rt in __sched_fork()
[all...]
H A Dsched.h26 #include <linux/sched/rt.h>
703 int curr; /* highest queued rt task prio */
1016 struct rt_rq rt; member
1074 /* For rt active balancing */
1303 * See rt task throttling, which is the only time a skip
1674 p->rt.rt_rq = tg->rt_rq[cpu]; in set_task_rq()
1675 p->rt.parent = tg->rt_se[cpu]; in set_task_rq()
1983 return rq->rt.rt_queued > 0; in sched_rt_runnable()
H A Dfair.c9925 enum fbq_type rt; in find_busiest_queue() local
9928 rt = fbq_classify_rq(rq); in find_busiest_queue()
9948 if (rt > env->fbq_type) { in find_busiest_queue()
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H A Dbq25700_charger.c510 struct bq25700_range rt; member
514 [TBL_ICHG] = { .rt = {0, 8128000, 64000} },
516 [TBL_CHGMAX] = { .rt = {0, 19200000, 16000} },
518 [TBL_INPUTVOL] = { .rt = {3200000, 19520000, 64000} },
520 [TBL_INPUTCUR] = {.rt = {0, 6350000, 50000} },
522 [TBL_SYSVMIN] = { .rt = {1024000, 16182000, 256000} },
524 [TBL_OTGVOL] = {.rt = {4480000, 20800000, 64000} },
526 [TBL_OTGCUR] = {.rt = {0, 6350000, 50000} },
844 const struct bq25700_range *rtbl = &bq25700_tables[id].rt; in bq25700_find_idx()
1160 val->intval = bq25700_tables[TBL_ICHG].rt in bq25700_power_supply_get_property()
[all...]
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drk_fiq_debugger.c37 #include <linux/sched/rt.h>
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dlinuxver.h180 #include <linux/sched/rt.h>
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drk_fiq_debugger.c37 #include <linux/sched/rt.h>
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h805 struct sched_rt_entity rt; member

Completed in 38 milliseconds