Function report |
Source Code:kernel\sched\fair.c |
Create Date:2022-07-28 09:38:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Priority of the task has changed. Check to see if we preempt* the current task.
Proto:static void prio_changed_fair(struct rq *rq, struct task_struct *p, int oldprio)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rq * | rq | |
struct task_struct * | p | |
int | oldprio |
10336 | If Not task_on_rq_queued(p) Then Return |
10347 | Else check_preempt_curr(rq, p, 0) |
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 |