Home
last modified time | relevance | path

Searched refs:next_time (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c614 int next_time; in check_shutdown() local
664 next_time = info->pd_idle_time * 60 - in check_shutdown()
680 next_time = info->pd_idle_time * 60 - in check_shutdown()
688 if (next_time <= 0 && do_idlecheck) { in check_shutdown()
691 next_time = info->pd_idle_time * 60 - in check_shutdown()
704 next_time = info->pd_idle_time * 60 - in check_shutdown()
710 if (next_time <= 0) { in check_shutdown()
764 shutdown_time = *now + next_time; in check_shutdown()
978 time_t itime, stime, next_time, max_time; in set_alarm() local
988 next_time = MIN(itime, stime); in set_alarm()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmmp.c568 hrtime_t next_time = gethrtime() + in mmp_thread() local
606 next_time = gethrtime() + mmp_interval / leaves; in mmp_thread()
617 next_time); in mmp_thread()
675 next_time = gethrtime() + MSEC2NSEC(MMP_MIN_INTERVAL) / in mmp_thread()
682 &mmp->mmp_thread_lock, next_time); in mmp_thread()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c191 sdp_time_t *next_time; in sdp_free_time() local
194 next_time = time->t_next; in sdp_free_time()
197 time = next_time; in sdp_free_time()
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c326 static time_t next_time(struct event *, time_t);
619 next_time(next_event, newtime); in main()
623 next_time(next_event, (time_t)0); in main()
1290 e->time = next_time(e, reftime); in readcron()
1872 next_time(struct event *e, time_t tflag) in next_time() function
2250 next_event->time = next_time(next_event, dhltime); in ex()
3025 next_event->time = next_time(next_event, (time_t)0); in resched()