Home
last modified time | relevance | path

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

/linux/include/linux/
A Dstatic_call.h209 #define static_call_cond(name) (void)__static_call(name) macro
251 #define static_call_cond(name) (void)__static_call(name) macro
328 #define static_call_cond(name) (void)__static_call_cond(name) macro
/linux/arch/x86/events/
A Dcore.c1002 static_call_cond(x86_pmu_start_scheduling)(cpuc); in x86_schedule_events()
1109 static_call_cond(x86_pmu_put_event_constraints)(cpuc, e); in x86_schedule_events()
1115 static_call_cond(x86_pmu_stop_scheduling)(cpuc); in x86_schedule_events()
1226 static_call_cond(x86_pmu_assign)(event, idx); in x86_assign_hw_event()
1403 static_call_cond(x86_pmu_limit_period)(event, &left); in x86_perf_event_set_period()
1491 static_call_cond(x86_pmu_add)(event); in x86_pmu_add()
1646 static_call_cond(x86_pmu_put_event_constraints)(cpuc, event); in x86_pmu_del()
1667 static_call_cond(x86_pmu_del)(event); in x86_pmu_del()
2631 static_call_cond(x86_pmu_sched_task)(pmu_ctx, sched_in); in x86_pmu_sched_task()
2637 static_call_cond(x86_pmu_swap_task_ctx)(prev_epc, next_epc); in x86_pmu_swap_task_ctx()
[all …]
/linux/arch/x86/include/asm/
A Dapic.h460 static_call_cond(apic_call_wait_icr_idle)(); in apic_wait_icr_idle()

Completed in 19 milliseconds