Function report |
Source Code:kernel\time\hrtimer.c |
Create Date:2022-07-28 10:40:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:move hrtimer, called with base lock held
Proto:static inline int remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct hrtimer * | timer | |
struct hrtimer_clock_base * | base | |
bool | restart |
1020 | If state & HRTIMER_STATE_ENQUEUED Then |
1031 | debug_deactivate(timer) |
1038 | Return 1 |
1040 | Return 0 |
Name | Describe |
---|---|
__hrtimer_start_range_ns | |
hrtimer_try_to_cancel | hrtimer_try_to_cancel - try to deactivate a timer*@timer: hrtimer to stop* Returns:* * 0 when the timer was not active* * 1 when the timer was active* * -1 when the timer is currently executing the callback function and* cannot be stopped |
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 |