Function report |
Source Code:kernel\time\hrtimer.c |
Create Date:2022-07-28 10:40:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__next_base
Proto:static struct hrtimer_clock_base *__next_base(struct hrtimer_cpu_base *cpu_base, unsigned int *active)
Type:struct hrtimer_clock_base
Parameter:
Type | Parameter | Name |
---|---|---|
struct hrtimer_cpu_base * | cpu_base | |
unsigned int * | active |
491 | If Not active Then Return NULL |
494 | idx = __ffs - find first set bit in word*@word: The word to search* Undefined if no bit exists, so code should check against 0 first. |
497 | Return clock_base[idx] |
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 |