Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
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()