Function report |
Source Code:kernel\time\hrtimer.c |
Create Date:2022-07-28 10:40:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hrtimer_init - initialize a timer to the given clock*@timer: the timer to be initialized*@clock_id: the clock to be used*@mode: The modes which are relevant for intitialization:* HRTIMER_MODE_ABS, HRTIMER_MODE_REL, HRTIMER_MODE_ABS_SOFT,*
Proto:void hrtimer_init(struct hrtimer *timer, clockid_t clock_id, enum hrtimer_mode mode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct hrtimer * | timer | |
clockid_t | clock_id | |
enum hrtimer_mode | mode |
1427 | debug_init(timer, clock_id, mode) |
1428 | __hrtimer_init(timer, clock_id, mode) |
Name | Describe |
---|---|
init_dl_task_timer | |
init_dl_inactive_task_timer | |
alarm_init | alarm_init - Initialize an alarm structure*@alarm: ptr to alarm to be initialized*@type: the type of the alarm*@function: callback that is run when the alarm fires |
common_timer_create | |
common_hrtimer_arm | |
tick_setup_hrtimer_broadcast | |
generic_sched_clock_init | |
__perf_mux_hrtimer_init | |
perf_swevent_init_hrtimer | |
ioc_pd_init | |
bfq_init_queue | |
SYSCALL_DEFINE2 | |
io_timeout_prep |
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 |