| /Linux-v5.15/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_tlv.c | 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() 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 573 err = fm10k_tlv_attr_parse(msg, results, data->attr); in fm10k_tlv_msg_parse() 577 return data->func(hw, results, mbx); in fm10k_tlv_msg_parse() 591 u32 __always_unused **results, in fm10k_tlv_msg_error() argument 707 s32 fm10k_tlv_msg_test(struct fm10k_hw *hw, u32 **results, in fm10k_tlv_msg_test() argument [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() 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()
|
| D | fm10k_pf.c | 1155 s32 fm10k_iov_msg_msix_pf(struct fm10k_hw *hw, u32 __always_unused **results, in fm10k_iov_msg_msix_pf() argument 1192 s32 fm10k_iov_msg_mac_vlan_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_mac_vlan_pf() argument 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() 1351 s32 fm10k_iov_msg_lport_state_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_lport_state_pf() argument 1363 if (!!results[FM10K_LPORT_STATE_MSG_XCAST_MODE]) { in fm10k_iov_msg_lport_state_pf() [all …]
|
| /Linux-v5.15/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() 121 (unsigned long long)time, results); in interval_tree_test_init()
|
| /Linux-v5.15/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()
|
| 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-v5.15/drivers/gpu/drm/i915/gt/ |
| D | selftest_workarounds.c | 191 print_results(const struct intel_engine_cs *engine, const u32 *results) in print_results() argument 197 u32 actual = results[i]; in print_results() 207 struct drm_i915_gem_object *results; in check_whitelist() local 213 results = read_nonprivs(ce); in check_whitelist() 214 if (IS_ERR(results)) in check_whitelist() 215 return PTR_ERR(results); in check_whitelist() 218 i915_gem_object_lock(results, NULL); in check_whitelist() 220 err = i915_gem_object_set_to_cpu_domain(results, false); in check_whitelist() 227 vaddr = i915_gem_object_pin_map(results, I915_MAP_WB); in check_whitelist() 247 i915_gem_object_unpin_map(results); in check_whitelist() [all …]
|
| /Linux-v5.15/scripts/ |
| 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-v5.15/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-v5.15/tools/memory-model/scripts/ |
| 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 |
|
| 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-v5.15/tools/testing/selftests/ |
| D | kselftest_harness.h | 130 snprintf(_metadata->results->reason, \ 131 sizeof(_metadata->results->reason), fmt, ##__VA_ARGS__); \ 134 _metadata->results->reason); \ 831 struct __test_results *results; member 974 memset(t->results->reason, 0, sizeof(t->results->reason)); in __run_test() 1003 ksft_test_result_skip("%s\n", t->results->reason[0] ? in __run_test() 1004 t->results->reason : "unknown"); in __run_test() 1016 struct __test_results *results; in test_harness_run() local 1031 results = mmap(NULL, sizeof(*results), PROT_READ | PROT_WRITE, in test_harness_run() 1042 t->results = results; in test_harness_run() [all …]
|
| /Linux-v5.15/tools/testing/selftests/bpf/ |
| D | test_tcp_check_syncookie_user.c | 208 int results = -1; in main() local 217 results = get_map_fd_by_prog_id(atoi(argv[1]), &xdp); in main() 218 if (results < 0) { in main() 242 if (run_test(server, results, xdp)) in main() 245 if (run_test(server_v6, results, xdp)) in main() 255 close(results); in main()
|
| D | bench.c | 300 struct bench_res *results; member 373 state.results = calloc(env.duration_sec + env.warmup_sec + 2, in setup_benchmark() 374 sizeof(*state.results)); in setup_benchmark() 375 if (!state.producers || !state.consumers || !state.results) in setup_benchmark() 423 struct bench_res *res = &state.results[iter]; in collect_measurements() 461 bench->report_final(state.results + env.warmup_sec, in main()
|
| /Linux-v5.15/drivers/net/wireless/intersil/hostap/ |
| 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-v5.15/tools/perf/tests/shell/ |
| D | stat+shadow_stat.sh | 57 results="$results $cpu:$num" 61 cyc=${results##* $cpu:}
|
| /Linux-v5.15/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
|
| /Linux-v5.15/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-v5.15/tools/testing/selftests/bpf/progs/ |
| D | test_tcp_check_syncookie_kern.c | 19 struct bpf_map_def SEC("maps") results = { 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()
|
| D | test_core_retro.c | 23 } results SEC(".maps"); 38 bpf_map_update_elem(&results, &zero, &tgid, 0); in handle_sys_enter()
|
| /Linux-v5.15/drivers/parisc/ |
| 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-v5.15/Documentation/dev-tools/kunit/ |
| D | running_tips.rst | 152 results to dmesg in TAP format. So you just need to add your tests to your 206 Pretty-printing results 210 results in the same familiar format that ``kunit.py run`` does. 217 Retrieving per suite results 221 ``CONFIG_KUNIT_DEBUGFS`` to expose per-suite TAP-formatted results: 229 The results for each suite will be exposed under 230 ``/sys/kernel/debug/kunit/<suite>/results``. 236 $ cat /sys/kernel/debug/kunit/example/results 241 $ cat /sys/kernel/debug/kunit/example/results 242 /sys/kernel/debug/kunit/example/results: No such file or directory
|
| /Linux-v5.15/tools/testing/selftests/arm64/mte/ |
| D | check_gcr_el1_cswitch.c | 102 int results[NUM_ITERATIONS]; in mte_gcr_fork_test() local 125 results[i] = WEXITSTATUS(res); in mte_gcr_fork_test() 131 if (results[i] == KSFT_FAIL) in mte_gcr_fork_test()
|
| /Linux-v5.15/fs/jfs/ |
| D | jfs_dmap.c | 72 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results); 77 int l2nb, s64 * results); 82 s64 * results); 84 s64 * results); 86 s64 * results); 687 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() argument 724 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc() 781 *results = blkno; in dbAlloc() 805 dbAllocNear(bmp, dp, blkno, (int) nblocks, l2nb, results)) in dbAlloc() 817 if ((rc = dbAllocDmapLev(bmp, dp, (int) nblocks, l2nb, results)) in dbAlloc() [all …]
|
| /Linux-v5.15/drivers/platform/x86/dell/ |
| D | dell-wmi-base.c | 474 struct dell_dmi_results *results = opaque; in handle_dmi_entry() local 479 if (results->err || results->keymap) in handle_dmi_entry() 504 results->err = -ENOMEM; in handle_dmi_entry() 539 results->keymap = keymap; in handle_dmi_entry() 540 results->keymap_size = pos; in handle_dmi_entry()
|