Function report |
Source Code:kernel\irq\timings.c |
Create Date:2022-07-28 10:12:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_timings_next_event - Return when the next event is supposed to arrive* During the last busy cycle, the number of interrupts is incremented* and stored in the irq_timings structure
Proto:u64 irq_timings_next_event(u64 now)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | now |
533 | irqts = this_cpu_ptr( & irq_timings) |
537 | irq = 0 |
564 | irq = irq_timing_decode(values[i], & ts) |
566 | If s Then irq_timings_store(irq, this_cpu_ptr(s), ts) |
576 | irqs = this_cpu_ptr(s) |
578 | ts = __irq_timings_next_event(irqs, i, now) |
586 | Return next_evt |
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 |