Function report |
Source Code:kernel\time\posix-cpu-timers.c |
Create Date:2022-07-28 10:47:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:void update_rlimit_cpu(struct task_struct *task, unsigned long rlim_new)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task | |
unsigned long | rlim_new |
40 | nsecs = rlim_new * NSEC_PER_SEC |
42 | spin_lock_irq( & siglock) |
44 | spin_unlock_irq( & siglock) |
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 |