Function report |
Source Code:kernel\time\posix-cpu-timers.c |
Create Date:2022-07-28 10:47:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Update expiry time from increment, and increase overrun count,* given the current clock sample.
Proto:static u64 bump_cpu_timer(struct k_itimer *timer, u64 now)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
struct k_itimer * | timer | |
u64 | now |
130 | If Not it_interval Then Return expires |
136 | incr = it_interval |
151 | Return expires |
Name | Describe |
---|---|
posix_cpu_timer_set | Guts of sys_timer_settime for CPU timers.* This is called with the timer locked and interrupts disabled.* If we return TIMER_RETRY, it's necessary to release the timer's lock* and try again. (This happens when the timer is in the middle of firing.) |
posix_cpu_timer_rearm |
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 |