Home
last modified time | relevance | path

Searched refs:results (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/linux-6.15/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.c479 if (!attr || !results) in fm10k_tlv_attr_parse()
484 results[i] = NULL; in fm10k_tlv_attr_parse()
495 results[0] = attr; in fm10k_tlv_attr_parse()
515 results[attr_id] = attr; in fm10k_tlv_attr_parse()
548 u32 *results[FM10K_TLV_RESULTS_MAX]; in fm10k_tlv_msg_parse() local
577 return data->func(hw, results, mbx); in fm10k_tlv_msg_parse()
591 u32 __always_unused **results, in fm10k_tlv_msg_error() argument
734 results[FM10K_TEST_MSG_STRING], in fm10k_tlv_msg_test()
752 if (!!results[FM10K_TEST_MSG_U8]) { in fm10k_tlv_msg_test()
784 if (!!results[FM10K_TEST_MSG_S8]) { in fm10k_tlv_msg_test()
[all …]
H A Dfm10k_iov.c8 static s32 fm10k_iov_msg_error(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_error() argument
16 **results & FM10K_TLV_ID_MASK, vf_info->vf_idx); in fm10k_iov_msg_error()
18 return fm10k_tlv_msg_error(hw, results, mbx); in fm10k_iov_msg_error()
33 static s32 fm10k_iov_msg_queue_mac_vlan(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_queue_mac_vlan() argument
49 if (!err && !!results[FM10K_MAC_VLAN_MSG_VLAN]) { in fm10k_iov_msg_queue_mac_vlan()
50 result = results[FM10K_MAC_VLAN_MSG_VLAN]; in fm10k_iov_msg_queue_mac_vlan()
88 if (!err && !!results[FM10K_MAC_VLAN_MSG_MAC]) { in fm10k_iov_msg_queue_mac_vlan()
89 result = results[FM10K_MAC_VLAN_MSG_MAC]; in fm10k_iov_msg_queue_mac_vlan()
115 if (!err && !!results[FM10K_MAC_VLAN_MSG_MULTICAST]) { in fm10k_iov_msg_queue_mac_vlan()
116 result = results[FM10K_MAC_VLAN_MSG_MULTICAST]; in fm10k_iov_msg_queue_mac_vlan()
/linux-6.15/drivers/gpu/drm/ci/
H A Dlava-submit.sh48 rm -rf results
49 mkdir -p results/job-rootfs-overlay/
51 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh
52 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/
53 cp "$SCRIPTS_DIR"/setup-test-env.sh results/job-rootfs-overlay/
55 tar zcf job-rootfs-overlay.tar.gz -C results/job-rootfs-overlay/ .
60 cat results/job-rootfs-overlay/set-job-env-vars.sh
64 touch results/lava.log
65 tail -f results/lava.log &
102 >> results/lava.log
/linux-6.15/drivers/acpi/acpica/
H A Ddscontrol.c272 (walk_state->results->results.obj_desc[0]) == in acpi_ds_exec_end_control_op()
274 && ((walk_state->results->results.obj_desc[0])-> in acpi_ds_exec_end_control_op()
276 && ((walk_state->results->results.obj_desc[0])-> in acpi_ds_exec_end_control_op()
280 results->results. in acpi_ds_exec_end_control_op()
289 walk_state->results->results.obj_desc[0]; in acpi_ds_exec_end_control_op()
H A Ddswstate.c47 state = walk_state->results; in acpi_ds_result_pop()
74 *object = state->results.obj_desc[index]; in acpi_ds_result_pop()
82 state->results.obj_desc[index] = NULL; in acpi_ds_result_pop()
141 state = walk_state->results; in acpi_ds_result_push()
157 state->results.obj_desc[index] = object; in acpi_ds_result_push()
204 acpi_ut_push_generic_state(&walk_state->results, state); in acpi_ds_result_stack_push()
236 if (walk_state->results == NULL) { in acpi_ds_result_stack_pop()
248 state = acpi_ut_pop_generic_state(&walk_state->results); in acpi_ds_result_stack_pop()
719 while (walk_state->results) { in acpi_ds_delete_walk_state()
720 state = walk_state->results; in acpi_ds_delete_walk_state()
[all …]
/linux-6.15/tools/net/sunrpc/xdrgen/generators/
H A Dprogram.py47 results = dict.fromkeys([])
50 results[procedure.result.type_name] = None
51 if len(results) > 0:
54 for result in results:
76 results = dict.fromkeys([])
79 results[procedure.result.type_name] = None
82 for result in results:
104 results = dict.fromkeys([])
107 results[procedure.result.type_name] = None
110 for result in results:
/linux-6.15/tools/perf/bench/
H A Dpmu-scan.c40 static struct pmu_scan_result *results; variable
49 r = realloc(results, (nr_pmus + 1) * sizeof(*r)); in save_result()
53 results = r; in save_result()
54 r = results + nr_pmus; in save_result()
83 r = &results[i]; in check_result()
121 free(results[i].name); in delete_result()
122 free(results); in delete_result()
124 results = NULL; in delete_result()
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c541 fta_get_str(results, FBNIC_FW_CAP_RESP_CMRT_COMMIT_STR, in fbnic_fw_parse_cap_resp()
553 fta_get_str(results, FBNIC_FW_CAP_RESP_UEFI_COMMIT_STR, in fbnic_fw_parse_cap_resp()
562 fta_get_uint(results, FBNIC_FW_CAP_RESP_FW_LINK_FEC); in fbnic_fw_parse_cap_resp()
564 bmc_present = !!results[FBNIC_FW_CAP_RESP_BMC_PRESENT]; in fbnic_fw_parse_cap_resp()
568 attr = results[FBNIC_FW_CAP_RESP_BMC_MAC_ARRAY]; in fbnic_fw_parse_cap_resp()
597 struct fbnic_tlv_msg **results) in fbnic_fw_parse_ownership_resp() argument
612 struct fbnic_tlv_msg **results) in fbnic_fw_parse_heartbeat_resp() argument
753 struct fbnic_tlv_msg **results) in fbnic_fw_parse_tsene_read_resp() argument
770 if (!results[FBNIC_FW_TSENE_THERM] || !results[FBNIC_FW_TSENE_VOLT]) { in fbnic_fw_parse_tsene_read_resp()
776 fta_get_sint(results, FBNIC_FW_TSENE_THERM); in fbnic_fw_parse_tsene_read_resp()
[all …]
H A Dfbnic_tlv.c414 struct fbnic_tlv_msg **results, in fbnic_tlv_attr_parse_array() argument
421 memset(results, 0, array_len * sizeof(results[0])); in fbnic_tlv_attr_parse_array()
444 results[i++] = attr; in fbnic_tlv_attr_parse_array()
467 struct fbnic_tlv_msg **results, in fbnic_tlv_attr_parse() argument
471 memset(results, 0, sizeof(results[0]) * FBNIC_TLV_RESULTS_MAX); in fbnic_tlv_attr_parse()
490 if (results[attr_id]) in fbnic_tlv_attr_parse()
493 results[attr_id] = attr; in fbnic_tlv_attr_parse()
518 struct fbnic_tlv_msg *results[FBNIC_TLV_RESULTS_MAX]; in fbnic_tlv_msg_parse() local
535 results, parser->attr); in fbnic_tlv_msg_parse()
539 return parser->func(opaque, results); in fbnic_tlv_msg_parse()
[all …]
H A Dfbnic_tlv.h101 struct fbnic_tlv_msg **results);
139 struct fbnic_tlv_msg **results,
143 struct fbnic_tlv_msg **results,
147 int fbnic_tlv_parser_error(void *opaque, struct fbnic_tlv_msg **results);
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c194 u32 actual = results[i]; in print_results()
211 if (IS_ERR(results)) in check_whitelist()
212 return PTR_ERR(results); in check_whitelist()
506 u32 *cs, *results; in check_dirty_whitelist() local
555 if (IS_ERR(results)) { in check_dirty_whitelist()
669 expect = results[0]; in check_dirty_whitelist()
673 expect = results[0]; in check_dirty_whitelist()
683 expect = results[0]; in check_dirty_whitelist()
702 expect = results[0]; in check_dirty_whitelist()
708 expect = results[0]; in check_dirty_whitelist()
[all …]
/linux-6.15/scripts/
H A Dgenerate_initcall_order.pl20 my $results = {}; # object index -> [ { level, secname }, ... ]
83 if (!exists($results->{$index})) {
84 $results->{$index} = [];
87 push (@{$results->{$index}}, {
231 foreach my $index (sort { $a <=> $b } keys(%{$results})) {
232 foreach my $result (@{$results->{$index}}) {
/linux-6.15/drivers/acpi/
H A Dacpi_adxl.c105 union acpi_object argv4[2], *results, *r; in adxl_decode() local
117 results = adxl_dsm(ADXL_IDX_FORWARD_TRANSLATE, argv4); in adxl_decode()
118 if (!results) in adxl_decode()
121 r = results->package.elements + 1; in adxl_decode()
124 ACPI_FREE(results); in adxl_decode()
132 ACPI_FREE(results); in adxl_decode()
/linux-6.15/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py98 return self.results.get(idx)
150 results = []
151 data = self.results[ridx] if ridx in self.results else self.results[0]
154 results.append(data[name])
156 results.append(float(name))
159 return results
176 results = self.get_results()
177 if not results:
179 for name, val in results.items():
394 self.results = dict()
[all …]
/linux-6.15/tools/memory-model/scripts/
H A DREADME11 the results against the expected results recorded in the
18 documenting expected results, comparing the actual results to
35 expected results. This takes optional parseargs.sh arguments,
49 of processes given a specified timeout, recording the results
63 and record the results in .litmus.out files.
82 # Populate expected results without that change, and
93 # Compares results to those produced by initlitmushist.sh,
97 # Checks results against Result tags, runs in minutes:
H A Dchecklitmushist.sh34 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-6.15/lib/
H A Dinterval_tree_test.c36 unsigned long results = 0; in search() local
40 results++; in search()
41 return results; in search()
95 unsigned long results; in search_check() local
107 results = 0; in search_check()
113 results += search(&root, start, last); in search_check()
120 results = div_u64(results, search_loops); in search_check()
122 (unsigned long long)time, results); in search_check()
/linux-6.15/Documentation/dev-tools/kunit/
H A Drun_manual.rst9 include KUnit in any kernel, read out results, and parse manually.
40 kernel boot. The results will be written to the kernel log (``dmesg``)
50 The results will appear in TAP format in ``dmesg``.
65 You can use debugfs to retrieve KUnit test results. The test results are
70 /sys/kernel/debug/kunit/<test_suite>/results
72 The test results are printed in a KTAP document. Note this document is separate
86 As a result, the test suite runs and the results are printed to the kernel
/linux-6.15/tools/testing/selftests/
H A Dkselftest_harness.h124 snprintf(_metadata->results->reason, \
128 _metadata->results->reason); \
921 struct __test_results *results; member
1223 memset(t->results->reason, 0, sizeof(t->results->reason)); in __run_test()
1256 if (t->results->reason[0]) in __run_test()
1257 diagnostic = t->results->reason; in __run_test()
1272 struct __test_results *results; in test_harness_run() local
1296 results = mmap(NULL, sizeof(*results), PROT_READ | PROT_WRITE, in test_harness_run()
1309 t->results = results; in test_harness_run()
1311 t->results = NULL; in test_harness_run()
[all …]
/linux-6.15/tools/perf/tests/shell/
H A Dstat+shadow_stat.sh67 results="$results $cpu:$num"
71 cyc=${results##* $cpu:}
/linux-6.15/Documentation/misc-devices/
H A Dbh1770glc.rst23 but ALS side results are used to estimate reliability of the proximity sensor.
30 8 bit. Driver supports only one channel. Driver uses ALS results to estimate
31 reliability of the proximity results. Thus ALS is always running while
79 All results above the value
86 All results below the value
93 Output results are multiplied with calibscale / calibscale_default
/linux-6.15/arch/x86/math-emu/
H A DREADME195 The following results show the improvement which is obtained under
231 The results of the basic arithmetic functions (+,-,*,/), and fsqrt
234 return exact results; they have no error.
277 for operands close to pi/2. Measured results are (note that the
307 worst-case results which are better than the worst-case results given
316 The results show that the fsin, fcos and fptan instructions return
320 frequency of results which are in error. The last two columns give
339 following table gives the results which were obtained with an AMD
346 instructions return results which are in error for more than 10
353 the number cases where the results of the first column were for a
[all …]
/linux-6.15/drivers/parisc/
H A Dsuperio.c96 u8 results; in superio_interrupt() local
102 results = inb(IC_PIC1+0); in superio_interrupt()
109 if ((results & 0x80) == 0) { in superio_interrupt()
118 local_irq = results & 0x0f; in superio_interrupt()
130 results = inb(IC_PIC1+0); in superio_interrupt()
131 if ((results & 0x80) == 0) { /* if ISR7 not set: spurious */ in superio_interrupt()
/linux-6.15/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c91 int results[NUM_ITERATIONS]; in mte_gcr_fork_test() local
114 results[i] = WEXITSTATUS(res); in mte_gcr_fork_test()
120 if (results[i] == KSFT_FAIL) in mte_gcr_fork_test()
/linux-6.15/Documentation/dev-tools/
H A Dktap.rst7 TAP, or the Test Anything Protocol is a format for specifying test results used
10 results. However, Kernel testing frameworks have special needs for test results
16 KTAP test results describe a series of tests (which may be nested: i.e., test
18 lines -- and a final result. The test structure and results are
29 information, in particular nested test results, may be lost. Also note that
37 All KTAP-formatted results begin with a "version line" which specifies which
46 start of the nested test results. This differs from TAP14, which uses a
114 The diagnostic data field is optional, and results which have neither a
155 often used to describe what is being tested and any intermediate results in
186 output an entire set of KTAP-formatted results. This can be used to categorize
[all …]

12345678910>>...22