Searched refs:function (Results 1 – 22 of 22) 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 | 606 restart = ttimer->function(&ttimer->timer); in __tasklet_hrtimer_trampoline() 619 enum hrtimer_restart (*function)(struct hrtimer *), in tasklet_hrtimer_init() 623 ttimer->timer.function = __hrtimer_tasklet_trampoline; in tasklet_hrtimer_init() 626 ttimer->function = function; in tasklet_hrtimer_init()
|
D | watchdog.c | 510 hrtimer->function = watchdog_timer_fn; in watchdog_enable()
|
D | workqueue.c | 1456 WARN_ON_ONCE(timer->function != delayed_work_timer_fn || in __queue_delayed_work() 3417 pool->idle_timer.function = idle_worker_timeout; in init_worker_pool()
|
D | fork.c | 1118 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 | tick-broadcast-hrtimer.c | 111 bctimer.function = bc_handler; in tick_setup_hrtimer_broadcast()
|
D | timer.c | 452 timer->function, timer->start_comm, flag); in timer_stats_account_timer() 465 return ((struct timer_list *) addr)->function; in timer_debug_hint() 770 BUG_ON(!timer->function); in __mod_timer() 964 BUG_ON(timer_pending(timer) || !timer->function); in add_timer_on() 1212 fn = timer->function; in __run_timers()
|
D | hrtimer.c | 315 return ((struct hrtimer *) addr)->function; in hrtimer_debug_hint() 771 timer->function, timer->start_comm, 0); in timer_stats_account_hrtimer() 1212 fn = timer->function; in __run_hrtimer() 1497 sl->timer.function = hrtimer_wakeup; in hrtimer_init_sleeper()
|
D | sched_clock.c | 188 sched_clock_timer.function = sched_clock_poll; in sched_clock_postinit()
|
D | timer_list.c | 66 print_name_offset(m, timer->function); in print_timer()
|
D | Kconfig | 7 # Watchdog function for clocksources to detect instabilities
|
D | clocksource.c | 283 watchdog_timer.function = clocksource_watchdog; in clocksource_start_watchdog()
|
D | tick-sched.c | 1159 ts->sched_timer.function = tick_sched_timer; in tick_setup_sched_timer()
|
D | posix-timers.c | 853 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 364 This tracer works by hooking into every function call that the 442 bool "enable/disable function tracing dynamically" 447 This option will modify all the calls to function tracing 451 can function trace, and this table is linked into the kernel 470 bool "Kernel function profiler" 474 This option enables the kernel function profiler. A file is created
|
D | trace_entries.h | 58 FTRACE_ENTRY_REG(function, ftrace_entry,
|
/kernel/sched/ |
D | deadline.c | 702 timer->function = dl_task_timer; in init_dl_task_timer()
|
D | rt.c | 48 rt_b->rt_period_timer.function = sched_rt_period_timer; in init_rt_bandwidth()
|
D | fair.c | 3831 cfs_b->period_timer.function = sched_cfs_period_timer; in init_cfs_bandwidth() 3833 cfs_b->slack_timer.function = sched_cfs_slack_timer; in init_cfs_bandwidth()
|
D | core.c | 531 rq->hrtick_timer.function = hrtick; in init_rq_hrtick()
|
/kernel/events/ |
D | core.c | 846 hr->function = perf_cpu_hrtimer_handler; in __perf_cpu_hrtimer_init() 6541 hwc->hrtimer.function = perf_swevent_hrtimer; in perf_swevent_init_hrtimer()
|