Home
last modified time | relevance | path

Searched defs:freq_ctr (Results 1 – 10 of 10) sorted by relevance

/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dfreq_ctr-t.h32 struct freq_ctr { struct
33 unsigned int curr_tick; /* start date of current period (wrapping ticks) */
34 unsigned int curr_ctr; /* cumulated value for current period */
35 unsigned int prev_ctr; /* value for last period */
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dfreq_ctr.h31 struct freq_ctr { struct
37 /* The generic freq_ctr_period counter counts a rate of events per period, where argument
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dfreq_ctr-t.h31 struct freq_ctr { struct
37 /* The generic freq_ctr_period counter counts a rate of events per period, where argument
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dfreq_ctr-t.h31 struct freq_ctr { struct
37 /* The generic freq_ctr_period counter counts a rate of events per period, where argument
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dfreq_ctr.h31 struct freq_ctr { struct
37 /* The generic freq_ctr_period counter counts a rate of events per period, where argument
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dfreq_ctr.h31 struct freq_ctr { struct
37 /* The generic freq_ctr_period counter counts a rate of events per period, where argument
/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Dfreq_ctr.h31 struct freq_ctr { struct
37 /* The generic freq_ctr_period counter counts a rate of events per period, where argument
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dfreq_ctr.h31 struct freq_ctr { struct
37 /* The generic freq_ctr_period counter counts a rate of events per period, where argument
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dfreq_ctr.h31 struct freq_ctr { struct
37 /* The generic freq_ctr_period counter counts a rate of events per period, where argument
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/
H A DFrequencyDialog.cpp86 long long freq, freq2, freq_ctr, range_bw; in OnChar() local