Home
last modified time | relevance | path

Searched refs:average (Results 1 – 25 of 77) sorted by relevance

1234

/NextBSD/contrib/ntp/util/
HDjitter.c25 double average; variable
55 average = 0; in main()
59 average += gtod[i]; in main()
74 average = average / (NBUF - 2); in main()
75 fprintf(stderr, "Average %13.9f\n", average); in main()
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDloads_example.txt7 1:30am up 14 day(s), 2:27, 3 users, load average: 3.52, 3.45, 3.05
10 2005 Jun 11 01:30:49, load average: 3.52, 3.45, 3.05
12 Both have returned the same load average, confirming that loads.d is
HDtopsysproc_example.txt7 2005 Jun 13 22:25:16, load average: 1.24, 1.23, 1.21 syscalls: 1347
34 2005 Jun 13 22:29:43, load average: 1.19, 1.20, 1.20 syscalls: 15909
HDtopsyscall_example.txt7 2005 Jun 13 22:13:21, load average: 1.24, 1.24, 1.22 syscalls: 1287
42 2005 Jun 13 22:15:35, load average: 1.21, 1.22, 1.22 syscalls: 10189
HDiopattern_example.txt21 average event size.
41 were mostly random. We can also see that the average event size is small -
HDcswstat_example.txt20 In the above output, the average context switch time is 8 microseconds.
HDshortlived_example.txt34 10:58pm up 5 day(s), 1:28, 1 user, load average: 2.20, 1.81, 1.04
HDshellsnoop_example.txt41 4744 4724 uptime W 11:10pm up 4 day(s), 11:15, 4 users, load average: 0.05, 0.02, 0.02
HDweblatency_example.txt58 From the average time you would guess that I was running this from
/NextBSD/crypto/openssl/doc/crypto/
HDlh_stats.pod36 the average number of data items per 'bucket' in the hash table. The
37 'actual load' is the average number of items per 'bucket', but only
39 average number of searches that will need to find an item in the hash
40 table, while the 'load' is the average number that will be done to
/NextBSD/usr.bin/gprof/
HDgprof.flat19 self the average number of milliseconds spent in this
23 total the average number of milliseconds spent in this
/NextBSD/cddl/contrib/dtracetoolkit/Notes/
HDALLelapsed_notes.txt24 time and take the average (or run your workload several times and let
25 DTrace take the average).
/NextBSD/contrib/tcsh/nls/C/
HDset54 1 Load average unavailable\n
/NextBSD/contrib/gcc/config/rs6000/
HD8540.md118 ;; Divide. We use the average latency time here. We omit reserving a
120 ;; reservation of miu_stage3 here because we use the average latency
223 ;; Vector divides: Use the average. We omit reserving a retire unit
225 ;; of miu_stage3 here because we use the average latency time.
HDmpc.md65 ; Divide latency varies greatly from 2-11, use 6 as average
/NextBSD/sys/dev/usb/controller/
HDohci.c129 uint32_t average; member
1255 uint32_t average; in ohci_setup_standard_chain_sub() local
1289 average = 0; in ohci_setup_standard_chain_sub()
1293 average = temp->average; in ohci_setup_standard_chain_sub()
1295 if (temp->len < average) { in ohci_setup_standard_chain_sub()
1299 average = temp->len; in ohci_setup_standard_chain_sub()
1317 temp->len -= average; in ohci_setup_standard_chain_sub()
1327 if (average == 0) { in ohci_setup_standard_chain_sub()
1340 buf_offset += (average - 1); in ohci_setup_standard_chain_sub()
1346 td->len = average; in ohci_setup_standard_chain_sub()
[all …]
HDuhci.c142 uint32_t average; member
1528 uint32_t average; in uhci_setup_standard_chain_sub() local
1551 temp->td_token |= htole32(UHCI_TD_SET_MAXLEN(temp->average)); in uhci_setup_standard_chain_sub()
1567 average = 0; in uhci_setup_standard_chain_sub()
1571 average = temp->average; in uhci_setup_standard_chain_sub()
1573 if (temp->len < average) { in uhci_setup_standard_chain_sub()
1577 average = temp->len; in uhci_setup_standard_chain_sub()
1595 temp->len -= average; in uhci_setup_standard_chain_sub()
1608 if (average == 0) { in uhci_setup_standard_chain_sub()
1618 temp->len -= average; in uhci_setup_standard_chain_sub()
[all …]
HDxhci.c125 uint32_t average; member
1696 uint32_t average; in xhci_setup_generic_chain_sub() local
1726 average = 0; in xhci_setup_generic_chain_sub()
1730 average = temp->average; in xhci_setup_generic_chain_sub()
1732 if (temp->len < average) { in xhci_setup_generic_chain_sub()
1736 average = temp->len; in xhci_setup_generic_chain_sub()
1754 temp->len -= average; in xhci_setup_generic_chain_sub()
1760 td->len = average; in xhci_setup_generic_chain_sub()
1766 temp->len -= average; in xhci_setup_generic_chain_sub()
1775 if (average > 8) in xhci_setup_generic_chain_sub()
[all …]
HDehci.c137 uint32_t average; member
1579 uint32_t average; in ehci_setup_standard_chain_sub() local
1609 average = 0; in ehci_setup_standard_chain_sub()
1613 average = temp->average; in ehci_setup_standard_chain_sub()
1615 if (temp->len < average) { in ehci_setup_standard_chain_sub()
1619 average = temp->len; in ehci_setup_standard_chain_sub()
1637 temp->len -= average; in ehci_setup_standard_chain_sub()
1646 EHCI_QTD_SET_BYTES(average)); in ehci_setup_standard_chain_sub()
1648 if (average == 0) { in ehci_setup_standard_chain_sub()
1678 if (((average + temp->max_frame_size - 1) / in ehci_setup_standard_chain_sub()
[all …]
/NextBSD/contrib/tcpdump/
HDREADME.md181 since the average packet size was 512 bytes). It took
182 536 packets to transfer the data (i.e., on the average
189 2 seconds on the average). It was acked once, 140ms
/NextBSD/contrib/top/
HDtop.local.hs10 * the output is buffered). So, if the short-term load average is above
/NextBSD/contrib/ntp/ntpd/
HDcomplete.conf.in48 discard minimum 1 average 3 monitor 3000
/NextBSD/contrib/gcc/
HDparams.def244 "max-average-unrolled-insns",
245 "The maximum number of instructions to consider to unroll in a loop on average",
317 "sms-loop-average-count-threshold",
318 "A threshold on the average loop count considered by the swing modulo scheduler",
331 are predicted to iterate relatively few (10) times at average.
/NextBSD/contrib/ntp/scripts/stats/
HDREADME.stats108 -89.0 average time interval (ns)
112 +1.592E-11 average deltaf/f
/NextBSD/lib/libz/doc/
HDalgorithm.txt86 those cases, the table ended up one bit longer than the ``average'' code
185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared

1234