Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/
H A Dinkern.c282 struct iio_map_internal *c_i = NULL, *c = NULL; in iio_channel_get_sys() local
291 list_for_each_entry(c_i, &iio_map_list, l) { in iio_channel_get_sys()
292 if ((name && strcmp(name, c_i->map->consumer_dev_name) != 0) || in iio_channel_get_sys()
294 strcmp(channel_name, c_i->map->consumer_channel) != 0)) in iio_channel_get_sys()
296 c = c_i; in iio_channel_get_sys()
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A 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 ]