Home
last modified time | relevance | path

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

12345678910>>...19

/linux/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, in fm10k_tlv_attr_parse() argument
479 if (!attr || !results) in fm10k_tlv_attr_parse()
482 /* initialize results to NULL */ 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
572 /* parse the attributes into the results lis in fm10k_tlv_msg_parse()
591 fm10k_tlv_msg_error(struct fm10k_hw __always_unused * hw,u32 __always_unused ** results,struct fm10k_mbx_info __always_unused * mbx) fm10k_tlv_msg_error() argument
707 fm10k_tlv_msg_test(struct fm10k_hw * hw,u32 ** results,struct fm10k_mbx_info * mbx) fm10k_tlv_msg_test() argument
[all...]
/linux/drivers/gpu/drm/ci/
H A Dlava-submit.sh47 rm -rf results
48 mkdir -p results/job-rootfs-overlay/
51 > 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 &
87 --structured-log-file "results/lava_job_detai
[all...]
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c553 /* Copy results into MAC addr array */ in fbnic_fw_parse_bmc_addrs()
564 static int fbnic_fw_parse_cap_resp(void *opaque, struct fbnic_tlv_msg **results) in fbnic_fw_parse_cap_resp() argument
571 version = fta_get_uint(results, FBNIC_FW_CAP_RESP_VERSION); in fbnic_fw_parse_cap_resp()
592 if (fta_get_str(results, FBNIC_FW_CAP_RESP_VERSION_COMMIT_STR, in fbnic_fw_parse_cap_resp()
597 version = fta_get_uint(results, FBNIC_FW_CAP_RESP_STORED_VERSION); in fbnic_fw_parse_cap_resp()
599 fta_get_str(results, FBNIC_FW_CAP_RESP_STORED_COMMIT_STR, in fbnic_fw_parse_cap_resp()
603 version = fta_get_uint(results, FBNIC_FW_CAP_RESP_CMRT_VERSION); in fbnic_fw_parse_cap_resp()
605 fta_get_str(results, FBNIC_FW_CAP_RESP_CMRT_COMMIT_STR, in fbnic_fw_parse_cap_resp()
609 version = fta_get_uint(results, FBNIC_FW_CAP_RESP_STORED_CMRT_VERSION); in fbnic_fw_parse_cap_resp()
611 fta_get_str(results, FBNIC_FW_CAP_RESP_STORED_CMRT_COMMIT_ST in fbnic_fw_parse_cap_resp()
664 fbnic_fw_parse_ownership_resp(void * opaque,struct fbnic_tlv_msg ** results) fbnic_fw_parse_ownership_resp() argument
679 fbnic_fw_parse_heartbeat_resp(void * opaque,struct fbnic_tlv_msg ** results) fbnic_fw_parse_heartbeat_resp() argument
821 fbnic_fw_parse_fw_start_upgrade_resp(void * opaque,struct fbnic_tlv_msg ** results) fbnic_fw_parse_fw_start_upgrade_resp() argument
898 fbnic_fw_parse_fw_write_chunk_req(void * opaque,struct fbnic_tlv_msg ** results) fbnic_fw_parse_fw_write_chunk_req() argument
930 fbnic_fw_parse_fw_finish_upgrade_req(void * opaque,struct fbnic_tlv_msg ** results) fbnic_fw_parse_fw_finish_upgrade_req() argument
1002 fbnic_fw_parse_tsene_read_resp(void * opaque,struct fbnic_tlv_msg ** results) fbnic_fw_parse_tsene_read_resp() argument
1048 fbnic_fw_process_log_array(struct fbnic_tlv_msg ** results,u16 length,u16 arr_type_idx,u16 attr_type_idx,struct fbnic_tlv_msg ** tlv_array_out) fbnic_fw_process_log_array() argument
1116 fbnic_fw_parse_log_req(void * opaque,struct fbnic_tlv_msg ** results) fbnic_fw_parse_log_req() argument
[all...]
H A Dfbnic_tlv.c400 * fbnic_tlv_attr_parse_array - Parse array of attributes into results array
403 * @results: Array of pointers to store the results of parsing
406 * @array_len: Number of results to store in results array
411 * the results in the results array to have the data extracted later.
414 struct fbnic_tlv_msg **results, in fbnic_tlv_attr_parse_array() argument
420 /* Initialize results table to NULL. */ in fbnic_tlv_attr_parse_array()
421 memset(results, in fbnic_tlv_attr_parse_array()
467 fbnic_tlv_attr_parse(struct fbnic_tlv_msg * attr,int len,struct fbnic_tlv_msg ** results,const struct fbnic_tlv_index * tlv_index) fbnic_tlv_attr_parse() argument
518 struct fbnic_tlv_msg *results[FBNIC_TLV_RESULTS_MAX]; fbnic_tlv_msg_parse() local
549 fbnic_tlv_parser_error(void * opaque,struct fbnic_tlv_msg ** results) fbnic_tlv_parser_error() argument
[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/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 in acpi_ds_exec_end_control_op()
[all...]
H A Ddswstate.c47 state = walk_state->results; in acpi_ds_result_pop()
52 ACPI_ERROR((AE_INFO, "No results on result stack")); 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()
[all...]
/linux/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
[all...]
/linux/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/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c188 print_results(const struct intel_engine_cs *engine, const u32 *results) in print_results() argument
194 u32 actual = results[i]; in print_results()
204 struct drm_i915_gem_object *results; in check_whitelist() local
210 results = read_nonprivs(ce); in check_whitelist()
211 if (IS_ERR(results)) in check_whitelist()
212 return PTR_ERR(results); in check_whitelist()
215 i915_gem_object_lock(results, NULL); in check_whitelist()
217 err = i915_gem_object_set_to_cpu_domain(results, false); in check_whitelist()
224 vaddr = i915_gem_object_pin_map(results, I915_MAP_WB); in check_whitelist()
244 i915_gem_object_unpin_map(results); in check_whitelist()
506 u32 *cs, *results; check_dirty_whitelist() local
843 read_whitelisted_registers(struct intel_context * ce,struct i915_vma * results) read_whitelisted_registers() argument
[all...]
/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_rate_tc_bw.py295 Launches iperf3 client threads for each VLAN/TC pair and collects results.
297 def _run_iperf_client_thread(server_ip, local_ip, results, barrier, tc_ix): argument
298 results[tc_ix] = run_iperf_client(server_ip, local_ip, barrier)
306 results = {}
313 args=(remote_ip, local_ip, results, start_barrier, tc_ix)
321 for tc_ix, tc_bw in results.items():
325 return results
327 def calculate_bandwidth_percentages(results): argument
331 if 3 not in results or 4 not in results
[all...]
/linux/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/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/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py51 self.allresults = dict() # metric results of all workload
55 self.results = dict() # metric results of current workload
57 # metrics with no results or negative results, neg result counts failed tests
100 return self.results.get(idx)
145 Get value of the metric from self.results.
150 @returns: list with value found in self.results; list is empty when value is not found.
152 results = []
153 data = self.results[rid
[all...]
/linux/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 agains
[all...]
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/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()
121 printk(" -> %llu cycles (%lu results)\n", in search_check()
122 (unsigned long long)time, results); in search_check()
[all...]
/linux/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/tools/testing/selftests/
H A Dkselftest_harness.h125 snprintf(_metadata->results->reason, \
126 sizeof(_metadata->results->reason), fmt, ##__VA_ARGS__); \
129 _metadata->results->reason); \
924 struct __test_results *results; member
1197 memset(t->results->reason, 0, sizeof(t->results->reason)); in __run_test()
1230 if (t->results->reason[0]) in __run_test()
1231 diagnostic = t->results->reason; in __run_test()
1246 struct __test_results *results; in test_harness_run() local
1270 results in test_harness_run()
[all...]
/linux/tools/perf/tests/shell/
H A Dstat+shadow_stat.sh67 results="$results $cpu:$num"
71 cyc=${results##* $cpu:}
/linux/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/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.
239 each function was tested at about 400 points. Ideal worst-case results
277 for operands close to pi/2. Measured results are (note that the
303 Prior to version 1.20 of the emulator, the accuracy of the results for
305 good as the results from an 80486 FPU. From version 1.20, the accuracy
307 worst-case results which are better than the worst-case results given
310 The following table gives the measured results fo
[all...]
/linux/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/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/scripts/lib/kdoc/
H A Dkdoc_files.py115 # Prevent parsing the same file twice if results are cached
127 self.results[fname] = entries
134 # Prevent parsing the same file twice if results are cached
208 self.results = {}
244 Interacts over the kernel-doc results and output messages,
251 filenames = sorted(self.results.keys())
274 if fname not in self.results:
278 for arg in self.results[fname]:

12345678910>>...19