Lines Matching full:found

80  * @val:	address where found value is updated
84 * Return: 0 on success, -EINVAL given selector is not found from any of the
104 * @val: address where found value is updated
108 * Return: 0 on success, -EINVAL given selector is not found from any of the
128 * @selector: address where found selector value is updated
129 * @found: flag to indicate that given value was in the range
133 * value. If given value is in the range, then @found is set true.
140 bool *found) in linear_range_get_selector_low() argument
142 *found = false; in linear_range_get_selector_low()
152 *found = true; in linear_range_get_selector_low()
168 * @selector: address where found selector value is updated
169 * @found: flag to indicate that given value was in the range
173 * value. If given value is found to be in a range scanning is stopped and
174 * @found is set true. If a range with values smaller than given value is found
177 * and @found is set to false.
184 unsigned int *selector, bool *found) in linear_range_get_selector_low_array() argument
193 found); in linear_range_get_selector_low_array()
197 if (*found) in linear_range_get_selector_low_array()
209 * @selector: address where found selector value is updated
210 * @found: flag to indicate that given value was in the range
214 * value. If given value is in the range, then @found is set true.
221 bool *found) in linear_range_get_selector_high() argument
223 *found = false; in linear_range_get_selector_high()
233 *found = true; in linear_range_get_selector_high()
248 * @selector: address where found selector value is updated