Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/scheduler/
A Dsched-bwc.rst124 该接口强制要求单个实体的带宽总是可以达到的,即:max(c_i) <= C。然而,在总体情况下,是明确
127 例如,Sum (c_i)可能超过C
129 [ 其中C是父方的带宽,c_i是其子方的带宽。 ]
/linux-6.3-rc2/drivers/iio/
A Dinkern.c331 struct iio_map_internal *c_i = NULL, *c = NULL; in iio_channel_get_sys() local
340 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()
/linux-6.3-rc2/Documentation/scheduler/
A 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 ]

Completed in 7 milliseconds