Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dsmt.c10 static bool cached_result; in smt_on() local
14 return cached_result; in smt_on()
17 cached_result = (fs_value == 1); in smt_on()
19 cached_result = cpu_topology__smt_on(topology); in smt_on()
22 return cached_result; in smt_on()

Completed in 3 milliseconds