Lines Matching refs:q_flags
2321 if (!bitset(QHASNOTIFY, to->q_flags))
2322 to->q_flags |= QPINGONFAILURE|QPINGONDELAY|QHASNOTIFY;
2323 else if (bitset(QPINGONSUCCESS, to->q_flags) ||
2324 bitset(QPINGONFAILURE, to->q_flags) ||
2325 bitset(QPINGONDELAY, to->q_flags))
2326 to->q_flags |= QPINGONDELAY;
2330 if (bitset(QHASNOTIFY, to->q_flags) &&
2331 bitset(QPRIMARY, to->q_flags) &&
2337 if (bitset(QPINGONSUCCESS, to->q_flags))
2342 if (bitset(QPINGONFAILURE, to->q_flags))
2350 if (bitset(QPINGONDELAY, to->q_flags))