Function report |
Source Code:kernel\sched\rt.c |
Create Date:2022-07-28 09:39:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Adding/removing a task to/from a priority array:
Proto:static void enqueue_task_rt(struct rq *rq, struct task_struct *p, int flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rq * | rq | |
struct task_struct * | p | |
int | flags |
1333 | If flags & ENQUEUE_WAKEUP Then timeout = 0 |
1336 | enqueue_rt_entity(rt_se, flags) |
1338 | If Not task_current(rq, p) && nr_cpus_allowed > 1 Then enqueue_pushable_task(rq, p) |
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 |