Searched refs:DECLARE_STATIC_CALL (Results 1 – 14 of 14) sorted by relevance
/linux-5.19.10/include/linux/ |
D | static_call.h | 184 DECLARE_STATIC_CALL(name, _func); \ 192 DECLARE_STATIC_CALL(name, _func); \ 200 DECLARE_STATIC_CALL(name, _func); \ 229 DECLARE_STATIC_CALL(name, _func); \ 236 DECLARE_STATIC_CALL(name, _func); \ 243 DECLARE_STATIC_CALL(name, _func); \ 290 DECLARE_STATIC_CALL(name, _func); \
|
D | static_call_types.h | 37 #define DECLARE_STATIC_CALL(name, func) \ macro
|
D | entry-common.h | 423 DECLARE_STATIC_CALL(irqentry_exit_cond_resched, raw_irqentry_exit_cond_resched);
|
D | perf_event.h | 1266 DECLARE_STATIC_CALL(__perf_guest_state, *perf_guest_cbs->state); 1267 DECLARE_STATIC_CALL(__perf_guest_get_ip, *perf_guest_cbs->get_ip); 1268 DECLARE_STATIC_CALL(__perf_guest_handle_intel_pt_intr, *perf_guest_cbs->handle_intel_pt_intr); 1677 DECLARE_STATIC_CALL(perf_snapshot_branch_stack, perf_snapshot_branch_stack_t);
|
D | kernel.h | 106 DECLARE_STATIC_CALL(might_resched, __cond_resched);
|
D | tracepoint.h | 243 DECLARE_STATIC_CALL(tp_func_##name, __traceiter_##name); \
|
D | sched.h | 2040 DECLARE_STATIC_CALL(cond_resched, __cond_resched);
|
/linux-5.19.10/arch/x86/include/asm/ |
D | preempt.h | 122 DECLARE_STATIC_CALL(preempt_schedule, preempt_schedule_dynamic_enabled); 130 DECLARE_STATIC_CALL(preempt_schedule_notrace, preempt_schedule_notrace_dynamic_enabled);
|
D | perf_event.h | 555 DECLARE_STATIC_CALL(perf_lopwr_cb, perf_amd_brs_lopwr_cb);
|
D | paravirt.h | 24 DECLARE_STATIC_CALL(pv_steal_clock, dummy_steal_clock); 25 DECLARE_STATIC_CALL(pv_sched_clock, dummy_sched_clock);
|
D | kvm_host.h | 1631 DECLARE_STATIC_CALL(kvm_x86_##func, *(((struct kvm_x86_ops *)0)->func));
|
/linux-5.19.10/arch/arm/include/asm/ |
D | paravirt.h | 14 DECLARE_STATIC_CALL(pv_steal_clock, dummy_steal_clock);
|
/linux-5.19.10/arch/arm64/include/asm/ |
D | paravirt.h | 14 DECLARE_STATIC_CALL(pv_steal_clock, dummy_steal_clock);
|
/linux-5.19.10/tools/include/linux/ |
D | static_call_types.h | 37 #define DECLARE_STATIC_CALL(name, func) \ macro
|