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_internal.h106 struct tcp_hpts_entry { struct
108 struct mtx p_mtx; /* Mutex for hpts */
109 struct timeval p_mysleep; /* Our min sleep time */
110 uint64_t syscall_cnt;
111 uint64_t sleeping; /* What the actual sleep was (if sleeping) */
112 uint16_t p_hpts_active; /* Flag that says hpts is awake */
113 uint8_t p_wheel_complete; /* have we completed the wheel arc walk? */
114 uint32_t p_runningslot; /* Current slot we are at if we are running */
115 uint32_t p_prev_slot; /* Previous slot we were on */
116 uint32_t p_cur_slot; /* Current slot in wheel hpts is draining */
[all …]