Function report |
Source Code:include\linux\ktime.h |
Create Date:2022-07-28 05:35:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ktime_before - Compare if a ktime_t value is smaller than another one.*@cmp1: comparable1*@cmp2: comparable2* Return: true if cmp1 happened before cmp2.
Proto:static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const ktime_t | cmp1 | |
const ktime_t | cmp2 |
Name | Describe |
---|---|
hrtimer_reprogram | When a timer is enqueued and expires earlier than the already enqueued* timers, we have to check, whether it expires earlier than the timer for* which the clock event device was armed.* Called with interrupts disabled and base->cpu_base.lock held |
hrtimer_run_queues | Called from run_local_timers in hardirq context every jiffy |
ring_buffer_producer | |
torture_shutdown | Cause the torture test to shutdown the system after the test has* run for the time specified by the shutdown_secs parameter. |
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 |