Home
last modified time | relevance | path

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

/linux/drivers/iio/
A 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/Documentation/scheduler/
A Dsched-bwc.rst145 attainable, that is: max(c_i) <= C. However, over-subscription in the
149 e.g. \Sum (c_i) may exceed C
151 [ Where C is the parent's bandwidth, and c_i its children ]

Completed in 30 milliseconds