Lines Matching defs:hpts_diag
37 struct hpts_diag { struct
38 uint32_t p_hpts_active; /* bbr->flex7 x */
39 uint32_t p_nxt_slot; /* bbr->flex1 x */
40 uint32_t p_cur_slot; /* bbr->flex2 x */
41 uint32_t p_prev_slot; /* bbr->delivered */
42 uint32_t p_runningslot; /* bbr->inflight */
43 uint32_t slot_req; /* bbr->flex3 x */
44 uint32_t inp_hptsslot; /* bbr->flex4 x */
45 uint32_t slot_remaining; /* bbr->flex5 x */
46 uint32_t have_slept; /* bbr->epoch x */
47 uint32_t hpts_sleep_time; /* bbr->applimited x */
48 uint32_t yet_to_sleep; /* bbr->lt_epoch x */
49 uint32_t need_new_to; /* bbr->flex6 x */
50 uint32_t wheel_slot; /* bbr->bw_inuse x */
51 uint32_t maxslots; /* bbr->delRate x */
52 uint32_t wheel_cts; /* bbr->rttProp x */
53 int32_t co_ret; /* bbr->pkts_out x */
54 uint32_t p_curtick; /* upper bbr->cur_del_rate */
55 uint32_t p_lasttick; /* lower bbr->cur_del_rate */
56 uint8_t p_on_min_sleep; /* bbr->flex8 x */