Searched refs:DEFINE_STATIC_CALL (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | static_call.h | 185 #define DEFINE_STATIC_CALL(name, _func) \ macro 230 #define DEFINE_STATIC_CALL(name, _func) \ macro 297 #define DEFINE_STATIC_CALL(name, _func) \ macro
|
A D | tracepoint.h | 336 DEFINE_STATIC_CALL(tp_func_##_name, __traceiter_##_name);
|
A D | bpf.h | 1147 DEFINE_STATIC_CALL(bpf_dispatcher_##name##_call, bpf_dispatcher_nop_func)
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | paravirt.c | 23 DEFINE_STATIC_CALL(pv_steal_clock, native_steal_clock);
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | paravirt.c | 112 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 D | paravirt.c | 35 DEFINE_STATIC_CALL(pv_steal_clock, native_steal_clock);
|
/linux-6.3-rc2/kernel/entry/ |
A D | common.c | 394 DEFINE_STATIC_CALL(irqentry_exit_cond_resched, raw_irqentry_exit_cond_resched);
|
/linux-6.3-rc2/drivers/cpufreq/ |
A D | amd-pstate.c | 256 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 D | static_call_inline.c | 527 DEFINE_STATIC_CALL(sc_selftest, func_a);
|
/linux-6.3-rc2/arch/x86/events/amd/ |
A D | core.c | 660 DEFINE_STATIC_CALL(amd_pmu_test_overflow, amd_pmu_test_overflow_topbit);
|
/linux-6.3-rc2/arch/x86/crypto/ |
A D | aesni-intel_glue.c | 113 DEFINE_STATIC_CALL(aesni_ctr_enc_tfm, aesni_ctr_enc);
|
/linux-6.3-rc2/arch/x86/events/intel/ |
A D | core.c | 2548 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 D | core.c | 6826 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