Function report |
Source Code:kernel\time\timer_list.c |
Create Date:2022-07-28 10:44:46 |
Last Modify:2020-03-17 14:55:40 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:print_active_timers
Proto:static void print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, u64 now)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
struct hrtimer_clock_base * | base | |
u64 | now |
77 | next = 0 |
81 | next_one : |
82 | i = 0 |
86 | raw_spin_lock_irqsave( & lock, flags) |
88 | curr = 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. |
95 | i++ |
98 | If curr Then |
102 | raw_spin_unlock_irqrestore( & lock, flags) |
105 | next++ |
106 | Go to next_one |
108 | raw_spin_unlock_irqrestore( & lock, flags) |
Name | Describe |
---|---|
print_base |
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 |