Lines Matching refs:q_flags
2455 if (!bitset(QHASNOTIFY, to->q_flags))
2456 to->q_flags |= QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY;
2457 else if (bitset(QPINGONSUCCESS, to->q_flags) ||
2458 bitset(QPINGONFAILURE, to->q_flags) ||
2459 bitset(QPINGONDELAY, to->q_flags))
2460 to->q_flags |= QPINGONDELAY;
2464 if (bitset(QHASNOTIFY, to->q_flags) &&
2465 bitset(QPRIMARY, to->q_flags) &&
2471 if (bitset(QPINGONSUCCESS, to->q_flags))
2476 if (bitset(QPINGONFAILURE, to->q_flags))
2484 if (bitset(QPINGONDELAY, to->q_flags))