Home
last modified time | relevance | path

Searched full:ticker (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dticker.h7 * A ticker makes it easy to count-down events until some limit. You
8 * ticker_init the ticker to trigger every nticks events. You then notify it
20 ticker_init(ticker_t *ticker, int32_t nticks) { in ticker_init() argument
21 ticker->tick = nticks; in ticker_init()
22 ticker->nticks = nticks; in ticker_init()
26 ticker_copy(ticker_t *ticker, const ticker_t *other) { in ticker_copy() argument
27 *ticker = *other; in ticker_copy()
31 ticker_read(const ticker_t *ticker) { in ticker_read() argument
32 return ticker->tick; in ticker_read()
38 * ticker->tick -= nticks;
[all …]
H A Dtcache_structs.h7 #include "jemalloc/internal/ticker.h"
H A Djemalloc_internal_inlines_a.h8 #include "jemalloc/internal/ticker.h"
H A Darena_structs_b.h15 #include "jemalloc/internal/ticker.h"
H A Dtcache_inlines.h8 #include "jemalloc/internal/ticker.h"
H A Darena_inlines_b.h9 #include "jemalloc/internal/ticker.h"
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dtimer.h32 *\li 'ticker' timers generate a periodic tick event.
45 * an 'inactive' timer and then change it into a 'ticker' or
89 isc_timertype_ticker = 0, /*%< Ticker */
185 *\li For ticker timers, the timer will generate a 'tick' event every
/freebsd/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc5 test_hooks.c ticker.c tsd.c witness.c
/freebsd/sys/cam/
H A Dcam_iosched.c340 struct callout ticker; /* Callout for our quota system */ member
612 callout_reset(&isc->ticker, hz / isc->quanta, cam_iosched_ticker, isc); in cam_iosched_ticker()
905 /* Note: disk load averate requires ticker to be always running */ in cam_iosched_limiter_sysctl()
906 callout_reset(&isc->ticker, hz / isc->quanta, cam_iosched_ticker, isc); in cam_iosched_limiter_sysctl()
1188 callout_init_mtx(&isc->ticker, cam_periph_mtx(periph), 0); in cam_iosched_init()
1191 callout_reset(&isc->ticker, hz / isc->quanta, cam_iosched_ticker, isc); in cam_iosched_init()
1218 callout_drain(&isc->ticker); in cam_iosched_fini()
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Domap-mailbox.txt107 and to control the Tx ticker. Should be used only on
H A Dti,omap-mailbox.yaml109 the Tx ticker. Should be used only on sub-mailboxes used to
/freebsd/contrib/ntp/ntpd/
H A Drefclock_jupiter.c123 uint16_t rcvtout; /* receive timeout ticker */
166 jupiter_ticker /* 1HZ ticker */
H A Drefclock_nmea.c255 u_short hold_gpsdate; /* validity ticker for above */
/freebsd/sys/x86/x86/
H A Dtsc.c459 * however, we register the TSC as the ticker now to avoid switching in start_TSC()
/freebsd/contrib/atf/
H A DNEWS726 when using the ticker output format.
/freebsd/sys/netgraph/
H A Dng_lmi.c304 /* start off the ticker in 1 sec */ in nglmi_startup()
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c20 #include "jemalloc/internal/ticker.h"
2321 * fastpath supports ticker and profiling, both of which will also
H A Darena.c2127 * huge allocations is usually small, which means ticker based in arena_choose_huge()
/freebsd/contrib/jemalloc/
H A DChangeLog228 - Optimize the generated assembly for ticker operations. (@davidtgoldblatt)
/freebsd/crypto/openssl/
H A DNEWS.md1086 mechanism to take a structure that contains the ticker
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c1301 /* Stop ticker */ in cpswp_stop_locked()
/freebsd/sys/dev/dc/
H A Dif_dc.c3764 /* Don't start the ticker if this is a homePNA link. */ in dc_init_locked()
/freebsd/sys/dev/re/
H A Dif_re.c1798 * turn the NIC back on and restart the MII ticker, in re_detach()
/freebsd/contrib/unbound/doc/
H A DChangelog3723 disables the tls session ticker key calls into the OpenSSL API.
/freebsd/share/dict/
H A Dweb2a59769 stock ticker

12