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.c589 .update_curr = update_curr_idle,
H A Dfair.c1407 static void update_curr(struct cfs_rq *cfs_rq) in update_curr() function
1457 update_curr(cfs_rq_of(&rq->donor->se)); in update_curr_fair()
4077 update_curr(cfs_rq); in reweight_entity()
5534 update_curr(cfs_rq); in enqueue_entity()
5652 update_curr(cfs_rq); in dequeue_entity()
5805 update_curr(cfs_rq); in put_prev_entity()
5827 update_curr(cfs_rq); in entity_tick()
9126 update_curr(cfs_rq); in wakeup_preempt_fair()
9214 update_curr(cfs_rq); in pick_task_fair()
9365 update_curr(cfs_rq); in yield_task_fair()
[all …]
H A Ddeadline.c1159 rq->donor->sched_class->update_curr(rq); in dl_server_timer()
1802 rq->donor->sched_class->update_curr(rq); in dl_server_start()
3449 .update_curr = update_curr_dl,
H A Dsched.h2664 void (*update_curr)(struct rq *rq); member
H A Dcore.c5579 p->sched_class->update_curr(rq); in task_sched_runtime()
H A Dext.c4546 .update_curr = update_curr_scx,