函数逻辑报告 |
Source Code:kernel\sched\rt.c |
Create Date:2022-07-27 10:40:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sched_rt_handler
函数原型:int sched_rt_handler(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct ctl_table * | table | |
int | write | |
void __user * | buffer | |
size_t * | lenp | |
loff_t * | ppos |
2651 | DEFINE_MUTEX(mutex) |
2654 | mutex_lock( & mutex) |
2658 | ret等于读sysctl整数向量 |
2661 | ret等于sched_rt_global_validate() |
2665 | ret等于sched_dl_global_validate() |
2669 | ret等于sched_rt_global_constraints() |
2673 | sched_rt_do_global() |
2674 | sched_dl_do_global() |
2676 | 如果0则 |
2677 | undo : |
2681 | mutex_unlock( & mutex) |
2683 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |