Searched refs:c_i (Results 1 – 3 of 3) sorted by relevance
124 该接口强制要求单个实体的带宽总是可以达到的,即:max(c_i) <= C。然而,在总体情况下,是明确127 例如,Sum (c_i)可能超过C129 [ 其中C是父方的带宽,c_i是其子方的带宽。 ]
331 struct iio_map_internal *c_i = NULL, *c = NULL; in iio_channel_get_sys() local340 list_for_each_entry(c_i, &iio_map_list, l) { in iio_channel_get_sys()341 if ((name && strcmp(name, c_i->map->consumer_dev_name) != 0) || in iio_channel_get_sys()343 strcmp(channel_name, c_i->map->consumer_channel) != 0)) in iio_channel_get_sys()345 c = c_i; in iio_channel_get_sys()
144 attainable, that is: max(c_i) <= C. However, over-subscription in the148 e.g. \Sum (c_i) may exceed C150 [ Where C is the parent's bandwidth, and c_i its children ]
Completed in 7 milliseconds