函数逻辑报告 |
Source Code:kernel\time\posix-cpu-timers.c |
Create Date:2022-07-27 11:47:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Called after updating RLIMIT_CPU to run cpu timer and update* tsk->signal->posix_cputimers.bases[clock].nextevt expiration cache if* necessary. Needs siglock protection since other code may update the* expiration cache as well.
函数原型:void update_rlimit_cpu(struct task_struct *task, unsigned long rlim_new)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | task | |
unsigned long | rlim_new |
42 | spin_lock_irq( & siglock) |
44 | spin_unlock_irq( & siglock) |
名称 | 描述 |
---|---|
do_prlimit | make sure you are allowed to change @tsk limits before calling this |
selinux_bprm_committing_creds | Prepare a process for imminent new credential changes due to exec |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |