Lines Matching refs:nextexp

512 	u64			nextexp;  member
730 u64 nextexp; in tmigr_update_events() local
745 nextexp = child->next_expiry; in tmigr_update_events()
754 ignore = (nextexp == KTIME_MAX) ? true : false; in tmigr_update_events()
757 nextexp = data->nextexp; in tmigr_update_events()
800 if ((evt->nextevt.expires == nextexp) && !ignore) { in tmigr_update_events()
827 evt->nextevt.expires = nextexp; in tmigr_update_events()
831 WRITE_ONCE(group->next_expiry, nextexp); in tmigr_update_events()
858 nextexp); in tmigr_update_events()
881 static u64 tmigr_new_timer(struct tmigr_cpu *tmc, u64 nextexp) in tmigr_new_timer() argument
883 struct tmigr_walk data = { .nextexp = nextexp, in tmigr_new_timer()
985 data.nextexp = tevt.global; in tmigr_handle_remote_cpu()
1217 u64 tmigr_cpu_new_timer(u64 nextexp) in tmigr_cpu_new_timer() argument
1223 return nextexp; in tmigr_cpu_new_timer()
1228 if (nextexp != KTIME_MAX) { in tmigr_cpu_new_timer()
1229 if (nextexp != tmc->cpuevt.nextevt.expires || in tmigr_cpu_new_timer()
1231 ret = tmigr_new_timer(tmc, nextexp); in tmigr_cpu_new_timer()
1239 trace_tmigr_cpu_new_timer_idle(tmc, nextexp); in tmigr_cpu_new_timer()
1321 static u64 __tmigr_cpu_deactivate(struct tmigr_cpu *tmc, u64 nextexp) in __tmigr_cpu_deactivate() argument
1323 struct tmigr_walk data = { .nextexp = nextexp, in __tmigr_cpu_deactivate()
1333 if (nextexp != KTIME_MAX) in __tmigr_cpu_deactivate()
1350 u64 tmigr_cpu_deactivate(u64 nextexp) in tmigr_cpu_deactivate() argument
1356 return nextexp; in tmigr_cpu_deactivate()
1360 ret = __tmigr_cpu_deactivate(tmc, nextexp); in tmigr_cpu_deactivate()
1370 trace_tmigr_cpu_idle(tmc, nextexp); in tmigr_cpu_deactivate()