Searched refs:function (Results 1 – 23 of 23) sorted by relevance
/kernel/gcov/ |
D | gcc_3_4.c | 338 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/ |
D | softirq.c | 610 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()
|
D | watchdog.c | 576 hrtimer->function = watchdog_timer_fn; in watchdog_enable()
|
D | workqueue.c | 1483 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()
|
D | fork.c | 1200 sig->real_timer.function = it_real_fn; in copy_signal()
|
/kernel/time/ |
D | alarmtimer.c | 187 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()
|
D | sched_clock.c | 208 if (sched_clock_timer.function != NULL) { in sched_clock_register() 255 sched_clock_timer.function = sched_clock_poll; in sched_clock_postinit()
|
D | tick-broadcast-hrtimer.c | 108 bctimer.function = bc_handler; in tick_setup_hrtimer_broadcast()
|
D | timer.c | 476 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()
|
D | hrtimer.c | 335 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()
|
D | timer_list.c | 72 print_name_offset(m, timer->function); in print_timer()
|
D | Kconfig | 7 # Watchdog function for clocksources to detect instabilities
|
D | clocksource.c | 293 watchdog_timer.function = clocksource_watchdog; in clocksource_start_watchdog()
|
D | tick-sched.c | 1130 ts->sched_timer.function = tick_sched_timer; in tick_setup_sched_timer()
|
D | posix-timers.c | 873 timr->it.real.timer.function = posix_timer_fn; in common_timer_set()
|
/kernel/trace/ |
D | Kconfig | 145 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
|
D | trace_entries.h | 58 FTRACE_ENTRY_REG(function, ftrace_entry,
|
/kernel/livepatch/ |
D | Kconfig | 18 to new function code contained in the patch module.
|
/kernel/sched/ |
D | rt.c | 55 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()
|
D | deadline.c | 806 timer->function = dl_task_timer; in init_dl_task_timer()
|
D | fair.c | 4595 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()
|
D | core.c | 454 rq->hrtick_timer.function = hrtick; in init_rq_hrtick()
|
/kernel/events/ |
D | core.c | 820 timer->function = perf_mux_hrtimer_handler; in __perf_mux_hrtimer_init() 7291 hwc->hrtimer.function = perf_swevent_hrtimer; in perf_swevent_init_hrtimer()
|