Searched refs:function (Results 1 – 24 of 24) 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 | 624 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()
|
| D | watchdog.c | 383 hrtimer->function = watchdog_timer_fn; in watchdog_enable()
|
| D | kthread.c | 838 WARN_ON_ONCE(timer->function != kthread_delayed_work_timer_fn || in __kthread_queue_delayed_work()
|
| D | workqueue.c | 1511 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()
|
| D | fork.c | 1367 sig->real_timer.function = it_real_fn; in copy_signal()
|
| /kernel/time/ |
| D | alarmtimer.c | 186 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()
|
| 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 | 109 bctimer.function = bc_handler; in tick_setup_hrtimer_broadcast()
|
| D | timer.c | 599 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()
|
| D | hrtimer.c | 328 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()
|
| 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 | 286 watchdog_timer.function = clocksource_watchdog; in clocksource_start_watchdog()
|
| D | tick-sched.c | 1223 ts->sched_timer.function = tick_sched_timer; in tick_setup_sched_timer()
|
| D | posix-timers.c | 864 timr->it.real.timer.function = posix_timer_fn; in common_timer_set()
|
| /kernel/trace/ |
| D | Kconfig | 140 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
|
| 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 | deadline.c | 776 timer->function = dl_task_timer; in init_dl_task_timer()
|
| D | rt.c | 52 rt_b->rt_period_timer.function = sched_rt_period_timer; in init_rt_bandwidth()
|
| D | fair.c | 4624 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()
|
| D | core.c | 361 rq->hrtick_timer.function = hrtick; in init_rq_hrtick()
|
| /kernel/events/ |
| D | core.c | 1057 timer->function = perf_mux_hrtimer_handler; in __perf_mux_hrtimer_init() 8419 hwc->hrtimer.function = perf_swevent_hrtimer; in perf_swevent_init_hrtimer()
|