next_wakeup      3137 fs/ext4/super.c 	unsigned long next_wakeup, cur;
next_wakeup      3143 fs/ext4/super.c 		next_wakeup = MAX_JIFFY_OFFSET;
next_wakeup      3157 fs/ext4/super.c 				if (time_before(elr->lr_next_sched, next_wakeup))
next_wakeup      3158 fs/ext4/super.c 					next_wakeup = elr->lr_next_sched;
next_wakeup      3187 fs/ext4/super.c 			if (time_before(elr->lr_next_sched, next_wakeup))
next_wakeup      3188 fs/ext4/super.c 				next_wakeup = elr->lr_next_sched;
next_wakeup      3195 fs/ext4/super.c 		if ((time_after_eq(cur, next_wakeup)) ||
next_wakeup      3196 fs/ext4/super.c 		    (MAX_JIFFY_OFFSET == next_wakeup)) {
next_wakeup      3201 fs/ext4/super.c 		schedule_timeout_interruptible(next_wakeup - cur);