Home
last modified time | relevance | path

Searched refs:c_i (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/Documentation/translations/zh_CN/scheduler/
Dsched-bwc.rst124 该接口强制要求单个实体的带宽总是可以达到的,即:max(c_i) <= C。然而,在总体情况下,是明确
127 例如,Sum (c_i)可能超过C
129 [ 其中C是父方的带宽,c_i是其子方的带宽。 ]
/linux-5.19.10/drivers/iio/
Dinkern.c304 struct iio_map_internal *c_i = NULL, *c = NULL; in iio_channel_get_sys() local
313 list_for_each_entry(c_i, &iio_map_list, l) { in iio_channel_get_sys()
314 if ((name && strcmp(name, c_i->map->consumer_dev_name) != 0) || in iio_channel_get_sys()
316 strcmp(channel_name, c_i->map->consumer_channel) != 0)) in iio_channel_get_sys()
318 c = c_i; in iio_channel_get_sys()
/linux-5.19.10/Documentation/scheduler/
Dsched-bwc.rst144 attainable, that is: max(c_i) <= C. However, over-subscription in the
148 e.g. \Sum (c_i) may exceed C
150 [ Where C is the parent's bandwidth, and c_i its children ]