Home
last modified time | relevance | path

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

12

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dticker.h8 * A ticker makes it easy to count-down events until some limit. You
9 * ticker_init the ticker to trigger every nticks events. You then notify it
21 ticker_init(ticker_t *ticker, int32_t nticks) { in ticker_init()
22 ticker->tick = nticks; in ticker_init()
23 ticker->nticks = nticks; in ticker_init()
27 ticker_copy(ticker_t *ticker, const ticker_t *other) { in ticker_copy()
28 *ticker = *other; in ticker_copy()
32 ticker_read(const ticker_t *ticker) { in ticker_read()
33 return ticker->tick; in ticker_read()
39 * ticker
20 ticker_init(ticker_t * ticker,int32_t nticks) ticker_init() argument
26 ticker_copy(ticker_t * ticker,const ticker_t * other) ticker_copy() argument
31 ticker_read(const ticker_t * ticker) ticker_read() argument
59 ticker_fixup(ticker_t * ticker) ticker_fixup() argument
65 ticker_ticks(ticker_t * ticker,int32_t nticks) ticker_ticks() argument
74 ticker_tick(ticker_t * ticker) ticker_tick() argument
83 ticker_trytick(ticker_t * ticker) ticker_trytick() argument
[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.h
H A Dtcache_inlines.h
H A Darena_inlines_b.h12 #include "jemalloc/internal/ticker.h" in arena_has_default_hooks()
130 * use a single ticker for all of them.
/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/crypto/openssl/ssl/quic/
H A Dquic_engine.c165 * QUIC Engine: Ticker-Mutator
170 * The central ticker function called by the reactor. This does everything, or
H A Dquic_channel.c2011 * QUIC Channel: Ticker-Mutator
2016 * The central ticker function called by the reactor. This does everything, or
H A Dquic_port.c649 * QUIC Port: Ticker-Mutator
/freebsd/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc7 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/jemalloc/
H A DMakefile.in156 $(srcroot)src/ticker.c \
194 $(srcroot)src/ticker.c
285 $(srcroot)test/unit/ticker.c \
H A DChangeLog328 - Optimize the generated assembly for ticker operations. (@davidtgoldblatt)
/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.c25 #include "jemalloc/internal/ticker.h"
H A Darena.c1727 * huge allocations is usually small, which means ticker based in arena_dalloc_bin()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c1297 /* Stop ticker */ in cpswp_stop_locked()
/freebsd/crypto/openssl/
H A DNEWS.md1532 mechanism to take a structure that contains the ticker

12