Home
last modified time | relevance | path

Searched refs:static_call_cond (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dstatic_call.h211 #define static_call_cond(name) (void)__static_call(name) macro
255 #define static_call_cond(name) (void)__static_call(name) macro
334 #define static_call_cond(name) (void)__static_call_cond(name) macro
/linux-6.15/arch/x86/events/
H A Dcore.c1003 static_call_cond(x86_pmu_start_scheduling)(cpuc); in x86_schedule_events()
1110 static_call_cond(x86_pmu_put_event_constraints)(cpuc, e); in x86_schedule_events()
1116 static_call_cond(x86_pmu_stop_scheduling)(cpuc); in x86_schedule_events()
1227 static_call_cond(x86_pmu_assign)(event, idx); in x86_assign_hw_event()
1309 static_call_cond(x86_pmu_late_setup)(); in x86_pmu_enable()
1413 static_call_cond(x86_pmu_limit_period)(event, &left); in x86_perf_event_set_period()
1501 static_call_cond(x86_pmu_add)(event); in x86_pmu_add()
1656 static_call_cond(x86_pmu_put_event_constraints)(cpuc, event); in x86_pmu_del()
1677 static_call_cond(x86_pmu_del)(event); in x86_pmu_del()
2642 static_call_cond(x86_pmu_sched_task)(pmu_ctx, task, sched_in); in x86_pmu_sched_task()
[all …]
/linux-6.15/arch/x86/include/asm/
H A Dapic.h460 static_call_cond(apic_call_wait_icr_idle)(); in apic_wait_icr_idle()