Lines Matching defs:ignore
42 * ignore flag of events is set.
67 * child, the ignore flag of the tmigr_event is set. This indicates, that
353 * groupevt.ignore = false groupevt.ignore = true
375 * groupevt.ignore = false groupevt.ignore = true
403 * groupevt.ignore = false groupevt.ignore = true
594 * Removes timers with ignore flag and update next_expiry of the group. Values
609 if (!READ_ONCE(evt->ignore)) {
615 * Remove next timers with ignore flag, because the group lock
696 * migrator of this group. Therefore the ignore flag for the group event
699 * The update of the ignore flag in the active path is done lockless. In
702 * lock is held while updating the ignore flag in idle path. So this
705 WRITE_ONCE(group->groupevt.ignore, true);
718 tmc->cpuevt.ignore = true;
766 bool ignore;
791 ignore = (nextexp == KTIME_MAX) ? true : false;
792 WRITE_ONCE(evt->ignore, ignore);
797 ignore = evt->ignore;
809 * - When entering this path by tmigr_new_timer(), @evt->ignore
823 if (ignore && !remote && group->parent)
837 if ((evt->nextevt.expires == nextexp) && !ignore) {
847 if (ignore) {
931 tmc->cpuevt.ignore = false;
958 * If tmigr_event::ignore is set, then the CPU returns from idle and
966 if (!tmc->available || tmc->remote || tmc->cpuevt.ignore ||
1261 tmc->cpuevt.ignore) {
1365 tmc->cpuevt.ignore = false;
1697 group->groupevt.ignore = true;
2093 tmc->cpuevt.ignore = true;