Function report |
Source Code:include\linux\timerqueue.h |
Create Date:2022-07-28 05:38:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:merqueue_getnext - Returns the timer with the earliest expiration time*@head: head of timerqueue* Returns a pointer to the timer node that has the earliest expiration time.
Proto:static inline struct timerqueue_node *timerqueue_getnext(struct timerqueue_head *head)
Type:struct timerqueue_node
Parameter:
Type | Parameter | Name |
---|---|---|
struct timerqueue_head * | head |
36 | leftmost = Same as rb_first(), but O(1) ( & rb_root) |
38 | Return rb_entry(leftmost, structtimerqueue_node, node) |
Name | Describe |
---|---|
__hrtimer_next_event_base | |
__hrtimer_run_queues | |
print_active_timers | |
cleanup_timerqueue | |
collect_timerqueue |
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 |