Searched refs:function (Results 1 – 25 of 28) sorted by relevance
12
/kernel/time/ |
D | alarmtimer.c | 209 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()
|
D | timer.c | 648 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()
|
D | sched_clock.c | 195 if (sched_clock_timer.function != NULL) { in sched_clock_register() 244 sched_clock_timer.function = sched_clock_poll; in generic_sched_clock_init()
|
D | tick-broadcast-hrtimer.c | 109 bctimer.function = bc_handler; in tick_setup_hrtimer_broadcast()
|
D | timer_list.c | 49 SEQ_printf(m, " #%d: <%pK>, %ps", idx, taddr, timer->function); in print_timer()
|
D | hrtimer.c | 349 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()
|
D | Kconfig | 8 # Watchdog function for clocksources to detect instabilities
|
D | ntp.c | 677 sync_hrtimer.function = sync_timer_callback; in ntp_init_cmos_sync()
|
D | tick-sched.c | 1541 ts->sched_timer.function = tick_sched_timer; in tick_setup_sched_timer()
|
D | posix-timers.c | 813 timr->it.real.timer.function = posix_timer_fn; in common_hrtimer_arm()
|
/kernel/trace/rv/monitors/wwnr/ |
D | wwnr.h | 25 unsigned char function[state_max_wwnr][event_max_wwnr]; member 40 .function = {
|
/kernel/trace/rv/monitors/wip/ |
D | wip.h | 25 unsigned char function[state_max_wip][event_max_wip]; member 40 .function = {
|
/kernel/trace/ |
D | Kconfig | 21 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 …]
|
D | trace_entries.h | 59 FTRACE_ENTRY_REG(function, ftrace_entry,
|
D | trace_osnoise.c | 1664 tlat->timer.function = timerlat_irq; in timerlat_main()
|
/kernel/livepatch/ |
D | Kconfig | 20 to new function code contained in the patch module.
|
/kernel/sched/ |
D | idle.c | 380 it.timer.function = idle_inject_timer_fn; in play_idle_precise()
|
D | deadline.c | 1222 timer->function = dl_task_timer; in init_dl_task_timer() 1457 timer->function = inactive_task_timer; in init_dl_inactive_task_timer()
|
D | rt.c | 105 rt_b->rt_period_timer.function = sched_rt_period_timer; in init_rt_bandwidth()
|
/kernel/ |
D | watchdog.c | 475 hrtimer->function = watchdog_timer_fn; in watchdog_enable()
|
D | kthread.c | 1066 WARN_ON_ONCE(timer->function != kthread_delayed_work_timer_fn); in __kthread_queue_delayed_work()
|
D | fork.c | 1827 sig->real_timer.function = it_real_fn; in copy_signal()
|
D | workqueue.c | 1664 WARN_ON_ONCE(timer->function != delayed_work_timer_fn); in __queue_delayed_work()
|
/kernel/bpf/ |
D | helpers.c | 1185 t->timer.function = bpf_timer_cb; in BPF_CALL_3()
|
/kernel/rcu/ |
D | tree.c | 3335 krcp->hrtimer.function = schedule_page_work_fn; in run_page_cache_worker()
|
12