Lines Matching defs:hasSharers
539 // look at the hasSharers flag (if not set, the response is to
577 * On a cache fill (see Cache::handleFill), we check hasSharers
578 * first, ignoring the cacheResponding flag if hasSharers is set.
581 * hasSharers cacheResponding state
595 * On fills, the hasSharers flag is used by the caches in
597 * above. If the hasSharers flag is not set, the packet is passing
601 * The hasSharers flag is also used by upstream caches to inform a
609 * The hasSharers flag is also used on writebacks, in
613 * command hasSharers state
620 bool hasSharers() const { return flags.isSet(HAS_SHARERS); }