Home
last modified time | relevance | path

Searched refs:DEFINE_STATIC_CALL (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dstatic_call.h185 #define DEFINE_STATIC_CALL(name, _func) \ macro
230 #define DEFINE_STATIC_CALL(name, _func) \ macro
297 #define DEFINE_STATIC_CALL(name, _func) \ macro
A Dtracepoint.h336 DEFINE_STATIC_CALL(tp_func_##_name, __traceiter_##_name);
A Dbpf.h1147 DEFINE_STATIC_CALL(bpf_dispatcher_##name##_call, bpf_dispatcher_nop_func)
/linux-6.3-rc2/arch/arm/kernel/
A Dparavirt.c23 DEFINE_STATIC_CALL(pv_steal_clock, native_steal_clock);
/linux-6.3-rc2/arch/x86/kernel/
A Dparavirt.c112 DEFINE_STATIC_CALL(pv_steal_clock, native_steal_clock);
113 DEFINE_STATIC_CALL(pv_sched_clock, native_sched_clock);
/linux-6.3-rc2/arch/arm64/kernel/
A Dparavirt.c35 DEFINE_STATIC_CALL(pv_steal_clock, native_steal_clock);
/linux-6.3-rc2/kernel/entry/
A Dcommon.c394 DEFINE_STATIC_CALL(irqentry_exit_cond_resched, raw_irqentry_exit_cond_resched);
/linux-6.3-rc2/drivers/cpufreq/
A Damd-pstate.c256 DEFINE_STATIC_CALL(amd_pstate_enable, pstate_enable);
314 DEFINE_STATIC_CALL(amd_pstate_init_perf, pstate_init_perf);
344 DEFINE_STATIC_CALL(amd_pstate_update_perf, pstate_update_perf);
/linux-6.3-rc2/kernel/
A Dstatic_call_inline.c527 DEFINE_STATIC_CALL(sc_selftest, func_a);
/linux-6.3-rc2/arch/x86/events/amd/
A Dcore.c660 DEFINE_STATIC_CALL(amd_pmu_test_overflow, amd_pmu_test_overflow_topbit);
/linux-6.3-rc2/arch/x86/crypto/
A Daesni-intel_glue.c113 DEFINE_STATIC_CALL(aesni_ctr_enc_tfm, aesni_ctr_enc);
/linux-6.3-rc2/arch/x86/events/intel/
A Dcore.c2548 DEFINE_STATIC_CALL(intel_pmu_set_topdown_event_period, x86_perf_event_set_period);
2700 DEFINE_STATIC_CALL(intel_pmu_update_topdown_event, x86_perf_event_update);
/linux-6.3-rc2/kernel/sched/
A Dcore.c6826 DEFINE_STATIC_CALL(preempt_schedule, preempt_schedule_dynamic_enabled);
6899 DEFINE_STATIC_CALL(preempt_schedule_notrace, preempt_schedule_notrace_dynamic_enabled);

Completed in 51 milliseconds