Searched refs:qq (Results 1 – 3 of 3) sorted by relevance
745 UINT16 qq, yy, qq_remainder; in l2c_link_adjust_allocation() local788 qq = qq_remainder = 1; in l2c_link_adjust_allocation()795 qq = low_quota / num_lowpri_links; in l2c_link_adjust_allocation()803 qq = qq_remainder = 1; in l2c_link_adjust_allocation()808 l2cb.round_robin_quota, qq); in l2c_link_adjust_allocation()824 if (( p_lcb->link_xmit_quota > 0 )&&( qq == 0 )) in l2c_link_adjust_allocation()827 p_lcb->link_xmit_quota = qq; in l2c_link_adjust_allocation()
1032 UINT16 qq, yy, qq_remainder; in l2c_ble_link_adjust_allocation() local1076 qq = qq_remainder = 0; in l2c_ble_link_adjust_allocation()1083 qq = low_quota / num_lowpri_links; in l2c_ble_link_adjust_allocation()1091 qq = qq_remainder = 0; in l2c_ble_link_adjust_allocation()1095 l2cb.ble_round_robin_quota, qq); in l2c_ble_link_adjust_allocation()1111 if (( p_lcb->link_xmit_quota > 0 )&&( qq == 0 )) in l2c_ble_link_adjust_allocation()1114 p_lcb->link_xmit_quota = qq; in l2c_ble_link_adjust_allocation()
869 uint8_t qq[] = "xThis is the time for all good men to come to the aid of their country..."; in driver3() local890 p = &qq[1]; in driver3()