Searched refs:allocated_up (Results 1 – 2 of 2) sorted by relevance
899 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()902 &tunnel->allocated_up, in tb_usb3_init()927 *consumed_up = tunnel->allocated_up * (3 + 1) / 3; in tb_usb3_consumed_bandwidth()937 &tunnel->allocated_up, in tb_usb3_release_unused_bandwidth()943 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()973 if (tunnel->allocated_up >= max_rate && in tb_usb3_reclaim_available_bandwidth()979 if (allocate_up < tunnel->allocated_up) in tb_usb3_reclaim_available_bandwidth()980 allocate_up = tunnel->allocated_up; in tb_usb3_reclaim_available_bandwidth()987 if (allocate_up == tunnel->allocated_up && in tb_usb3_reclaim_available_bandwidth()998 tunnel->allocated_up = allocate_up; in tb_usb3_reclaim_available_bandwidth()[all …]
61 int allocated_up; member