Home
last modified time | relevance | path

Searched refs:running (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dpelt.c143 int running) in accumulate_sum()
168 * runnable = running = 0; in accumulate_sum()
185 if (running) { in accumulate_sum()
221 int running) in ___update_load_sum()
247 * running is a subset of runnable (weight) so running can't be set if in ___update_load_sum()
250 * This means that weight will be 0 but not running for a sched_entity in ___update_load_sum()
258 runnable = running = 0; in ___update_load_sum()
268 if (!accumulate_sum(delta, sa, load, runnable, running)) { in ___update_load_sum()
383 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() argument
142 accumulate_sum(u64 delta, struct sched_avg *sa, unsigned long load, unsigned long runnable, int running) accumulate_sum() argument
220 ___update_load_sum(u64 now, struct sched_avg *sa, unsigned long load, unsigned long runnable, int running) ___update_load_sum() argument
405 update_dl_rq_load_avg(u64 now, struct rq *rq, int running) update_dl_rq_load_avg() argument
456 update_irq_load_avg(struct rq *rq, u64 running) update_irq_load_avg() argument
[all...]
H A Dcore.c156 * under rq->lock. Non-zero indicates the task is running on its CPU.
165 * We don't care what CPU we're not running on, this simplifies hotplug,
1005 * used. In battery powered devices, particularly, running at the maximum
1974 * We need to explicitly wake pending tasks before running in migration_cpu_stop()
2015 bool queued, running; in do_set_cpus_allowed() local
2020 running = task_current(rq, p); in do_set_cpus_allowed()
2030 if (running) { in do_set_cpus_allowed()
2039 if (running) { in do_set_cpus_allowed()
2238 * Task isn't running anymore; make it appear like we migrated in __migrate_swap_task()
2358 int running, queue in wait_task_inactive() local
5302 int prio, oldprio, queued, running, rt_mutex_setprio() local
5434 bool queued, running; set_user_nice() local
5675 int retval, oldprio, newprio, queued, running; __sched_setscheduler() local
7254 bool queued, running; sched_setnuma() local
8550 int queued, running, sched_move_task() local
[all...]
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_drv.c510 int running; in rga2_dump() local
514 running = atomic_read(&rga2_service.total_running); in rga2_dump()
515 printk("rga total_running %d\n", running); in rga2_dump()
519 running = atomic_read(&session->task_running); in rga2_dump()
520 printk("task_running %d\n", running); in rga2_dump()
525 list_for_each_entry_safe(reg, reg_tmp, &session->running, session_link) in rga2_dump()
527 printk("running register set 0x %.lu\n", (unsigned long)reg); in rga2_dump()
578 pr_err("power off when %d task running!!\n", total_running); in rga2_power_off()
580 pr_err("delay 50 ms for running task\n"); in rga2_power_off()
810 list_add_tail(&reg->status_link, &rga2_service.running); in rga2_reg_from_wait_to_run()
[all...]
H A Drga2.h651 struct list_head running; member
688 struct list_head running; /* link to link_reg in struct vpu_reg */ member
/device/soc/rockchip/common/sdk_linux/include/trace/events/
H A Dsched.h157 __field(int, orig_cpu) __field(int, dest_cpu) __field(int, running)),
162 __entry->running = (p->state == TASK_RUNNING);),
164 TP_printk("comm=%s pid=%d prio=%d orig_cpu=%d dest_cpu=%d running=%d", __entry->comm, __entry->pid,
165 __entry->prio, __entry->orig_cpu, __entry->dest_cpu, __entry->running));
273 * but not actually running due to scheduler contention).
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dhcd.h69 bool running; member
117 * change while the host controller is running. Always use
125 #define HCD_FLAG_RH_RUNNING 5 /* root hub is running? */

Completed in 13 milliseconds