Lines Matching refs:ignore
610 if (!READ_ONCE(evt->ignore)) { in tmigr_next_groupevt()
706 WRITE_ONCE(group->groupevt.ignore, true); in tmigr_active_up()
719 tmc->cpuevt.ignore = true; in __tmigr_cpu_activate()
767 bool ignore; in tmigr_update_events() local
792 ignore = (nextexp == KTIME_MAX) ? true : false; in tmigr_update_events()
793 WRITE_ONCE(evt->ignore, ignore); in tmigr_update_events()
798 ignore = evt->ignore; in tmigr_update_events()
824 if (ignore && !remote && group->parent) in tmigr_update_events()
838 if ((evt->nextevt.expires == nextexp) && !ignore) { in tmigr_update_events()
848 if (ignore) { in tmigr_update_events()
932 tmc->cpuevt.ignore = false; in tmigr_new_timer()
967 if (!tmc->available || tmc->remote || tmc->cpuevt.ignore || in tmigr_handle_remote_cpu()
1258 tmc->cpuevt.ignore) { in tmigr_cpu_new_timer()
1362 tmc->cpuevt.ignore = false; in __tmigr_cpu_deactivate()
1653 group->groupevt.ignore = true; in tmigr_init_group()
1938 tmc->cpuevt.ignore = true; in tmigr_cpu_prepare()