Searched refs:tt (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
| A D | resource_scale.sh | 63 tt=${current_test}_traffic_test 64 if [[ $(type -t $tt) == "function" ]]; then 65 $tt "$target"
|
| /tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
| A D | resource_scale.sh | 67 tt=${current_test}_traffic_test 68 if [[ $(type -t $tt) == "function" ]] 70 $tt "$target"
|
| /tools/lib/thermal/ |
| A D | thermal.c | 35 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 D | thermal-engine.c | 49 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 D | run.sh | 197 strace -T -tt -o "$TRACE_FILE" python3 "$(dirname "$0")/test.py" --timeout 400 -d "$LOG_DIR" \
|
| /tools/lib/thermal/include/ |
| A D | thermal.h | 101 LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
|
| /tools/perf/util/ |
| A D | bpf-filter.c | 69 #define __PERF_SAMPLE_TYPE(tt, st, opt) { tt, #st, opt } argument
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | reg_bounds.c | 731 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 D | builtin-record.c | 2292 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