Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/
Dinkern.c280 struct iio_map_internal *c_i = NULL, *c = NULL; in iio_channel_get_sys() local
289 list_for_each_entry(c_i, &iio_map_list, l) { in iio_channel_get_sys()
290 if ((name && strcmp(name, c_i->map->consumer_dev_name) != 0) || in iio_channel_get_sys()
292 strcmp(channel_name, c_i->map->consumer_channel) != 0)) in iio_channel_get_sys()
294 c = c_i; in iio_channel_get_sys()
/Linux-v5.4/Documentation/scheduler/
Dsched-bwc.rst84 attainable, that is: max(c_i) <= C. However, over-subscription in the
88 e.g. \Sum (c_i) may exceed C
90 [ Where C is the parent's bandwidth, and c_i its children ]