Lines Matching +full:high +full:- +full:dynamic +full:- +full:range
1 /*-
30 * TCP High Precision Timer System (HPTS) - Internal Definitions
42 * This gives a range of 10usec - 1024ms to place
45 * when seeing the remainder will re-insert the
52 /* The number of connections after which the dynamic sleep logic kicks in. */
58 * This gives a range of 10usec - 1024ms to place
61 * when seeing the remainder will re-insert the
71 /* The number of connections after which the dynamic sleep logic kicks in. */
101 #define HPTS_MTX_ASSERT(hpts) mtx_assert(&(hpts)->p_mtx, MA_OWNED)
102 #define HPTS_LOCK(hpts) mtx_lock(&(hpts)->p_mtx)
103 #define HPTS_TRYLOCK(hpts) mtx_trylock(&(hpts)->p_mtx)
104 #define HPTS_UNLOCK(hpts) mtx_unlock(&(hpts)->p_mtx)
117 uint32_t p_nxt_slot; /* The next slot outside the current range
134 uint32_t overidden_sleep; /* what was overrided by min-sleep for logging */
159 } domains[MAXMEMDOM]; /* Per-NUMA domain CPU assignments */