Home
last modified time | relevance | path

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

/openbmc/linux/kernel/events/
H A Dcore.c394 static atomic_t perf_sched_count; variable
5086 if (!atomic_add_unless(&perf_sched_count, -1, 1)) in unaccount_event()
5096 if (atomic_dec_and_test(&perf_sched_count)) in perf_sched_delayed()
11899 * must complete *before* the perf_sched_count increment in account_event()
11902 if (atomic_inc_not_zero(&perf_sched_count)) in account_event()
11906 if (!atomic_read(&perf_sched_count)) { in account_event()
11919 atomic_inc(&perf_sched_count); in account_event()