Function report |
Source Code:kernel\sched\deadline.c |
Create Date:2022-07-28 09:40:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This is the bandwidth enforcement timer callback
Proto:static enum hrtimer_restart dl_task_timer(struct hrtimer *timer)
Type:enum hrtimer_restart
Parameter:
Type | Parameter | Name |
---|---|---|
struct hrtimer * | timer |
983 | p = dl_task_of(dl_se) |
1000 | If dl_boosted Then Go to unlock |
1010 | sched_clock_tick() |
1011 | update_rq_clock(rq) |
1027 | If Not task_on_rq_queued(p) Then |
1029 | Go to unlock |
1051 | enqueue_task_dl(rq, p, ENQUEUE_REPLENISH) |
1052 | If dl_task(curr) Then check_preempt_curr_dl(rq, p, 0) |
1073 | unlock : |
1074 | task_rq_unlock(rq, p, & rf) |
1080 | put_task_struct(p) |
1082 | Return Timer is not restarted |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |