Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/
Dperf_event.c312 static atomic_t tile_active_events; variable
349 return atomic_read(&tile_active_events) != 0; in tile_perf_enabled()
784 if (atomic_dec_return(&tile_active_events) == 0) in tile_event_destroy()
838 if (atomic_inc_return(&tile_active_events) == 1) in tile_event_init()
844 atomic_dec(&tile_active_events); in tile_event_init()
892 if (!atomic_read(&tile_active_events)) in tile_pmu_handle_irq()