Searched refs:pcm_max_seg (Results 1 – 2 of 2) sorted by relevance
497 uint32_t pcm_max_seg; member
20014 (rack->r_ctl.pcm_max_seg == 0)) { in rack_output()20020 rack->r_ctl.pcm_max_seg = rc_init_window(rack); in rack_output()20021 if (rack->r_ctl.pcm_max_seg < (ctf_fixed_maxseg(tp) * 10)) { in rack_output()20025 rack->r_ctl.pcm_max_seg = ctf_fixed_maxseg(tp) * 10; in rack_output()20028 if ((rack->r_ctl.pcm_max_seg != 0) && (rack->pcm_needed == 1)) { in rack_output()20039 if ((cwa >= rack->r_ctl.pcm_max_seg) && in rack_output()20040 (rw_avail > rack->r_ctl.pcm_max_seg)) { in rack_output()20042 pace_max_seg = rack->r_ctl.pcm_max_seg; in rack_output()20048 cwa, rack->r_ctl.pcm_max_seg, rw_avail); in rack_output()21136 (rack->r_ctl.pcm_max_seg > 0) && in rack_output()[all …]