Home
last modified time | relevance | path

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

/kernel/gcov/
Dgcc_3_4.c338 unsigned int function; member
348 return get_fn_info(iter->info, iter->function); in get_func()
402 iter->function = 0; in gcov_iter_start()
465 iter->function++; in gcov_iter_next()
468 if (iter->function < iter->info->n_functions) in gcov_iter_next()
/kernel/
Dsoftirq.c624 restart = ttimer->function(&ttimer->timer); in __tasklet_hrtimer_trampoline()
637 enum hrtimer_restart (*function)(struct hrtimer *), in tasklet_hrtimer_init()
641 ttimer->timer.function = __hrtimer_tasklet_trampoline; in tasklet_hrtimer_init()
644 ttimer->function = function; in tasklet_hrtimer_init()
Dwatchdog.c383 hrtimer->function = watchdog_timer_fn; in watchdog_enable()
Dkthread.c838 WARN_ON_ONCE(timer->function != kthread_delayed_work_timer_fn || in __kthread_queue_delayed_work()
Dworkqueue.c1511 WARN_ON_ONCE(timer->function != delayed_work_timer_fn || in __queue_delayed_work()
3196 pool->idle_timer.function = idle_worker_timeout; in init_worker_pool()
Dfork.c1367 sig->real_timer.function = it_real_fn; in copy_signal()
/kernel/time/
Dalarmtimer.c186 if (alarm->function) in alarmtimer_fired()
187 restart = alarm->function(alarm, base->gettime()); in alarmtimer_fired()
318 enum alarmtimer_restart (*function)(struct alarm *, ktime_t)) in alarm_init()
323 alarm->timer.function = alarmtimer_fired; in alarm_init()
324 alarm->function = function; in alarm_init()
Dsched_clock.c208 if (sched_clock_timer.function != NULL) { in sched_clock_register()
255 sched_clock_timer.function = sched_clock_poll; in sched_clock_postinit()
Dtick-broadcast-hrtimer.c109 bctimer.function = bc_handler; in tick_setup_hrtimer_broadcast()
Dtimer.c599 timer->function, timer->start_comm, in timer_stats_account_timer()
613 return ((struct timer_list *) addr)->function; in timer_debug_hint()
973 BUG_ON(!timer->function); in __mod_timer()
1144 BUG_ON(timer_pending(timer) || !timer->function); in add_timer_on()
1350 fn = timer->function; in expire_timers()
Dhrtimer.c328 return ((struct hrtimer *) addr)->function; in hrtimer_debug_hint()
793 timer->function, timer->start_comm, 0); in timer_stats_account_hrtimer()
1238 fn = timer->function; in __run_hrtimer()
1483 sl->timer.function = hrtimer_wakeup; in hrtimer_init_sleeper()
Dtimer_list.c72 print_name_offset(m, timer->function); in print_timer()
DKconfig7 # Watchdog function for clocksources to detect instabilities
Dclocksource.c286 watchdog_timer.function = clocksource_watchdog; in clocksource_start_watchdog()
Dtick-sched.c1223 ts->sched_timer.function = tick_sched_timer; in tick_setup_sched_timer()
Dposix-timers.c864 timr->it.real.timer.function = posix_timer_fn; in common_timer_set()
/kernel/trace/
DKconfig140 Enable the kernel to trace every kernel function. This is done
142 instruction at the beginning of every kernel function, which NOP
155 Enable the kernel to trace a function at both its return
405 This tracer works by hooking into every function call that the
491 bool "enable/disable function tracing dynamically"
496 This option will modify all the calls to function tracing
500 can function trace, and this table is linked into the kernel
519 bool "Kernel function profiler"
523 This option enables the kernel function profiler. A file is created
Dtrace_entries.h58 FTRACE_ENTRY_REG(function, ftrace_entry,
/kernel/livepatch/
DKconfig18 to new function code contained in the patch module.
/kernel/sched/
Ddeadline.c776 timer->function = dl_task_timer; in init_dl_task_timer()
Drt.c52 rt_b->rt_period_timer.function = sched_rt_period_timer; in init_rt_bandwidth()
Dfair.c4624 cfs_b->period_timer.function = sched_cfs_period_timer; in init_cfs_bandwidth()
4626 cfs_b->slack_timer.function = sched_cfs_slack_timer; in init_cfs_bandwidth()
Dcore.c361 rq->hrtick_timer.function = hrtick; in init_rq_hrtick()
/kernel/events/
Dcore.c1057 timer->function = perf_mux_hrtimer_handler; in __perf_mux_hrtimer_init()
8419 hwc->hrtimer.function = perf_swevent_hrtimer; in perf_swevent_init_hrtimer()