Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/busses/random/virtio/
H A DVirtioRNGDevice.cpp30 fExpectsInterrupt(false), in VirtioRNGDevice()
113 fExpectsInterrupt = true; in _Enqueue()
127 fExpectsInterrupt = false; in _Enqueue()
H A DVirtioRNGPrivate.h57 bool fExpectsInterrupt; variable
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp19 fExpectsInterrupt(false), in ATAChannel()
513 if (!fExpectsInterrupt) { in Interrupt()
535 fExpectsInterrupt = true; in PrepareWaitingForInterrupt()
548 fExpectsInterrupt = false; in WaitForInterrupt()
H A DATAPrivate.h157 bool fExpectsInterrupt; variable