Function report |
Source Code:kernel\sched\rt.c |
Create Date:2022-07-28 09:39:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sched_rt_handler
Proto:int sched_rt_handler(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
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 = read a vector of integers |
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 | If 0 Then |
2677 | undo : |
2681 | mutex_unlock( & mutex) |
2683 | Return ret |
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 |