/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/ |
A D | fm10k_tlv.c | 479 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 …]
|
A D | fm10k_iov.c | 8 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()
|
A D | fm10k_pf.c | 1207 if (!err && !!results[FM10K_MAC_VLAN_MSG_VLAN]) { in fm10k_iov_msg_mac_vlan_pf() 1208 result = results[FM10K_MAC_VLAN_MSG_VLAN]; in fm10k_iov_msg_mac_vlan_pf() 1246 if (!err && !!results[FM10K_MAC_VLAN_MSG_MAC]) { in fm10k_iov_msg_mac_vlan_pf() 1247 result = results[FM10K_MAC_VLAN_MSG_MAC]; in fm10k_iov_msg_mac_vlan_pf() 1273 if (!err && !!results[FM10K_MAC_VLAN_MSG_MULTICAST]) { in fm10k_iov_msg_mac_vlan_pf() 1274 result = results[FM10K_MAC_VLAN_MSG_MULTICAST]; in fm10k_iov_msg_mac_vlan_pf() 1363 if (!!results[FM10K_LPORT_STATE_MSG_XCAST_MODE]) { in fm10k_iov_msg_lport_state_pf() 1364 u32 *result = results[FM10K_LPORT_STATE_MSG_XCAST_MODE]; in fm10k_iov_msg_lport_state_pf() 1380 } else if (!results[FM10K_LPORT_STATE_MSG_DISABLE]) { in fm10k_iov_msg_lport_state_pf() 1643 s32 fm10k_msg_lport_map_pf(struct fm10k_hw *hw, u32 **results, in fm10k_msg_lport_map_pf() argument [all …]
|
/linux-6.3-rc2/lib/ |
A D | interval_tree_test.c | 33 unsigned long results = 0; in search() local 37 results++; in search() 38 return results; in search() 65 unsigned long results; in interval_tree_test_init() local 106 results = 0; in interval_tree_test_init() 112 results += search(&root, start, last); in interval_tree_test_init() 119 results = div_u64(results, search_loops); in interval_tree_test_init() 121 (unsigned long long)time, results); in interval_tree_test_init()
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | dscontrol.c | 272 (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()
|
A D | dswstate.c | 47 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() 714 while (walk_state->results) { in acpi_ds_delete_walk_state() 715 state = walk_state->results; in acpi_ds_delete_walk_state() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | selftest_workarounds.c | 194 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.3-rc2/scripts/ |
A D | generate_initcall_order.pl | 20 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.3-rc2/drivers/acpi/ |
A D | acpi_adxl.c | 105 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.3-rc2/tools/memory-model/scripts/ |
A D | checklitmushist.sh | 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 |
|
A D | README | 11 the results against the expected results recorded in the 18 documenting expected results, comparing the actual results to 41 of processes given a specified timeout, recording the results 55 and record the results in .litmus.out files.
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_tcp_check_syncookie_user.c | 228 int results = -1; in main() local 240 results = get_map_fd_by_prog_id(atoi(argv[1]), &xdp); in main() 241 if (results < 0) { in main() 277 if (run_test(server, results, xdp, in main() 281 if (run_test(server_v6, results, xdp, in main() 285 if (run_test(server_dual, results, xdp, in main() 297 close(results); in main()
|
/linux-6.3-rc2/drivers/net/wireless/intersil/hostap/ |
A D | hostap_info.c | 260 struct hfa384x_hostscan_result *results, *prev; in prism2_info_scanresults() local 274 results = kmalloc_array(new_count, in prism2_info_scanresults() 277 if (results == NULL) in prism2_info_scanresults() 283 memcpy(&results[i], &res[i], in prism2_info_scanresults() 285 results[i].atim = 0; in prism2_info_scanresults() 291 local->last_scan_results = results; in prism2_info_scanresults() 309 struct hfa384x_hostscan_result *results, *prev; in prism2_info_hostscanresults() local 338 results = kcalloc(new_count, sizeof(struct hfa384x_hostscan_result), in prism2_info_hostscanresults() 340 if (results == NULL) in prism2_info_hostscanresults() 344 memcpy(&results[i], ptr, copy_len); in prism2_info_hostscanresults() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/ |
A D | kselftest_harness.h | 132 snprintf(_metadata->results->reason, \ 136 _metadata->results->reason); \ 845 struct __test_results *results; member 1120 memset(t->results->reason, 0, sizeof(t->results->reason)); in __run_test() 1150 ksft_test_result_skip("%s\n", t->results->reason[0] ? in __run_test() 1151 t->results->reason : "unknown"); in __run_test() 1162 struct __test_results *results; in test_harness_run() local 1186 results = mmap(NULL, sizeof(*results), PROT_READ | PROT_WRITE, in test_harness_run() 1199 t->results = results; in test_harness_run() 1201 t->results = NULL; in test_harness_run() [all …]
|
/linux-6.3-rc2/Documentation/dev-tools/kunit/ |
A D | run_manual.rst | 9 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``. 54 If ``CONFIG_KUNIT_DEBUGFS`` is enabled, KUnit test results will 56 They will be in ``/sys/kernel/debug/kunit/<test_suite>/results``, in
|
A D | running_tips.rst | 159 results to dmesg in TAP format. So you just need to add your tests to your 213 Pretty-printing results 217 results in the same familiar format that ``kunit.py run`` does. 224 Retrieving per suite results 228 ``CONFIG_KUNIT_DEBUGFS`` to expose per-suite TAP-formatted results: 236 The results for each suite will be exposed under 237 ``/sys/kernel/debug/kunit/<suite>/results``. 243 $ cat /sys/kernel/debug/kunit/example/results 248 $ cat /sys/kernel/debug/kunit/example/results 249 /sys/kernel/debug/kunit/example/results: No such file or directory
|
A D | architecture.rst | 20 - Reports test results 140 KUnit prints the test results in KTAP format. KTAP is based on TAP14, see 142 KTAP works with KUnit and Kselftest. The KUnit executor prints KTAP results to 160 is used to configure, build, execute, parse test results and run all of the 163 enabled and manually parse the results (see 187 - ``exec`` command executes kernel results either directly (using 189 as QEMU. It reads results from the log using standard 192 you can run the kernel and display the test results with the ``exec`` 195 the test results, and prints a summary. For failed tests, any
|
/linux-6.3-rc2/tools/perf/tests/shell/ |
A D | stat+shadow_stat.sh | 57 results="$results $cpu:$num" 61 cyc=${results##* $cpu:}
|
/linux-6.3-rc2/Documentation/misc-devices/ |
A D | bh1770glc.rst | 23 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.3-rc2/arch/x86/math-emu/ |
A D | README | 195 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.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_tcp_check_syncookie_kern.c | 24 } results SEC(".maps"); 137 bpf_map_update_elem(&results, &key_gen, &cookie, 0); in check_syncookie() 138 bpf_map_update_elem(&results, &key_mss, &mss, 0); in check_syncookie() 144 bpf_map_update_elem(&results, &key, &cookie, 0); in check_syncookie()
|
A D | test_core_retro.c | 23 } results SEC(".maps"); 38 bpf_map_update_elem(&results, &zero, &tgid, 0); in handle_sys_enter()
|
/linux-6.3-rc2/drivers/parisc/ |
A D | superio.c | 96 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.3-rc2/tools/testing/selftests/arm64/mte/ |
A D | check_gcr_el1_cswitch.c | 91 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.3-rc2/Documentation/dev-tools/ |
A D | ktap.rst | 7 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 …]
|