Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dsmt.c11 static int cached_result; in smt_on() local
16 return cached_result; in smt_on()
38 cached_result = 1; in smt_on()
44 cached_result = 0; in smt_on()
47 return cached_result; in smt_on()