Function report |
Source Code:kernel\time\posix-cpu-timers.c |
Create Date:2022-07-28 10:47:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:collect_timerqueue
Proto:static u64 collect_timerqueue(struct timerqueue_head *head, struct list_head *firing, u64 now)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
struct timerqueue_head * | head | |
struct list_head * | firing | |
u64 | now |
767 | i = 0 |
774 | expires = cpu_timer_getexpires(ctmr) |
776 | If ++i == MAX_COLLECTED || now < expires Then Return expires |
779 | firing = 1 |
780 | cpu_timer_dequeue(ctmr) |
784 | Return U64_MAX |
Name | Describe |
---|---|
collect_posix_cputimers |
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 |