/Linux-v6.1/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_tlv.c | 461 * @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 list */ in fm10k_tlv_msg_parse() [all …]
|
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() 24 * @results: Pointer array to message, results[0] is pointer to message 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() [all …]
|
/Linux-v6.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_dbg_hsi.h | 886 * for idle check results. 902 * qed_dbg_idle_chk_dump: Performs idle check and writes the results 924 * for mcp trace results. 942 * qed_dbg_mcp_trace_dump(): Performs mcp trace and writes the results 968 * for grc trace fifo results. 983 * qed_dbg_reg_fifo_dump(): Reads the reg fifo and writes the results into 1006 * for the IGU fifo results. 1022 * qed_dbg_igu_fifo_dump(): Reads the IGU fifo and writes the results into 1045 * buffer size for protection override window results. 1062 * entries and writes the results into the specified buffer. [all …]
|
/Linux-v6.1/lib/ |
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() 120 printk(" -> %llu cycles (%lu results)\n", in interval_tree_test_init() 121 (unsigned long long)time, results); in interval_tree_test_init()
|
D | radix-tree.c | 525 * also results in a stale slot). So tag the slot as indirect in radix_tree_shrink() 1243 * @results: where the results of the lookup are placed 1245 * @max_items: place up to this many items at *results 1248 * them at *@results and returns the number of items which were placed at 1249 * *@results. 1254 * rcu_read_lock. In this case, rather than the returned results being 1257 * radix_tree_lookups have been issued in individual locks, and results 1258 * stored in 'results'. 1261 radix_tree_gang_lookup(const struct radix_tree_root *root, void **results, in radix_tree_gang_lookup() argument 1272 results[ret] = rcu_dereference_raw(*slot); in radix_tree_gang_lookup() [all …]
|
/Linux-v6.1/scripts/ |
D | generate_initcall_order.pl | 19 ## 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 array for later processing [all …]
|
D | leaking_addresses.pl | 49 my $output_raw = ""; # Write raw results to file. 50 my $input_raw = ""; # Read raw results from file instead of scanning. 90 -o, --output-raw=<file> Save results for future processing. 91 -i, --input-raw=<file> Read results from file instead of scanning. 92 --raw Show raw results (default). 93 --suppress-dmesg Do not show dmesg results. 515 # Default is to show raw results. 523 printf "\nTotal number of results from scan (incl dmesg): %d\n", $total; 586 print "<no results>\n"; 602 print "Displaying [<number of results> <$desc>], <example result>\n"; [all …]
|
/Linux-v6.1/arch/x86/math-emu/ |
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. 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 for the emulator. The 316 The results show that the fsin, fcos and fptan instructions return [all …]
|
/Linux-v6.1/tools/memory-model/scripts/ |
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.
|
D | checklitmushist.sh | 31 # 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-v6.1/drivers/gpu/drm/i915/gt/ |
D | selftest_workarounds.c | 192 print_results(const struct intel_engine_cs *engine, const u32 *results) in print_results() argument 198 u32 actual = results[i]; in print_results() 208 struct drm_i915_gem_object *results; in check_whitelist() local 214 results = read_nonprivs(ce); in check_whitelist() 215 if (IS_ERR(results)) in check_whitelist() 216 return PTR_ERR(results); in check_whitelist() 219 i915_gem_object_lock(results, NULL); in check_whitelist() 221 err = i915_gem_object_set_to_cpu_domain(results, false); in check_whitelist() 228 vaddr = i915_gem_object_pin_map(results, I915_MAP_WB); in check_whitelist() 248 i915_gem_object_unpin_map(results); in check_whitelist() [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/ |
D | cache.json | 189 … event occurs when a requestor outside the PE makes a coherency request that results in writeback", 192 …s event occurs when a requestor outside the PE makes a coherency request that results in writeback" 195 …nt occurs when a requestor outside the PE makes a coherency request that results in level 2 data c… 198 …nt occurs when a requestor outside the PE makes a coherency request that results in level 2 data c… 201 …nt occurs when a requestor outside the PE makes a coherency request that results in level 2 data c… 204 …nt occurs when a requestor outside the PE makes a coherency request that results in level 2 data c… 207 …nt occurs when a requestor outside the PE makes a coherency request that results in level 3 data c… 210 …nt occurs when a requestor outside the PE makes a coherency request that results in level 3 data c… 213 …nt occurs when a requestor outside the PE makes a coherency request that results in level 3 data c… 216 …nt occurs when a requestor outside the PE makes a coherency request that results in level 3 data c… [all …]
|
/Linux-v6.1/drivers/net/wireless/intersil/hostap/ |
D | hostap_info.c | 184 /* ScanResults are sorted: first ESS results in decreasing signal in prism2_host_roaming() 185 * quality then IBSS results in similar order. in prism2_host_roaming() 196 PDEBUG(DEBUG_EXTRA, "%s: no scan results for host roaming\n", in prism2_host_roaming() 240 /* Inform user space about new scan results (just empty event, in hostap_report_scan_complete() 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() [all …]
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | test_tcp_check_syncookie_user.c | 133 log_err("Can't clear results"); in run_test() 138 log_err("Can't clear results"); in run_test() 143 log_err("Can't clear results"); in run_test() 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-v6.1/Documentation/dev-tools/ |
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 …]
|
/Linux-v6.1/Documentation/misc-devices/ |
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
|
D | apds990x.rst | 35 selects suitable gain step. After each measurement, reliability of the results 81 Output results are multiplied with calibscale / calibscale_default 90 All results above the value 97 All results below the value
|
/Linux-v6.1/Documentation/dev-tools/kunit/ |
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
|
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
|
D | architecture.rst | 19 - Reports test results 140 KUnit prints test results in KTAP format. KTAP is based on TAP14, see: 143 The KUnit executor prints KTAP results to dmesg, and debugfs 163 commands in order) test results. You can either run KUnit tests using 186 - ``exec`` command executes kernel results either directly (using 188 as QEMU. It reads results from the log via standard 191 you can run the kernel and display the test results with the ``exec`` 194 the test results, and prints a summary. For failed tests, any
|
/Linux-v6.1/lib/kunit/ |
D | debugfs.c | 15 #define KUNIT_DEBUGFS_RESULTS "results" 21 * /sys/kernel/debug/kunit/<testsuite>/results Show results of last run for 50 * /sys/kernel/debug/kunit/<testsuite>/results shows all results for testsuite.
|
/Linux-v6.1/drivers/acpi/acpica/ |
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()
|
/Linux-v6.1/drivers/acpi/ |
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-v6.1/tools/testing/selftests/x86/ |
D | entry_from_vm86.c | 205 /* Results from displacement-only addressing */ in do_umip_tests() 210 /* Results from register-indirect addressing */ in do_umip_tests() 215 /* Results when using register operands */ in do_umip_tests() 225 printf("[FAIL]\tAll the results of SMSW should be the same.\n"); in do_umip_tests() 227 printf("[PASS]\tAll the results from SMSW are identical.\n"); in do_umip_tests() 230 printf("[FAIL]\tAll the results of SGDT should be the same.\n"); in do_umip_tests() 232 printf("[PASS]\tAll the results from SGDT are identical.\n"); in do_umip_tests() 235 printf("[FAIL]\tAll the results of SIDT should be the same.\n"); in do_umip_tests() 237 printf("[PASS]\tAll the results from SIDT are identical.\n"); in do_umip_tests()
|
/Linux-v6.1/fs/overlayfs/ |
D | Kconfig | 26 feature will have unexpected results. 60 that doesn't support this feature will have unexpected results. 85 that doesn't support this feature will have unexpected results. 124 that doesn't support this feature will have unexpected results.
|