Searched refs:windows (Results 1 – 25 of 36) sorted by relevance
12
90 return &ta->windows[ta->current]; in current_window()113 window_reset(&ta->windows[0]); in timed_average_init()114 window_reset(&ta->windows[1]); in timed_average_init()117 ta->windows[0].expiration = now + ta->period / 2; in timed_average_init()118 ta->windows[1].expiration = now + ta->period; in timed_average_init()137 TimedAverageWindow *w = &ta->windows[i]; in check_expirations()145 if (ta->windows[0].expiration < ta->windows[1].expiration) { in check_expirations()153 int64_t remaining = ta->windows[ta->current].expiration - now; in check_expirations()170 TimedAverageWindow *w = &ta->windows[i]; in timed_average_account()
10 .require(host_os == 'windows',71 if host_os == 'windows'77 'commands-windows-ssh.c'96 if host_os == 'windows'106 if host_os == 'windows'128 if host_os == 'windows'190 if host_os != 'windows' and not get_option('fuzzing')
1252 # @signal: signal number (linux) or unhandled exception code (windows)1317 # out-data. Not effective on windows guests.1399 # @domain: Logon domain (windows only)1861 # @irtt: Initial round-trip delay (not for windows, IPv4 only)1863 # @flags: Route flags (not for windows)1865 # @refcnt: The route's reference count (not for windows)1867 # @use: Route usage count (not for windows)1869 # @window: TCP window size, used for flow control (not for windows, IPv4 only)1871 # @mtu: Data link layer maximum packet size (not for windows)
153 int windows; in rtas_ibm_create_pe_dma_window() local169 windows = spapr_phb_get_active_win_num(sphb); in rtas_ibm_create_pe_dma_window()176 if (!liobn || !sphb->ddw_enabled || windows == SPAPR_PCI_DMA_MAX_WINDOWS) { in rtas_ibm_create_pe_dma_window()185 win_addr = (windows == 0) ? sphb->dma_win_addr : sphb->dma64_win_addr; in rtas_ibm_create_pe_dma_window()
3 if host_os != 'windows'11 if host_os == 'windows'
4 ; just an inf file to tell windows which pci id the serial pci card5 ; emulated by qemu has, and to apply a name tag to it which windows12 ; Procedure may vary a bit depending on the windows version.
56 - All the devices behind the bridge will use bridge's IO/MEM windows compacting
192 PCIBridgeWindows *w = &br->windows; in pci_bridge_region_init()240 PCIBridgeWindows *w = &br->windows; in pci_bridge_update_mappings()407 pci_bridge_region_del(s, &s->windows); in pci_bridge_exitfn()408 pci_bridge_region_cleanup(s, &s->windows); in pci_bridge_exitfn()
48 TimedAverageWindow windows[2]; /* two overlapping windows of with member
101 host_os != 'windows'116 if host_os != 'windows'152 if host_os != 'windows'
4 if host_os == 'windows'
21 - local: '/.gitlab-ci.d/windows.yml'
15 if host_os == 'windows'
13 if host_os != 'windows'
357 elif host_os == 'windows'486 if host_os == 'windows'582 if host_os == 'windows'802 if host_os == 'windows'809 win = import('windows')2595 if host_os == 'windows'3076 elif host_os == 'windows'3126 if host_os == 'windows'3136 if host_os == 'windows'4477 if host_os != 'windows'[all …]
346 host_os=windows613 (if test "$host_os" = windows; then1094 if test "$host_os" = windows || test "$host_os" = haiku; then1265 windows)
25 if host_os == 'windows'
49 (get_option('default_devices') and host_os != 'windows' ? ['test-filter-mirror'] : []) + \50 (get_option('default_devices') and host_os != 'windows' ? ['test-filter-redirector'] : [])96 (host_os != 'windows' and \319 if host_os != 'windows'
107 if host_os == 'windows'123 if host_os == 'windows'
1 if not have_tools or host_os == 'windows'
78 PCIBridgeWindows windows; member
48 if host_os == 'windows'
71 .. [3] https://learn.microsoft.com/en-us/windows-hardware/test/hlk/
46 if host_os != 'windows'
6 if host_os == 'windows'
Completed in 59 milliseconds