Function report |
Source Code:kernel\sched\autogroup.c |
Create Date:2022-07-28 09:43:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:proc_sched_autogroup_show_task
Proto:void proc_sched_autogroup_show_task(struct task_struct *p, struct seq_file *m)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | p | |
struct seq_file * | m |
248 | ag = autogroup_task_get(p) |
250 | If Not task_group_is_autogroup(tg) Then Go to out |
253 | lock for reading |
254 | seq_printf(m, "/autogroup-%ld nice %d\n", id, nice) |
257 | out : |
258 | autogroup_kref_put(ag) |
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 |