Lines Matching refs:ignore
572 if (!READ_ONCE(evt->ignore)) { in tmigr_next_groupevt()
668 WRITE_ONCE(group->groupevt.ignore, true); in tmigr_active_up()
681 tmc->cpuevt.ignore = true; in __tmigr_cpu_activate()
729 bool ignore; in tmigr_update_events() local
754 ignore = (nextexp == KTIME_MAX) ? true : false; in tmigr_update_events()
755 WRITE_ONCE(evt->ignore, ignore); in tmigr_update_events()
760 ignore = evt->ignore; in tmigr_update_events()
786 if (ignore && !remote && group->parent) in tmigr_update_events()
800 if ((evt->nextevt.expires == nextexp) && !ignore) { in tmigr_update_events()
810 if (ignore) { in tmigr_update_events()
894 tmc->cpuevt.ignore = false; in tmigr_new_timer()
929 if (!tmc->online || tmc->remote || tmc->cpuevt.ignore || in tmigr_handle_remote_cpu()
1230 tmc->cpuevt.ignore) { in tmigr_cpu_new_timer()
1334 tmc->cpuevt.ignore = false; in __tmigr_cpu_deactivate()
1523 group->groupevt.ignore = true; in tmigr_init_group()
1776 tmc->cpuevt.ignore = true; in tmigr_cpu_prepare()