Searched defs:tcp_hpts_entry (Results 1 – 1 of 1) sorted by relevance
220 struct tcp_hpts_entry { struct222 struct mtx p_mtx; /* Mutex for hpts */223 struct timeval p_mysleep; /* Our min sleep time */224 uint64_t syscall_cnt;225 uint64_t sleeping; /* What the actual sleep was (if sleeping) */226 uint16_t p_hpts_active; /* Flag that says hpts is awake */227 uint8_t p_wheel_complete; /* have we completed the wheel arc walk? */228 uint32_t p_curtick; /* Tick in 10 us the hpts is going to */229 uint32_t p_runningslot; /* Current tick we are at if we are running */230 uint32_t p_prev_slot; /* Previous slot we were on */[all …]