Searched refs:NEVER (Results 1 – 7 of 7) sorted by relevance
676 THEY NEVER DO ! while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_53C80_REG); in NCR5380_pwrite()
5062 enum {MAYBE, ALWAYS, NEVER} retry = MAYBE;5105 retry = NEVER;5119 retry = NEVER;5131 if (retry == NEVER) {
4778 enum {MAYBE, ALWAYS, NEVER} retry = MAYBE; enumerator4816 retry = NEVER;4828 if (retry == NEVER) {
185 Also, NEVER SLEEP IN A COMPLETION HANDLER. These are normally called
220 that you should NEVER mess with the "done" field of a message, that is
225 Comments are good, but there is also a danger of over-commenting. NEVER
20971 should NEVER idly tamper with it. See Ralf Brown's interrupt list