| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | ticker.h | 8 * 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 D | tcache_structs.h | 7 #include "jemalloc/internal/ticker.h"
|
| H A D | jemalloc_internal_inlines_a.h | 8 #include "jemalloc/internal/ticker.h"
|
| H A D | arena_structs_b.h | |
| H A D | tcache_inlines.h | |
| H A D | arena_inlines_b.h | 12 #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 D | timer.h | 32 *\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 D | quic_engine.c | 165 * QUIC Engine: Ticker-Mutator 170 * The central ticker function called by the reactor. This does everything, or
|
| H A D | quic_channel.c | 2011 * QUIC Channel: Ticker-Mutator 2016 * The central ticker function called by the reactor. This does everything, or
|
| H A D | quic_port.c | 649 * QUIC Port: Ticker-Mutator
|
| /freebsd/lib/libc/stdlib/malloc/jemalloc/ |
| H A D | Makefile.inc | 7 test_hooks.c ticker.c tsd.c witness.c \
|
| /freebsd/sys/cam/ |
| H A D | cam_iosched.c | 340 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 D | omap-mailbox.txt | 107 and to control the Tx ticker. Should be used only on
|
| H A D | ti,omap-mailbox.yaml | 109 the Tx ticker. Should be used only on sub-mailboxes used to
|
| /freebsd/contrib/jemalloc/ |
| H A D | Makefile.in | 156 $(srcroot)src/ticker.c \ 194 $(srcroot)src/ticker.c 285 $(srcroot)test/unit/ticker.c \
|
| H A D | ChangeLog | 328 - Optimize the generated assembly for ticker operations. (@davidtgoldblatt)
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_jupiter.c | 123 uint16_t rcvtout; /* receive timeout ticker */ 166 jupiter_ticker /* 1HZ ticker */
|
| H A D | refclock_nmea.c | 255 u_short hold_gpsdate; /* validity ticker for above */
|
| /freebsd/sys/x86/x86/ |
| H A D | tsc.c | 459 * however, we register the TSC as the ticker now to avoid switching in start_TSC()
|
| /freebsd/contrib/atf/ |
| H A D | NEWS | 726 when using the ticker output format.
|
| /freebsd/sys/netgraph/ |
| H A D | ng_lmi.c | 304 /* start off the ticker in 1 sec */ in nglmi_startup()
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 25 #include "jemalloc/internal/ticker.h"
|
| H A D | arena.c | 1727 * huge allocations is usually small, which means ticker based in arena_dalloc_bin()
|
| /freebsd/sys/arm/ti/cpsw/ |
| H A D | if_cpsw.c | 1297 /* Stop ticker */ in cpswp_stop_locked()
|
| /freebsd/crypto/openssl/ |
| H A D | NEWS.md | 1532 mechanism to take a structure that contains the ticker
|