Searched refs:disallow_time_us (Results 1 – 2 of 2) sorted by relevance
1243 stream_method_fams2_meta->disallow_time_us = 0.0; in build_method_scheduling_params()1245 stream_method_fams2_meta->disallow_time_us = in build_method_scheduling_params()1343 group_fams2_meta->disallow_time_us < pmo->ip_caps->fams2.max_allow_delay_us; in is_timing_group_schedulable()1377 max_allow_delay_us += s->pmo_dcn4.group_common_fams2_meta[i].disallow_time_us; in is_config_schedulable()1394 …>pmo_dcn4.group_common_fams2_meta[s->pmo_dcn4.sorted_group_gtl_disallow_index[j]].disallow_time_us; in is_config_schedulable()1395 …_dcn4.group_common_fams2_meta[s->pmo_dcn4.sorted_group_gtl_disallow_index[j + 1]].disallow_time_us; in is_config_schedulable()1413 if (s->pmo_dcn4.group_common_fams2_meta[i].disallow_time_us <= 0.0) { in is_config_schedulable()1422 if (i != sorted_j && s->pmo_dcn4.group_common_fams2_meta[sorted_j].disallow_time_us > 0.0) { in is_config_schedulable()1425 (max_allow_time_us - s->pmo_dcn4.group_common_fams2_meta[sorted_j].disallow_time_us) / 2); in is_config_schedulable()1502 …max_shift_us = s->pmo_dcn4.group_common_fams2_meta[lrg_idx].disallow_time_us - s->pmo_dcn4.group_c… in is_config_schedulable()
256 double disallow_time_us; member