Searched refs:IS_DOOMED (Results 1 – 2 of 2) sorted by relevance
800 while (!IS_DOOMED(pi) && IS_BUSY(sc)) { in begin_synchronized_op()809 if (IS_DOOMED(pi) != 0) { /* shouldn't happen on Solaris */ in begin_synchronized_op()
78 #define IS_DOOMED(pi) (pi->flags & DOOMED) macro