Home
last modified time | relevance | path

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

/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
A Dresource_scale.sh63 tt=${current_test}_traffic_test
64 if [[ $(type -t $tt) == "function" ]]; then
65 $tt "$target"
/tools/testing/selftests/drivers/net/mlxsw/spectrum/
A Dresource_scale.sh67 tt=${current_test}_traffic_test
68 if [[ $(type -t $tt) == "function" ]]
70 $tt "$target"
/tools/lib/thermal/
A Dthermal.c35 int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg) in for_each_thermal_trip() argument
39 if (!tt) in for_each_thermal_trip()
42 for (i = 0; tt[i].id != -1; i++) in for_each_thermal_trip()
43 ret |= cb(&tt[i], arg); in for_each_thermal_trip()
/tools/thermal/thermal-engine/
A Dthermal-engine.c49 static int show_trip(struct thermal_trip *tt, __maybe_unused void *arg) in show_trip() argument
52 tt->id, tt->type, tt->temp, tt->hyst); in show_trip()
/tools/testing/selftests/net/rds/
A Drun.sh197 strace -T -tt -o "$TRACE_FILE" python3 "$(dirname "$0")/test.py" --timeout 400 -d "$LOG_DIR" \
/tools/lib/thermal/include/
A Dthermal.h101 LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
/tools/perf/util/
A Dbpf-filter.c69 #define __PERF_SAMPLE_TYPE(tt, st, opt) { tt, #st, opt } argument
/tools/testing/selftests/bpf/prog_tests/
A Dreg_bounds.c731 enum num_t tt; in reg_state_set_const() local
734 for (tt = first_t; tt <= last_t; tt++) in reg_state_set_const()
735 rs->r[tt] = tt == t ? range(t, val, val) : unkn[tt]; in reg_state_set_const()
/tools/perf/
A Dbuiltin-record.c2292 int t, tt, err, ret = 0, nr_threads = rec->nr_threads; in record__start_threads() local
2321 for (tt = 1; tt < t; tt++) in record__start_threads()

Completed in 27 milliseconds