Home
last modified time | relevance | path

Searched refs:function (Results 1 – 23 of 23) 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.c610 restart = ttimer->function(&ttimer->timer); in __tasklet_hrtimer_trampoline()
623 enum hrtimer_restart (*function)(struct hrtimer *), in tasklet_hrtimer_init()
627 ttimer->timer.function = __hrtimer_tasklet_trampoline; in tasklet_hrtimer_init()
630 ttimer->function = function; in tasklet_hrtimer_init()
Dwatchdog.c576 hrtimer->function = watchdog_timer_fn; in watchdog_enable()
Dworkqueue.c1483 WARN_ON_ONCE(timer->function != delayed_work_timer_fn || in __queue_delayed_work()
3117 pool->idle_timer.function = idle_worker_timeout; in init_worker_pool()
Dfork.c1200 sig->real_timer.function = it_real_fn; in copy_signal()
/kernel/time/
Dalarmtimer.c187 if (alarm->function) in alarmtimer_fired()
188 restart = alarm->function(alarm, base->gettime()); in alarmtimer_fired()
303 enum alarmtimer_restart (*function)(struct alarm *, ktime_t)) in alarm_init()
308 alarm->timer.function = alarmtimer_fired; in alarm_init()
309 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.c108 bctimer.function = bc_handler; in tick_setup_hrtimer_broadcast()
Dtimer.c476 timer->function, timer->start_comm, in timer_stats_account_timer()
490 return ((struct timer_list *) addr)->function; in timer_debug_hint()
798 BUG_ON(!timer->function); in __mod_timer()
993 BUG_ON(timer_pending(timer) || !timer->function); in add_timer_on()
1247 fn = timer->function; in __run_timers()
Dhrtimer.c335 return ((struct hrtimer *) addr)->function; in hrtimer_debug_hint()
811 timer->function, timer->start_comm, 0); in timer_stats_account_hrtimer()
1247 fn = timer->function; in __run_hrtimer()
1492 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.c293 watchdog_timer.function = clocksource_watchdog; in clocksource_start_watchdog()
Dtick-sched.c1130 ts->sched_timer.function = tick_sched_timer; in tick_setup_sched_timer()
Dposix-timers.c873 timr->it.real.timer.function = posix_timer_fn; in common_timer_set()
/kernel/trace/
DKconfig145 Enable the kernel to trace every kernel function. This is done
147 instruction at the beginning of every kernel function, which NOP
160 Enable the kernel to trace a function at both its return
375 This tracer works by hooking into every function call that the
461 bool "enable/disable function tracing dynamically"
466 This option will modify all the calls to function tracing
470 can function trace, and this table is linked into the kernel
489 bool "Kernel function profiler"
493 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/
Drt.c55 rt_b->rt_period_timer.function = sched_rt_period_timer; in init_rt_bandwidth()
1034 timer->function = rt_schedtune_timer; in init_rt_schedtune_timer()
Ddeadline.c806 timer->function = dl_task_timer; in init_dl_task_timer()
Dfair.c4595 cfs_b->period_timer.function = sched_cfs_period_timer; in init_cfs_bandwidth()
4597 cfs_b->slack_timer.function = sched_cfs_slack_timer; in init_cfs_bandwidth()
Dcore.c454 rq->hrtick_timer.function = hrtick; in init_rq_hrtick()
/kernel/events/
Dcore.c820 timer->function = perf_mux_hrtimer_handler; in __perf_mux_hrtimer_init()
7291 hwc->hrtimer.function = perf_swevent_hrtimer; in perf_swevent_init_hrtimer()