Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.c258 static int cached_flags = -1; in testing_prog_flags() local
267 if (cached_flags >= 0) in testing_prog_flags()
268 return cached_flags; in testing_prog_flags()
280 cached_flags = flags; in testing_prog_flags()
281 return cached_flags; in testing_prog_flags()
/linux/drivers/regulator/
H A Dcore.c4810 int cached_flags, ret = 0; in _regulator_get_error_flags() local
4814 cached_flags = rdev_get_cached_err_flags(rdev); in _regulator_get_error_flags()
4821 *flags |= cached_flags; in _regulator_get_error_flags()