Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 28) sorted by relevance

12

/kernel/time/
Dalarmtimer.c209 if (alarm->function) in alarmtimer_fired()
210 restart = alarm->function(alarm, base->get_ktime()); in alarmtimer_fired()
327 enum alarmtimer_restart (*function)(struct alarm *, ktime_t)) in __alarm_init()
330 alarm->timer.function = alarmtimer_fired; in __alarm_init()
331 alarm->function = function; in __alarm_init()
343 enum alarmtimer_restart (*function)(struct alarm *, ktime_t)) in alarm_init()
347 __alarm_init(alarm, type, function); in alarm_init()
812 enum alarmtimer_restart (*function)(struct alarm *, ktime_t)) in alarm_init_on_stack()
816 __alarm_init(alarm, type, function); in alarm_init_on_stack()
Dtimer.c648 void (*function)(struct timer_list *t); member
654 .function = fn, \
672 if (timer_hints[i].function == timer->function) { in timer_debug_hint()
679 return timer->function; in timer_debug_hint()
852 timer->function = func; in do_init_timer()
1026 BUG_ON(!timer->function); in __mod_timer()
1219 BUG_ON(timer_pending(timer) || !timer->function); in add_timer_on()
1516 fn = timer->function; in expire_timers()
Dsched_clock.c195 if (sched_clock_timer.function != NULL) { in sched_clock_register()
244 sched_clock_timer.function = sched_clock_poll; in generic_sched_clock_init()
Dtick-broadcast-hrtimer.c109 bctimer.function = bc_handler; in tick_setup_hrtimer_broadcast()
Dtimer_list.c49 SEQ_printf(m, " #%d: <%pK>, %ps", idx, taddr, timer->function); in print_timer()
Dhrtimer.c349 return ((struct hrtimer *) addr)->function; in hrtimer_debug_hint()
1666 fn = timer->function; in __run_hrtimer()
1997 sl->timer.function = hrtimer_wakeup; in __hrtimer_init_sleeper()
DKconfig8 # Watchdog function for clocksources to detect instabilities
Dntp.c677 sync_hrtimer.function = sync_timer_callback; in ntp_init_cmos_sync()
Dtick-sched.c1541 ts->sched_timer.function = tick_sched_timer; in tick_setup_sched_timer()
Dposix-timers.c813 timr->it.real.timer.function = posix_timer_fn; in common_hrtimer_arm()
/kernel/trace/rv/monitors/wwnr/
Dwwnr.h25 unsigned char function[state_max_wwnr][event_max_wwnr]; member
40 .function = {
/kernel/trace/rv/monitors/wip/
Dwip.h25 unsigned char function[state_max_wip][event_max_wip]; member
40 .function = {
/kernel/trace/
DKconfig21 API, which will be used by other function-entry hooking
49 the pt_regs passed into the function callback regs parameter
197 Enable the kernel to trace every kernel function. This is done
199 instruction at the beginning of every kernel function, which NOP
213 Enable the kernel to trace a function at both its return
221 bool "enable/disable function tracing dynamically"
226 This option will modify all the calls to function tracing
230 can function trace, and this table is linked into the kernel
266 This option enables kernel function probe (fprobe) based on ftrace.
267 The fprobe is similar to kprobes, but probes only for kernel function
[all …]
Dtrace_entries.h59 FTRACE_ENTRY_REG(function, ftrace_entry,
Dtrace_osnoise.c1664 tlat->timer.function = timerlat_irq; in timerlat_main()
/kernel/livepatch/
DKconfig20 to new function code contained in the patch module.
/kernel/sched/
Didle.c380 it.timer.function = idle_inject_timer_fn; in play_idle_precise()
Ddeadline.c1222 timer->function = dl_task_timer; in init_dl_task_timer()
1457 timer->function = inactive_task_timer; in init_dl_inactive_task_timer()
Drt.c105 rt_b->rt_period_timer.function = sched_rt_period_timer; in init_rt_bandwidth()
/kernel/
Dwatchdog.c475 hrtimer->function = watchdog_timer_fn; in watchdog_enable()
Dkthread.c1066 WARN_ON_ONCE(timer->function != kthread_delayed_work_timer_fn); in __kthread_queue_delayed_work()
Dfork.c1827 sig->real_timer.function = it_real_fn; in copy_signal()
Dworkqueue.c1664 WARN_ON_ONCE(timer->function != delayed_work_timer_fn); in __queue_delayed_work()
/kernel/bpf/
Dhelpers.c1185 t->timer.function = bpf_timer_cb; in BPF_CALL_3()
/kernel/rcu/
Dtree.c3335 krcp->hrtimer.function = schedule_page_work_fn; in run_page_cache_worker()

12