Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.c259 static int cached_flags = -1; in testing_prog_flags() local
268 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()