HomeSort by: relevance | last modified time | path
    Searched refs:wakeup_time (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/librumpuser/
rumpfiber.h 40 int64_t wakeup_time; member in struct:thread
rumpfiber.c 152 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 = -1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c 915 u32 wakeup_time = psr->psr2_tp2_tp3_wakeup_time; local in function:parse_psr
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 119 milliseconds