fNotified
bool fNotified;
fNotified(false),
fNotified = false;
if (!fNotified && bytesAvailable >= fBytesNeeded && fOwner) {
fNotified = true;
fNotified = true;
kprintf("%s notified: %s\n", prefix, fNotified ? "true" : "false");
bool WasNotified() const { return fNotified; }
bool fNotified;
fNotified(false),
fNotified = false;
fNotified = false;
if (fNotified)
fNotified = true;
if (fNotified)
fNotified = true;
bool fNotified;
if (fNotified)
fNotified = true;
bool fNotified;
fNotified = notified;
TRACE("ReadRequest %p::Notify(), fNotified %d\n", this, fNotified);
if (!fNotified) {
fNotified = true;
bool fNotified;
return fNotified;