Searched refs:wakeup_time (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/master/
H A Dmaster_wakeup.c96 if (serv->wakeup_time == 0)
162 serv->wakeup_time);
171 if (serv->wakeup_time == 0 || (serv->flags & MASTER_FLAG_CONDWAKE))
175 myname, serv->name, serv->wakeup_time);
H A Dmaster_conf.c142 serv->wakeup_time = entry->wakeup_time;
H A Dmaster.h35 int wakeup_time; /* wakeup interval */ member in struct:MASTER_SERV
H A Dmaster_ent.c506 serv->wakeup_time = get_int_ent(&bufp, "wakeup_time", "0", 0);
512 if (serv->wakeup_time > 0 && bufp[*bufp ? -2 : -1] == '?')
616 msg_info("wakeup: %d", serv->wakeup_time);
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dbackground_thread_inlines.h31 uint64_t wakeup_time) {
34 wakeup_time == BACKGROUND_THREAD_INDEFINITE_SLEEP, ATOMIC_RELEASE);
35 nstime_init(&info->next_wakeup, wakeup_time);
30 background_thread_wakeup_time_set(tsdn_t *tsdn, background_thread_info_t *info, uint64_t wakeup_time) argument
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h31 uint64_t wakeup_time) {
34 wakeup_time == BACKGROUND_THREAD_INDEFINITE_SLEEP, ATOMIC_RELEASE);
35 nstime_init(&info->next_wakeup, wakeup_time);
30 background_thread_wakeup_time_set(tsdn_t *tsdn, background_thread_info_t *info, uint64_t wakeup_time) argument
/netbsd-current/lib/librumpuser/
H A Drumpfiber.h40 int64_t wakeup_time; member in struct:thread
H A Drumpfiber.c152 if (!is_runnable(thread) && thread->wakeup_time >= 0) {
153 if (thread->wakeup_time <= tm) {
156 } else if (thread->wakeup_time < wakeup)
157 wakeup = thread->wakeup_time;
235 thread->wakeup_time = -1;
329 thread->wakeup_time = now() + millisecs;
338 thread->wakeup_time = millisecs;
353 thread->wakeup_time = now() + (millisecs - real_now);
366 thread->wakeup_time = -1;
373 thread->wakeup_time
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_bios.c915 u32 wakeup_time = psr->psr2_tp2_tp3_wakeup_time; local
917 wakeup_time = (wakeup_time >> (2 * panel_type)) & 0x3;
918 switch (wakeup_time) {
920 wakeup_time = 500;
923 wakeup_time = 100;
926 wakeup_time = 50;
930 wakeup_time = 2500;
933 dev_priv->vbt.psr.psr2_tp2_tp3_wakeup_time_us = wakeup_time;

Completed in 294 milliseconds