Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dstatic_call.h167 #define static_call_cond(name) (void)__static_call(name) macro
206 #define static_call_cond(name) (void)__static_call(name) macro
277 #define static_call_cond(name) (void)__static_call_cond(name) macro
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c953 static_call_cond(x86_pmu_start_scheduling)(cpuc); in x86_schedule_events()
1053 static_call_cond(x86_pmu_commit_scheduling)(cpuc, i, assign[i]); in x86_schedule_events()
1062 static_call_cond(x86_pmu_put_event_constraints)(cpuc, e); in x86_schedule_events()
1068 static_call_cond(x86_pmu_stop_scheduling)(cpuc); in x86_schedule_events()
1453 static_call_cond(x86_pmu_add)(event); in x86_pmu_add()
1601 static_call_cond(x86_pmu_put_event_constraints)(cpuc, event); in x86_pmu_del()
1621 static_call_cond(x86_pmu_del)(event); in x86_pmu_del()
2428 static_call_cond(x86_pmu_sched_task)(ctx, sched_in); in x86_pmu_sched_task()
2434 static_call_cond(x86_pmu_swap_task_ctx)(prev, next); in x86_pmu_swap_task_ctx()