Searched refs:results (Results 1 - 25 of 113) sorted by relevance

12345

/linux-master/drivers/gpu/drm/ci/
H A Dlava-submit.sh15 rm -rf results
16 mkdir -p results/job-rootfs-overlay/
18 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/
19 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/
20 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/
21 cp "$SCRIPTS_DIR"/setup-test-env.sh results/job-rootfs-overlay/
26 artifacts/ci-common/generate-env.sh | tee results/job-rootfs-overlay/set-job-env-vars.sh
29 tar zcf job-rootfs-overlay.tar.gz -C results/job-rootfs-overlay/ .
32 touch results/lava.log
33 tail -f results/lav
[all...]
H A Digt_runner.sh81 --output /results \
91 --results /results/failures.csv \
92 --output /results/junit.xml \
94 --template "See https://$CI_PROJECT_ROOT_NAMESPACE.pages.freedesktop.org/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/results/{{testcase}}.xml"
96 # Store the results also in the simpler format used by the runner in ChromeOS CI
97 #sed -r 's/(dmesg-warn|pass)/success/g' /results/results.txt > /results/results_simple.txt
/linux-master/tools/memory-model/scripts/
H A Dchecklitmushist.sh31 # Create the results directory and populate it with subdirectories.
34 mkdir $T/results
35 find litmus -type d -print | ( cd $T/results; sed -e 's/^/mkdir -p /' | sh )
46 LKMM_DESTDIR=$T/results; export LKMM_DESTDIR
55 ( cd $T/results; find litmus -type f -name '*.litmus.out' -print |
/linux-master/drivers/acpi/acpica/
H A Ddscontrol.c272 (walk_state->results->results.obj_desc[0]) ==
274 && ((walk_state->results->results.obj_desc[0])->
276 && ((walk_state->results->results.obj_desc[0])->
280 results->results.
289 walk_state->results->results
[all...]
H A Ddswstate.c47 state = walk_state->results;
52 ACPI_ERROR((AE_INFO, "No results on result stack"));
74 *object = state->results.obj_desc[index];
82 state->results.obj_desc[index] = NULL;
141 state = walk_state->results;
157 state->results.obj_desc[index] = object;
204 acpi_ut_push_generic_state(&walk_state->results, state);
236 if (walk_state->results == NULL) {
248 state = acpi_ut_pop_generic_state(&walk_state->results);
719 while (walk_state->results) {
[all...]
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.c461 * @results: Pointer array to store pointers to attributes
465 * up into an array of pointers stored in results. The function will
471 static s32 fm10k_tlv_attr_parse(u32 *attr, u32 **results, argument
479 if (!attr || !results)
482 /* initialize results to NULL */
484 results[i] = NULL;
495 results[0] = attr;
515 results[attr_id] = attr;
548 u32 *results[FM10K_TLV_RESULTS_MAX]; local
572 /* parse the attributes into the results lis
590 fm10k_tlv_msg_error(struct fm10k_hw __always_unused *hw, u32 __always_unused **results, struct fm10k_mbx_info __always_unused *mbx) argument
707 fm10k_tlv_msg_test(struct fm10k_hw *hw, u32 **results, struct fm10k_mbx_info *mbx) argument
[all...]
/linux-master/lib/
H A Dinterval_tree_test.c33 unsigned long results = 0; local
37 results++;
38 return results;
65 unsigned long results; local
106 results = 0;
112 results += search(&root, start, last);
119 results = div_u64(results, search_loops);
120 printk(" -> %llu cycles (%lu results)\n",
121 (unsigned long long)time, results);
[all...]
/linux-master/scripts/
H A Dgenerate_initcall_order.pl19 ## results from child processes
20 my $results = {}; # object index -> [ { level, secname }, ... ]
37 ## writes results to the parent process
57 ## reads a result line from a child process and adds it to the $results array
83 if (!exists($results->{$index})) {
84 $results->{$index} = [];
87 push (@{$results->{$index}}, {
96 ## writes results back to the parent process
153 ## waits for any child process to complete, reads the results, and adds them to
154 ## the $results arra
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck-refscale.sh4 # Analyze a given results directory for refscale performance measurements.
17 echo Unreadable results directory: $i
51 print configfile " results:";
H A Dkvm-recheck-rcuscale.sh4 # Analyze a given results directory for rcuscale scalability measurements.
17 echo Unreadable results directory: $i
H A Dkvm-recheck-lock.sh4 # Analyze a given results directory for locktorture progress.
17 echo Unreadable results directory: $i
H A Dkvm-recheck-scf.sh4 # Analyze a given results directory for rcutorture progress.
17 echo Unreadable results directory: $i
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_retro.c23 } results SEC(".maps");
38 bpf_map_update_elem(&results, &zero, &tgid, 0);
H A Dtest_tcp_check_syncookie_kern.c24 } results SEC(".maps");
137 bpf_map_update_elem(&results, &key_gen, &cookie, 0);
138 bpf_map_update_elem(&results, &key_mss, &mss, 0);
144 bpf_map_update_elem(&results, &key, &cookie, 0);
/linux-master/tools/perf/bench/
H A Dpmu-scan.c40 static struct pmu_scan_result *results; variable in typeref:struct:pmu_scan_result
49 r = realloc(results, (nr_pmus + 1) * sizeof(*r));
53 results = r;
54 r = results + nr_pmus;
83 r = &results[i];
121 free(results[i].name);
122 free(results);
124 results = NULL;
/linux-master/tools/perf/tests/shell/
H A Dstat+shadow_stat.sh67 results="$results $cpu:$num"
71 cyc=${results##* $cpu:}
/linux-master/drivers/acpi/
H A Dacpi_adxl.c105 union acpi_object argv4[2], *results, *r; local
117 results = adxl_dsm(ADXL_IDX_FORWARD_TRANSLATE, argv4);
118 if (!results)
121 r = results->package.elements + 1;
124 ACPI_FREE(results);
132 ACPI_FREE(results);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_retro.c30 err = bpf_map__lookup_elem(skel->maps.results, &zero, sizeof(zero), &res, sizeof(res), 0);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcp_check_syncookie_user.c133 log_err("Can't clear results");
138 log_err("Can't clear results");
143 log_err("Can't clear results");
228 int results = -1; local
240 results = get_map_fd_by_prog_id(atoi(argv[1]), &xdp);
241 if (results < 0) {
277 if (run_test(server, results, xdp,
281 if (run_test(server_v6, results, xdp,
285 if (run_test(server_dual, results, xdp,
297 close(results);
[all...]
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c91 int results[NUM_ITERATIONS]; local
114 results[i] = WEXITSTATUS(res);
120 if (results[i] == KSFT_FAIL)
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py49 self.allresults = dict() # metric results of all workload
53 self.results = dict() # metric results of current workload
55 # metrics with no results or negative results, neg result counts failed tests
98 return self.results[idx]
143 Get value of the metric from self.results.
148 @returns: list with value found in self.results; list is empty when value is not found.
150 results = []
151 data = self.results[rid
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c188 print_results(const struct intel_engine_cs *engine, const u32 *results) argument
194 u32 actual = results[i];
204 struct drm_i915_gem_object *results; local
210 results = read_nonprivs(ce);
211 if (IS_ERR(results))
212 return PTR_ERR(results);
215 i915_gem_object_lock(results, NULL);
217 err = i915_gem_object_set_to_cpu_domain(results, false);
224 vaddr = i915_gem_object_pin_map(results, I915_MAP_WB);
244 i915_gem_object_unpin_map(results);
506 u32 *cs, *results; local
842 read_whitelisted_registers(struct intel_context *ce, struct i915_vma *results) argument
[all...]
/linux-master/drivers/parisc/
H A Dsuperio.c96 u8 results; local
102 results = inb(IC_PIC1+0);
109 if ((results & 0x80) == 0) {
118 local_irq = results & 0x0f;
130 results = inb(IC_PIC1+0);
131 if ((results & 0x80) == 0) { /* if ISR7 not set: spurious */
/linux-master/drivers/input/mouse/
H A Dtrackpoint.h42 #define TP_POR_RESULTS 0x25 /* Read Power on Self test results */
142 #define MAKE_PS2_CMD(params, results, cmd) ((params<<12) | (results<<8) | (cmd))
/linux-master/arch/powerpc/perf/
H A Dhv-24x7.h156 * results */
157 struct hv_24x7_result results[]; /* [@num_results] */ member in struct:hv_24x7_data_result_buffer

Completed in 334 milliseconds

12345