Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Dqspinlock_stat.h18 #define EVENT_COUNT(ev) lockevents[LOCKEVENT_ ## ev] macro
60 kicks += per_cpu(EVENT_COUNT(pv_kick_unlock), cpu); in lockevent_read()
64 kicks += per_cpu(EVENT_COUNT(pv_kick_wake), cpu); in lockevent_read()
102 this_cpu_add(EVENT_COUNT(pv_hash_hops), hopcnt); in lockevent_pv_hop()
114 this_cpu_add(EVENT_COUNT(pv_latency_kick), sched_clock() - start); in __pv_kick()
127 this_cpu_add(EVENT_COUNT(pv_latency_wake), in __pv_wait()
/openbmc/qemu/replay/
H A Dreplay-internal.c58 assert(event < EVENT_COUNT); in replay_put_event()
184 if (replay_state.data_kind >= EVENT_COUNT) { in replay_fetch_data_kind()
H A Dreplay-internal.h68 EVENT_COUNT enumerator