Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/oprofile/
Dhwsampler.c50 HWS_DEALLOCATED, enumerator
489 if (hws_state == HWS_DEALLOCATED) { in hws_oom_callback()
527 return (hws_state <= HWS_DEALLOCATED) ? NOTIFY_OK : NOTIFY_BAD; in hws_cpu_callback()
890 if (hws_state != HWS_DEALLOCATED) in hwsampler_allocate()
947 hws_state = HWS_DEALLOCATED; in hwsampler_deallocate()
1034 hws_state = HWS_DEALLOCATED; in hwsampler_setup()
1049 if (hws_state == HWS_DEALLOCATED || hws_state == HWS_STOPPED) { in hwsampler_shutdown()