Function report |
Source Code:kernel\irq\timings.c |
Create Date:2022-07-28 10:12:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:irq_timings_next_event_index
Proto:static int irq_timings_next_event_index(int *buffer, size_t len, int period_max)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int * | buffer | |
size_t | len | |
int | period_max |
325 | buffer = buffer[len - (period_max * 3)] |
328 | len = period_max * 3 |
337 | When period >= PREDICTION_PERIOD_MIN cycle |
379 | Return -1 |
Name | Describe |
---|---|
__irq_timings_next_event |
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 |