Searched refs:irq_refcount (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_ringbuffer.h64 uint32_t irq_refcount; member in struct:intel_ring_buffer
H A Dintel_ringbuffer.c742 if (ring->irq_refcount++ == 0) {
760 if (--ring->irq_refcount == 0) {
853 if (ring->irq_refcount++ == 0) {
869 if (--ring->irq_refcount == 0) {
888 if (ring->irq_refcount++ == 0) {
904 if (--ring->irq_refcount == 0) {

Completed in 48 milliseconds