Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/scheduler/
Dsched-bwc.txt79 attainable, that is: max(c_i) <= C. However, over-subscription in the
82 e.g. \Sum (c_i) may exceed C
83 [ Where C is the parent's bandwidth, and c_i its children ]
/Linux-v4.19/drivers/iio/
Dinkern.c283 struct iio_map_internal *c_i = NULL, *c = NULL; in iio_channel_get_sys() local
292 list_for_each_entry(c_i, &iio_map_list, l) { in iio_channel_get_sys()
293 if ((name && strcmp(name, c_i->map->consumer_dev_name) != 0) || in iio_channel_get_sys()
295 strcmp(channel_name, c_i->map->consumer_channel) != 0)) in iio_channel_get_sys()
297 c = c_i; in iio_channel_get_sys()