Home
last modified time | relevance | path

Searched defs:tcp_hpts_entry (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hpts.c178 struct tcp_hpts_entry { struct
180 struct mtx p_mtx; /* Mutex for hpts */
181 struct timeval p_mysleep; /* Our min sleep time */
182 uint64_t syscall_cnt;
183 uint64_t sleeping; /* What the actual sleep was (if sleeping) */
184 uint16_t p_hpts_active; /* Flag that says hpts is awake */
185 uint8_t p_wheel_complete; /* have we completed the wheel arc walk? */
186 uint32_t p_curtick; /* Tick in 10 us the hpts is going to */
187 uint32_t p_runningslot; /* Current tick we are at if we are running */
188 uint32_t p_prev_slot; /* Previous slot we were on */
[all …]