Home
last modified time | relevance | path

Searched refs:update_curr (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/power/supply/
H A Dab8500-chargalg.h27 int (*update_curr) (struct ux500_charger *, int); member
/linux/kernel/sched/
H A Didle.c598 .update_curr = update_curr_idle,
H A Dfair.c2024 static void update_curr(struct cfs_rq *cfs_rq) in update_curr() function
2080 update_curr(cfs_rq_of(se)); in update_curr_fair()
6533 update_curr(cfs_rq); in put_prev_entity()
6550 update_curr(cfs_rq); in entity_tick()
6870 update_curr(cfs_rq); in tg_unthrottle_up()
7061 update_curr(cfs_rq); in unthrottle_cfs_rq()
7197 update_curr(cfs_rq); in distribute_cfs_runtime()
7941 update_curr(cfs_rq); in enqueue_hierarchy()
7972 update_curr(cfs_rq_of(cfs_rq->curr)); in update_curr_eevdf()
8079 update_curr(cfs_rq); in dequeue_hierarchy()
[all …]
H A Ddeadline.c1160 rq->donor->sched_class->update_curr(rq); in dl_server_timer()
1808 rq->donor->sched_class->update_curr(rq); in dl_server_start()
3675 .update_curr = update_curr_dl,
H A Dsched.h2758 void (*update_curr)(struct rq *rq); member
H A Dcore.c5712 p->sched_class->update_curr(rq); in task_sched_runtime()
/linux/kernel/sched/ext/
H A Dext.c5035 .update_curr = update_curr_scx,