/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | ticker.h | 7 * 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 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 | 15 #include "jemalloc/internal/ticker.h"
|
H A D | tcache_inlines.h | 8 #include "jemalloc/internal/ticker.h"
|
H A D | arena_inlines_b.h | 9 #include "jemalloc/internal/ticker.h"
|
/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/lib/libc/stdlib/malloc/jemalloc/ |
H A D | Makefile.inc | 5 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/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 | 20 #include "jemalloc/internal/ticker.h" 2321 * fastpath supports ticker and profiling, both of which will also
|
H A D | arena.c | 2127 * huge allocations is usually small, which means ticker based in arena_choose_huge()
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 228 - Optimize the generated assembly for ticker operations. (@davidtgoldblatt)
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 1086 mechanism to take a structure that contains the ticker
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 1301 /* Stop ticker */ in cpswp_stop_locked()
|
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 3764 /* Don't start the ticker if this is a homePNA link. */ in dc_init_locked()
|
/freebsd/sys/dev/re/ |
H A D | if_re.c | 1798 * turn the NIC back on and restart the MII ticker, in re_detach()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 3723 disables the tls session ticker key calls into the OpenSSL API.
|
/freebsd/share/dict/ |
H A D | web2a | 59769 stock ticker
|