Lines Matching defs:removed
182 "bool"/*removed*/);
591 * true if it successfully removed the task from the queue, false
616 return true; /* removed from the queue */
622 return false; /* was not removed from the queue */
631 * Return true if it successfully removed the task from the queue,
649 bool removed;
671 removed = false;
681 removed = true;
689 if (interlock && !removed)
693 dev, task, queue, interlock, removed);
694 return removed;