Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 25 of 593) sorted by last modified time

12345678910>>...24

/freebsd/share/misc/
H A Dpci_vendors36370 a003 Atom Processor D4xx/D5xx/N4xx/N5xx CHAPS counter
36380 a013 Atom Processor D4xx/D5xx/N4xx/N5xx CHAPS counter
/freebsd/contrib/unbound/services/
H A Dmesh.c1050 size_t counter = 0; in mesh_detect_cycle_found() local
1053 if(dep_m == cyc_m || find_in_subsub(dep_m, cyc_m, &counter)) { in mesh_detect_cycle_found()
1054 if(counter > MESH_MAX_SUBSUB) in mesh_detect_cycle_found()
/freebsd/contrib/unbound/doc/
H A DChangelog603 a new statistical counter.
2480 - Keep track of number of timeouts. Use this counter to determine if
3979 - num.queries.tls counter for queries over TLS.
7897 lost counter is low, then its effective rtt is the one without
7899 The lost counter can then increase and the server is blacklisted,
7900 or the lost counter does not increase and the server is working
8115 has a loop-counter and maximum search amount.
8155 parent if possible. Additionally the loop-counter is used.
8640 netstat -su keeps a counter of UDP dropped due to full buffers.
9419 - extended statistics has a number of ipv6 queries counter.
[all …]
/freebsd/sys/kern/
H A Dsubr_intr.c1775 intr_ipi_increment_count(u_long *counter, u_int cpu) argument
1779 counter[cpu]++;
/freebsd/lib/libpfctl/
H A Dlibpfctl.c283 c->counter = counts[i]; in _pfctl_get_status_counters()
292 { .type = PF_C_COUNTER, .off = _OUT(counter), .cb = snl_attr_get_uint64 },
303 struct pfctl_status_counter counter = {}; in snl_attr_get_counters() local
307 error = snl_parse_header(ss, NLA_DATA(nla), NLA_DATA_LEN(nla), &counter_parser, &counter); in snl_attr_get_counters()
315 c->id = counter.id; in snl_attr_get_counters()
316 c->counter = counter.counter; in snl_attr_get_counters()
317 c->name = strdup(counter.name); in snl_attr_get_counters()
498 return (c->counter); in _pfctl_status_counter()
666 pf_nvaddr_to_addr(nvlist_get_nvlist(nvl, "counter"), &pool->counter); in pf_nvpool_to_pool()
1152 snl_add_msg_attr_ip6(nw, PF_PT_COUNTER, &pool->counter.v6); in snl_add_msg_attr_rpool()
[all …]
H A Dlibpfctl.h42 uint64_t counter; member
150 struct pf_addr counter; member
/freebsd/sys/net/
H A Dif.c5114 if_getcounter(if_t ifp, ift_counter counter) in if_getcounter() argument
5116 return (ifp->if_get_counter(ifp, counter)); in if_getcounter()
/freebsd/sys/netinet/
H A Dip_carp.c460 carp_hmac_generate(struct carp_softc *sc, uint32_t counter[2], in carp_hmac_generate()
470 SHA1Update(&sha1ctx, (void *)counter, sizeof(sc->sc_counter)); in carp_hmac_generate()
481 carp_hmac_verify(struct carp_softc *sc, uint32_t counter[2], in carp_hmac_verify()
488 carp_hmac_generate(sc, counter, md2); in carp_hmac_verify()
/freebsd/sys/geom/
H A Dnotes10 bio_children counter for each time it is called and g_std_done will
79 counter, since that prevents g_io_request() from touching the
/freebsd/sys/contrib/device-tree/src/arm64/tesla/
H A Dfsd.dtsi382 /* Performance counter interrupts */
402 /* Performance counter interrupts */
430 /* Performance counter interrupts */
446 /* Performance counter interrupts */
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Drzg2l-smarc.dtsi144 /* SDHI cd pin is muxed with counter Z phase signal */
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1088a.dtsi687 // performance counter interrupts 0-7
H A Dfsl-ls208xa.dtsi895 /* performance counter interrupts 0-7 */
H A Dfsl-lx2160a.dtsi1302 // performance counter interrupts 0-9
H A Dfsl-ls1028a.dtsi742 /* performance counter interrupts 0-7 */
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap4-l4.dtsi992 counter32k: counter@0 {
H A Dam437x-l4.dtsi476 counter32k: counter@0 {
H A Dam33xx-l4.dtsi2100 eqep0: counter@180 {
2157 eqep1: counter@180 {
2214 eqep2: counter@180 {
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp131.dtsi139 counter {
140 compatible = "st,stm32-timer-counter";
175 counter {
176 compatible = "st,stm32-timer-counter";
209 counter {
210 compatible = "st,stm32-timer-counter";
245 counter {
314 counter {
524 counter {
565 counter {
[all …]
H A Dstm32mp151.dtsi154 counter {
155 compatible = "st,stm32-timer-counter";
190 counter {
191 compatible = "st,stm32-timer-counter";
224 counter {
225 compatible = "st,stm32-timer-counter";
260 counter {
401 counter {
674 counter {
715 counter {
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/
H A Dvfxxx.dtsi610 "ftm-evt-counter-en", "ftm-src-counter-en";
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/
H A Dls1021a.dtsi395 counter0: counter@29d0000 {
402 counter1: counter@29e0000 {
409 counter2: counter@29f0000 {
416 counter3: counter@2a00000 {
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Daspeed-wdt.txt39 external reset counter (only WDT1 and WDT2). If not
H A Dsamsung-wdt.yaml96 - description: Source clock (driving watchdog counter)
H A Dsnps,dw-wdt.yaml63 Each TOP is a number loaded into the watchdog counter at the moment of
64 the timer restart. The counter decrementing happens each tick of the

12345678910>>...24