Searched refs:timer (Results 126 - 150 of 150) sorted by relevance

123456

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/
H A Dtg3.c11 #include <ipxe/timer.h>
H A Dtg3_hw.c27 #include <ipxe/timer.h>
2044 /* Setup the timer prescalar register. Clock is always 66Mhz. */
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Timer.cpp31 #include <iprt/timer.h>
71 /** The current timer interval. */
96 * Per cpu state for an omni timer test.
100 /** When we started receiving timer callbacks on this CPU. */
102 /** When we received the last tick on this timer. */
131 * Callback for the omni timer latency test, adds a sample to g_aOmniLatency.
133 * @param pTimer The timer.
161 * @param pTimer The timer.
191 * @param pTimer The timer.
222 * @param pTimer The timer
[all...]
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c34 #include <iprt/timer.h>
84 /** The callback shall destroy the timer; next STOPPED. */
96 * A Linux sub-timer.
104 /** High resolution timer. */
107 /** The linux timer structure. */
111 /** Standard timer. */
114 /** The linux timer structure. */
117 * This is used to calculate when the timer ought to fire the next time. */
121 /** Set when starting or changing the timer so that u64StartTs
128 /** Restart the single shot timer a
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.c50 #include <ipxe/timer.h>
311 * The default setting of latency timer yields poor results,
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp54 #include <iprt/timer.h>
895 * Commit the CPU identifiers and update the periodict preemption timer if it's active.
1012 * Update the periodict preemption timer if it's active.
H A DGVMMR0.cpp25 * periodic preemption timer.
34 * On system that sports a high resolution kernel timer API, we use per-cpu
36 * execution. The timer frequency is calculating by taking the max
79 #include <iprt/timer.h>
88 /** Define this to enable the periodic preemption timer. */
145 /** Periodic preemption timer data. */
148 /** The handle to the periodic preemption timer. */
159 /** The current timer interval. This is set to 0 when inactive. */
161 /** The current timer frequency. This is set to 0 when inactive. */
164 * This gets historicize and reset by the timer callbac
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp43 #include <iprt/timer.h>
/vbox/src/VBox/ValidationKit/utils/network/
H A DNetPerf.cpp49 #include <iprt/timer.h>
318 * @param hTimer The timer, ignored.
502 * Create the timer
610 RTTestIFailed("Failed to create timer object: %Rrc\n", rc);
1429 * Create & start a timer to eventually disconnect.
1577 RTTestIFailed("Failed to create timer object: %Rrc\n", rc);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dforcedeth.c57 #include <ipxe/timer.h>
H A Dbnx2.c874 mod_timer(&bp->timer, jiffies + bp->current_interval);
H A Detherfabric.c34 #include <ipxe/timer.h>
3483 /* Set timer register */
H A Dbnx2.h4052 struct timer_list timer;
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c52 # include <iprt/timer.h>
341 PRTTIMER pIp6Timer; /* ipv6 stream poll timer for dynamic ipv6 stream attachment */
2646 * Ipv6 dynamic attachment timer callback to attach to the Ipv6 stream if needed.
2648 * @param pThis Pointer to the timer.
2685 * Setups up a kernel timer based on the driver property for attaching to IPv6 stream
2713 * Setup kernel poll timer.
2720 Log((DEVICE_NAME ":vboxNetFltSolarisSetupIp6Polling: Ipv6 %d second timer begins firing in 10 seconds.\n",
2724 LogRel((DEVICE_NAME ":vboxNetFltSolarisSetupIp6Polling: Failed to create timer. rc=%d\n", rc));
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dnet80211.c35 #include <ipxe/timer.h>
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp44 #include <iprt/timer.h>
776 * Callback for heartbeat timer.
819 * Initializes the heartbeat timer.
838 * Preallocate the request to use it from the timer callback because:
840 * and the timer callback runs at DISPATCH_LEVEL;
856 LogRel(("VbgdCommonInitDevExt: Heartbeat timer failed to start, rc=%Rrc\n", rc));
859 LogRel(("VbgdCommonInitDevExt: Failed to create heartbeat timer: %Rrc\n", rc));
867 LogRel(("VbgdCommonInitDevExt: Failed to set up the timer, guest heartbeat is disabled\n"));
1154 * Stop and destroy HB timer and
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h474 } timer; member in union:__anon14203
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp52 #include <iprt/timer.h>
93 * The timer fires after 200ms, then every second, this value just says when
117 #if 0 /* Don't start the GIP timers. Useful when debugging the IPRT timer code. */
366 * Increase the timer freqency on hosts where this is possible (NT).
369 * we increase the timer frequence, because we might end up getting inaccurate
475 * host timer frequency to make sure we don't get stuck in guest
476 * mode and to get better timer (and possibly clock) accuracy.
545 * Start the GIP timer if all is well..
740 * @param pTimer The timer.
742 * @param iTick The timer tic
[all...]
H A DSUPDrv.cpp52 #include <iprt/timer.h>
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c33 #include <iprt/timer.h>
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h398 } timer; member in union:__anon1531
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp40 * will take into account timer delivery lag caused by host scheduling. It will
41 * normally never advance beyond the head timer, and when lagging too far behind
75 * but it will (hopefully) be catching up soon as we're feeding timer interrupts
87 * Each clock has its own scheduling facility, or timer queue if you like.
90 * is the timer thread that periodically checks whether any timers has expired
98 * timer on that clock, or next timer timeout). Both lists are offset based and
106 * - Employ a thread which periodically (100Hz) polls all the timer queues.
113 * Level 2: Logs a most of the timer state transitions and queue servicing.
151 #include <iprt/timer
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c105 # include <iprt/timer.h>

Completed in 330 milliseconds

123456