Function report |
Source Code:kernel\sched\debug.c |
Create Date:2022-07-28 09:43:52 |
Last Modify:2020-03-17 13:39:02 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sched_feat_show
Proto:static int sched_feat_show(struct seq_file *m, void *v)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
void * | v |
63 | When i < __SCHED_FEAT_NR cycle |
64 | If Not (sysctl_sched_features & 1UL << i ) Then seq_puts(m, "NO_") |
66 | seq_printf(m, "%s ", sched_feat_names[i]) |
70 | Return 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 |