Function report |
Source Code:include\linux\hrtimer.h |
Create Date:2022-07-28 05:38:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hrtimer_start_expires
Proto:static inline void hrtimer_start_expires(struct hrtimer *timer, enum hrtimer_mode mode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct hrtimer * | timer | |
enum hrtimer_mode | mode |
432 | soft = hrtimer_get_softexpires(timer) |
433 | hard = hrtimer_get_expires(timer) |
Name | Describe |
---|---|
start_rt_bandwidth | |
rt_mutex_slowlock | Slow path lock function: |
hrtimer_sleeper_start_expires | hrtimer_sleeper_start_expires - Start a hrtimer sleeper timer*@sl: sleeper to be started*@mode: timer mode abs/rel* Wrapper around hrtimer_start_expires() for hrtimer_sleeper based timers* to allow PREEMPT_RT to tweak the delivery mode (soft/hardirq |
common_hrtimer_arm | |
perf_mux_hrtimer_restart |
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 |