Searched refs:cached_flags (Results 1 – 1 of 1) sorted by relevance
259 static int cached_flags = -1; in testing_prog_flags() local268 if (cached_flags >= 0) in testing_prog_flags()269 return cached_flags; in testing_prog_flags()281 cached_flags = flags; in testing_prog_flags()282 return cached_flags; in testing_prog_flags()