| /linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_tlv.c | 486 s32 fm10k_tlv_attr_parse(u32 *attr, u32 **results, in fm10k_tlv_attr_parse() argument 494 if (!attr || !results) in fm10k_tlv_attr_parse() 499 results[i] = NULL; in fm10k_tlv_attr_parse() 510 results[0] = attr; in fm10k_tlv_attr_parse() 529 results[attr_id] = attr; in fm10k_tlv_attr_parse() 562 u32 *results[FM10K_TLV_RESULTS_MAX]; in fm10k_tlv_msg_parse() local 587 err = fm10k_tlv_attr_parse(msg, results, data->attr); in fm10k_tlv_msg_parse() 591 return data->func(hw, results, mbx); in fm10k_tlv_msg_parse() 604 s32 fm10k_tlv_msg_error(struct fm10k_hw *hw, u32 **results, in fm10k_tlv_msg_error() argument 720 s32 fm10k_tlv_msg_test(struct fm10k_hw *hw, u32 **results, in fm10k_tlv_msg_test() argument [all …]
|
| D | fm10k_pf.c | 1148 s32 fm10k_iov_msg_msix_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_msix_pf() argument 1185 s32 fm10k_iov_msg_mac_vlan_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_mac_vlan_pf() argument 1200 if (!err && !!results[FM10K_MAC_VLAN_MSG_VLAN]) { in fm10k_iov_msg_mac_vlan_pf() 1201 result = results[FM10K_MAC_VLAN_MSG_VLAN]; in fm10k_iov_msg_mac_vlan_pf() 1225 if (!err && !!results[FM10K_MAC_VLAN_MSG_MAC]) { in fm10k_iov_msg_mac_vlan_pf() 1226 result = results[FM10K_MAC_VLAN_MSG_MAC]; in fm10k_iov_msg_mac_vlan_pf() 1252 if (!err && !!results[FM10K_MAC_VLAN_MSG_MULTICAST]) { in fm10k_iov_msg_mac_vlan_pf() 1253 result = results[FM10K_MAC_VLAN_MSG_MULTICAST]; in fm10k_iov_msg_mac_vlan_pf() 1330 s32 fm10k_iov_msg_lport_state_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_lport_state_pf() argument 1343 if (!!results[FM10K_LPORT_STATE_MSG_XCAST_MODE]) { in fm10k_iov_msg_lport_state_pf() [all …]
|
| D | fm10k_vf.c | 187 s32 fm10k_msg_mac_vlan_vf(struct fm10k_hw *hw, u32 **results, in fm10k_msg_mac_vlan_vf() argument 196 results[FM10K_MAC_VLAN_MSG_DEFAULT_MAC], in fm10k_msg_mac_vlan_vf() 362 s32 fm10k_msg_lport_state_vf(struct fm10k_hw *hw, u32 **results, in fm10k_msg_lport_state_vf() argument 365 hw->mac.dglort_map = !results[FM10K_LPORT_STATE_MSG_READY] ? in fm10k_msg_lport_state_vf()
|
| D | fm10k_pci.c | 1128 static s32 fm10k_mbx_mac_addr(struct fm10k_hw *hw, u32 **results, in fm10k_mbx_mac_addr() argument 1136 err = fm10k_msg_mac_vlan_vf(hw, results, mbx); in fm10k_mbx_mac_addr() 1155 static s32 fm10k_1588_msg_vf(struct fm10k_hw *hw, u32 **results, in fm10k_1588_msg_vf() argument 1162 err = fm10k_tlv_attr_get_u64(results[FM10K_1588_MSG_TIMESTAMP], in fm10k_1588_msg_vf() 1175 static s32 fm10k_mbx_error(struct fm10k_hw *hw, u32 **results, in fm10k_mbx_error() argument 1185 **results & FM10K_TLV_ID_MASK); in fm10k_mbx_error() 1231 static s32 fm10k_lport_map(struct fm10k_hw *hw, u32 **results, in fm10k_lport_map() argument 1238 err = fm10k_msg_lport_map_pf(hw, results, mbx); in fm10k_lport_map() 1251 static s32 fm10k_update_pvid(struct fm10k_hw *hw, u32 **results, in fm10k_update_pvid() argument 1259 err = fm10k_tlv_attr_get_u32(results[FM10K_PF_ATTR_ID_UPDATE_PVID], in fm10k_update_pvid() [all …]
|
| D | fm10k_iov.c | 25 static s32 fm10k_iov_msg_error(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_error() argument 33 **results & FM10K_TLV_ID_MASK, vf_info->vf_idx); in fm10k_iov_msg_error() 35 return fm10k_tlv_msg_error(hw, results, mbx); in fm10k_iov_msg_error()
|
| D | fm10k_tlv.h | 155 s32 fm10k_tlv_msg_error(struct fm10k_hw *hw, u32 **results,
|
| /linux-4.4.14/lib/ |
| D | interval_tree_test.c | 21 unsigned long results = 0; in search() local 25 results++; in search() 26 return results; in search() 50 unsigned long results; in interval_tree_test_init() local 80 results = 0; in interval_tree_test_init() 83 results += search(queries[j], &root); in interval_tree_test_init() 89 results = div_u64(results, SEARCH_LOOPS); in interval_tree_test_init() 91 (unsigned long long)time, results); in interval_tree_test_init()
|
| D | radix-tree.c | 1011 radix_tree_gang_lookup(struct radix_tree_root *root, void **results, in radix_tree_gang_lookup() argument 1022 results[ret] = rcu_dereference_raw(*slot); in radix_tree_gang_lookup() 1023 if (!results[ret]) in radix_tree_gang_lookup() 1025 if (radix_tree_is_indirect_ptr(results[ret])) { in radix_tree_gang_lookup() 1057 void ***results, unsigned long *indices, in radix_tree_gang_lookup_slot() argument 1068 results[ret] = slot; in radix_tree_gang_lookup_slot() 1093 radix_tree_gang_lookup_tag(struct radix_tree_root *root, void **results, in radix_tree_gang_lookup_tag() argument 1105 results[ret] = rcu_dereference_raw(*slot); in radix_tree_gang_lookup_tag() 1106 if (!results[ret]) in radix_tree_gang_lookup_tag() 1108 if (radix_tree_is_indirect_ptr(results[ret])) { in radix_tree_gang_lookup_tag() [all …]
|
| D | dma-debug.c | 572 void **results = (void **) &ents; in debug_dma_assert_idle() local 585 nents = radix_tree_gang_lookup(&dma_active_cacheline, results, cln, in debug_dma_assert_idle()
|
| /linux-4.4.14/drivers/acpi/acpica/ |
| D | dscontrol.c | 303 (walk_state->results->results.obj_desc[0]) == in acpi_ds_exec_end_control_op() 305 && ((walk_state->results->results.obj_desc[0])-> in acpi_ds_exec_end_control_op() 307 && ((walk_state->results->results.obj_desc[0])-> in acpi_ds_exec_end_control_op() 311 results->results. in acpi_ds_exec_end_control_op() 320 walk_state->results->results.obj_desc[0]; in acpi_ds_exec_end_control_op()
|
| D | dswstate.c | 81 state = walk_state->results; in acpi_ds_result_pop() 108 *object = state->results.obj_desc[index]; in acpi_ds_result_pop() 116 state->results.obj_desc[index] = NULL; in acpi_ds_result_pop() 175 state = walk_state->results; in acpi_ds_result_push() 191 state->results.obj_desc[index] = object; in acpi_ds_result_push() 238 acpi_ut_push_generic_state(&walk_state->results, state); in acpi_ds_result_stack_push() 270 if (walk_state->results == NULL) { in acpi_ds_result_stack_pop() 282 state = acpi_ut_pop_generic_state(&walk_state->results); in acpi_ds_result_stack_pop() 748 while (walk_state->results) { in acpi_ds_delete_walk_state() 749 state = walk_state->results; in acpi_ds_delete_walk_state() [all …]
|
| D | dbdisply.c | 527 if (walk_state->results) { in acpi_db_display_results() 536 frame = walk_state->results; in acpi_db_display_results() 540 obj_desc = frame->results.obj_desc[index]; in acpi_db_display_results() 545 frame = frame->results.next; in acpi_db_display_results()
|
| D | acstruct.h | 116 union acpi_generic_state *results; /* Stack of accumulated results */ member
|
| D | dsmethod.c | 622 walk_state->results, walk_state)); in acpi_ds_restart_control_method()
|
| D | aclocal.h | 684 struct acpi_result_values results; member
|
| /linux-4.4.14/drivers/net/wireless/hostap/ |
| D | hostap_info.c | 259 struct hfa384x_hostscan_result *results, *prev; in prism2_info_scanresults() local 273 results = kmalloc(new_count * sizeof(struct hfa384x_hostscan_result), in prism2_info_scanresults() 275 if (results == NULL) in prism2_info_scanresults() 281 memcpy(&results[i], &res[i], in prism2_info_scanresults() 283 results[i].atim = 0; in prism2_info_scanresults() 289 local->last_scan_results = results; in prism2_info_scanresults() 307 struct hfa384x_hostscan_result *results, *prev; in prism2_info_hostscanresults() local 336 results = kcalloc(new_count, sizeof(struct hfa384x_hostscan_result), in prism2_info_hostscanresults() 338 if (results == NULL) in prism2_info_hostscanresults() 342 memcpy(&results[i], ptr, copy_len); in prism2_info_hostscanresults() [all …]
|
| /linux-4.4.14/drivers/input/mouse/ |
| D | trackpoint.c | 29 unsigned char results[2]; in trackpoint_power_on_reset() local 35 ps2_command(ps2dev, results, MAKE_PS2_CMD(0, 2, TP_POR))) in trackpoint_power_on_reset() 37 } while (results[0] == 0xFC && results[1] == 0x00 && ++tries < 2); in trackpoint_power_on_reset() 40 if (results[0] != 0xAA || results[1] != 0x00) in trackpoint_power_on_reset() 50 unsigned char loc, unsigned char *results) in trackpoint_read() argument 53 ps2_command(ps2dev, results, MAKE_PS2_CMD(0, 1, loc))) { in trackpoint_read()
|
| D | trackpoint.h | 136 #define MAKE_PS2_CMD(params, results, cmd) ((params<<12) | (results<<8) | (cmd)) argument
|
| /linux-4.4.14/Documentation/misc-devices/ |
| D | bh1770glc.txt | 19 but ALS side results are used to estimate reliability of the proximity sensor. 26 8 bit. Driver supports only one channel. Driver uses ALS results to estimate 27 reliability of the proximity results. Thus ALS is always running while 69 RW - HI level threshold value. All results above the value 74 RW - LO level threshold value. All results below the value 79 Output results are multiplied with calibscale / calibscale_default
|
| D | apds990x.txt | 32 selects suitable gain step. After each measurement, reliability of the results 72 Output results are multiplied with calibscale / calibscale_default 79 RW - HI level threshold value. All results above the value 84 RW - LO level threshold value. All results below the value
|
| /linux-4.4.14/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-4.4.14/drivers/parisc/ |
| D | superio.c | 100 u8 results; in superio_interrupt() local 106 results = inb(IC_PIC1+0); in superio_interrupt() 113 if ((results & 0x80) == 0) { in superio_interrupt() 122 local_irq = results & 0x0f; in superio_interrupt() 134 results = inb(IC_PIC1+0); in superio_interrupt() 135 if ((results & 0x80) == 0) { /* if ISR7 not set: spurious */ in superio_interrupt()
|
| /linux-4.4.14/include/linux/ |
| D | radix-tree.h | 275 radix_tree_gang_lookup(struct radix_tree_root *root, void **results, 278 void ***results, unsigned long *indices, 290 radix_tree_gang_lookup_tag(struct radix_tree_root *root, void **results, 294 radix_tree_gang_lookup_tag_slot(struct radix_tree_root *root, void ***results,
|
| /linux-4.4.14/fs/jfs/ |
| D | jfs_dmap.c | 85 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results); 90 int l2nb, s64 * results); 95 s64 * results); 97 s64 * results); 99 s64 * results); 700 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() argument 737 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc() 794 *results = blkno; in dbAlloc() 818 dbAllocNear(bmp, dp, blkno, (int) nblocks, l2nb, results)) in dbAlloc() 830 if ((rc = dbAllocDmapLev(bmp, dp, (int) nblocks, l2nb, results)) in dbAlloc() [all …]
|
| D | jfs_dmap.h | 304 extern int dbAlloc(struct inode *ipbmap, s64 hint, s64 nblocks, s64 * results); 307 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results);
|
| D | Kconfig | 43 results in very little overhead.
|
| /linux-4.4.14/fs/f2fs/ |
| D | trace.c | 126 static unsigned int gang_lookup_pids(pid_t *results, unsigned long first_index, in gang_lookup_pids() argument 137 results[ret] = iter.index; in gang_lookup_pids()
|
| /linux-4.4.14/arch/m68k/fpsp040/ |
| D | x_ovfl.S | 12 | Trap disabled results 28 | Trap enabled results
|
| D | x_unfl.S | 6 | Trap disabled results 15 | Trap enabled results
|
| D | gen_except.S | 239 | An fmoveout that results in an overflow is reported this way. 241 | An fmoveout that results in an underflow is reported this way.
|
| D | x_snan.S | 17 | If the inst is move_out, then the results are the same as for trap
|
| D | get_op.S | 543 | Special handling for packed move in: Same results as all other
|
| D | bindec.S | 86 | If the int operation results in more than LEN digits, 607 | If the int operation results in more than LEN digits,
|
| D | util.S | 350 | is the same as the rounding precision. Pass results from g_dfmtou.
|
| /linux-4.4.14/fs/fscache/ |
| D | page.c | 774 void *results[1]; in fscache_write_op() local 813 n = radix_tree_gang_lookup_tag(&cookie->stores, results, 0, 1, in fscache_write_op() 817 page = results[0]; in fscache_write_op() 864 void *results[16]; in fscache_invalidate_writes() local 871 n = radix_tree_gang_lookup_tag(&cookie->stores, results, 0, in fscache_invalidate_writes() 872 ARRAY_SIZE(results), in fscache_invalidate_writes() 880 page = results[i]; in fscache_invalidate_writes() 887 page_cache_release(results[i]); in fscache_invalidate_writes()
|
| /linux-4.4.14/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-adc-hi8435 | 25 If falling threshold results hysteresis to odd value then rising 42 If rising threshold results hysteresis to odd value then falling
|
| D | dev-kmsg | 97 usually produces better human readable results. A similar
|
| D | sysfs-devices-system-cpu | 157 power/performance results for platforms using acpi-cpufreq.
|
| /linux-4.4.14/drivers/net/ethernet/sfc/ |
| D | mcdi_port.c | 610 int *results) in efx_mcdi_bist() argument 646 results[count++] = (status == MC_CMD_POLL_BIST_PASSED) ? 1 : -1; in efx_mcdi_bist() 656 results[count + i] = in efx_mcdi_bist() 669 static int efx_mcdi_phy_run_tests(struct efx_nic *efx, int *results, in efx_mcdi_phy_run_tests() argument 677 rc = efx_mcdi_bist(efx, MC_CMD_PHY_BIST, results); in efx_mcdi_phy_run_tests() 681 results += rc; in efx_mcdi_phy_run_tests() 699 rc = efx_mcdi_bist(efx, mode, results); in efx_mcdi_phy_run_tests() 702 results += rc; in efx_mcdi_phy_run_tests()
|
| D | tenxpress.c | 429 sfx7101_run_tests(struct efx_nic *efx, int *results, unsigned flags) in sfx7101_run_tests() argument 438 results[0] = rc ? -1 : 1; in sfx7101_run_tests()
|
| D | txc43128_phy.c | 526 static int txc43128_run_tests(struct efx_nic *efx, int *results, unsigned flags) in txc43128_run_tests() argument 539 results[0] = rc ? -1 : 1; in txc43128_run_tests()
|
| D | net_driver.h | 730 int (*run_tests) (struct efx_nic *efx, int *results, unsigned flags);
|
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | intel_pm.c | 2481 struct ilk_wm_values *results) in ilk_compute_wm_results() argument 2486 results->enable_fbc_wm = merged->fbc_wm_enabled; in ilk_compute_wm_results() 2487 results->partitioning = partitioning; in ilk_compute_wm_results() 2501 results->wm_lp[wm_lp - 1] = in ilk_compute_wm_results() 2507 results->wm_lp[wm_lp - 1] |= WM1_LP_SR_EN; in ilk_compute_wm_results() 2510 results->wm_lp[wm_lp - 1] |= in ilk_compute_wm_results() 2513 results->wm_lp[wm_lp - 1] |= in ilk_compute_wm_results() 2522 results->wm_lp_spr[wm_lp - 1] = WM1S_LP_EN | r->spr_val; in ilk_compute_wm_results() 2524 results->wm_lp_spr[wm_lp - 1] = r->spr_val; in ilk_compute_wm_results() 2536 results->wm_linetime[pipe] = intel_crtc->wm.active.linetime; in ilk_compute_wm_results() [all …]
|
| /linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
| D | kvm-recheck-lock.sh | 30 echo Unreadable results directory: $i
|
| D | kvm.sh | 147 --results) 148 checkarg --results "(absolute pathname)" "$#" "$2" '^/' '^error'
|
| D | kvm-recheck-rcu.sh | 30 echo Unreadable results directory: $i
|
| /linux-4.4.14/drivers/staging/lustre/lustre/lclient/ |
| D | glimpse.c | 74 void *results[1]; in dirty_cnt() local 78 results, 0, 1, in dirty_cnt()
|
| /linux-4.4.14/Documentation/ide/ |
| D | warm-plug-howto.txt | 18 results may be unpredictable and lead to data loss if you're unlucky
|
| D | ChangeLog.ide-tape.1995-2002 | 63 * For best results, use an integral number of this 94 * typically results in better IDE bus efficiency and 135 * MTTELL was sometimes returning incorrect results.
|
| D | ide.txt | 92 The results of successful auto-probing may override the physical geometry/irq
|
| /linux-4.4.14/arch/powerpc/perf/ |
| D | hv-24x7.h | 106 struct hv_24x7_result results[1]; /* [@num_results] */ member
|
| D | hv-24x7.c | 1136 *count = be64_to_cpu(result_buffer->results[0].elements[0].element_data[0]); in single_24x7_request() 1388 resb = &result_buffer->results[i]; in h_24x7_event_commit_txn()
|
| /linux-4.4.14/arch/m32r/ |
| D | Kconfig.debug | 10 This results in a large slowdown, but helps to find certain types
|
| /linux-4.4.14/Documentation/video4linux/cx2341x/ |
| D | fw-calling.txt | 45 There are 16 parameters/results 32-bit fields. The driver populates these fields 60 complete bit (bit 2). Once bit 2 is set, the driver should retrieve the results
|
| D | fw-decoder-regs.txt | 672 select 16bpp with a 32 bit colour mode. This results in the pixel width
|
| /linux-4.4.14/drivers/net/dsa/ |
| D | bcm_sf2.c | 802 struct bcm_sf2_arl_entry results[2]; in bcm_sf2_sw_fdb_dump() local 815 bcm_sf2_arl_search_rd(priv, 0, &results[0]); in bcm_sf2_sw_fdb_dump() 816 ret = bcm_sf2_sw_fdb_copy(dev, port, &results[0], fdb, cb); in bcm_sf2_sw_fdb_dump() 820 bcm_sf2_arl_search_rd(priv, 1, &results[1]); in bcm_sf2_sw_fdb_dump() 821 ret = bcm_sf2_sw_fdb_copy(dev, port, &results[1], fdb, cb); in bcm_sf2_sw_fdb_dump() 825 if (!results[0].is_valid && !results[1].is_valid) in bcm_sf2_sw_fdb_dump()
|
| /linux-4.4.14/tools/perf/Documentation/ |
| D | perf-script-perl.txt | 18 displays the results of the trace analysis implemented in the given 32 do basic things like aggregate event data, print results, etc. Also, 33 the check-perf-script.pl script, while not interesting for its results, 143 as display results:
|
| D | perf-lock.txt | 21 results of lock events.
|
| D | perf-stat.txt | 128 3>results perf stat --log-fd 3 -- $cmd 129 3>>results perf stat --log-fd 3 --append -- $cmd
|
| D | perf-script-python.txt | 18 displays the results of the trace analysis implemented in the given 232 In trace_end(), we'll simply print the results, but first we need to 233 generate some results to print. To do that we need to have our 430 do basic things like aggregate event data, print results, etc. Also, 431 the check-perf-script.py script, while not interesting for its results, 541 as display results:
|
| D | examples.txt | 220 All that the above results needed were those new tracepoints
|
| D | perf-diff.txt | 121 and possible computation results (delta) in their related column.
|
| D | perf-kvm.txt | 57 And this command produces a file which contains tracing results of kvm
|
| D | perf-script.txt | 37 'perf script report <script> [args]' to run and display the results
|
| D | intel-pt.txt | 118 which results in the decoder not knowing what code was executed. 466 results.
|
| /linux-4.4.14/drivers/net/wireless/libertas/ |
| D | README | 174 To see the results of use getscantable command. 179 scan results). 187 Initiate a customized scan and retrieve the results 199 keep=[0 or 1] keep the previous scan results (1), discard (0)
|
| /linux-4.4.14/drivers/video/fbdev/ |
| D | controlfb.c | 74 int i, results; in PAR_EQUAL() local 76 results = 1; in PAR_EQUAL() 78 results &= !DIRTY(regvals.clock_params[i]); in PAR_EQUAL() 79 if (!results) in PAR_EQUAL() 82 results &= !DIRTY(regvals.regs[i]); in PAR_EQUAL() 83 if (!results) in PAR_EQUAL()
|
| /linux-4.4.14/scripts/coccinelle/misc/ |
| D | orplus.cocci | 2 /// The results should be checked manually to ensure that the nonzero
|
| /linux-4.4.14/Documentation/ |
| D | io-mapping.txt | 28 creation function yields undefined results. Using an offset 81 performs an IPI to inform all processors about the new mapping. This results
|
| D | basic_profiling.txt | 40 For superior results, be sure to enable the local APIC. If opreport sees
|
| D | init.txt | 45 log it all by iterating over _all_ results (very important usability fix).
|
| D | printk-formats.txt | 28 unsupported specifier or length qualifier results in a WARN and early 49 The 'B' specifier results in the symbol name with offsets and should be
|
| D | this_cpu_ops.txt | 77 results in a single instruction 91 The above results in the following single instruction (no lock prefix!)
|
| D | static-keys.txt | 171 5) Static keys / jump label analysis, results (x86_64):
|
| D | kernel-doc-nano-HOWTO.txt | 178 die "where do I put the results?\n";
|
| D | rbtree.txt | 239 copy callbacks, which results in a large function, so each augmented rbtree
|
| D | svga.txt | 160 doesn't work on your machine), switch this on and don't cry if the results
|
| D | kprobes.txt | 575 produce undesirable results. In such a case, a line: 584 probe on that function may produce undesirable results. For this
|
| /linux-4.4.14/mm/ |
| D | Kconfig.debug | 19 This results in a large slowdown, but helps to find certain types
|
| /linux-4.4.14/fs/ntfs/ |
| D | Kconfig | 44 If you leave debugging messages disabled, this results in little 45 overhead, but enabling debug messages results in very significant
|
| /linux-4.4.14/Documentation/dmaengine/ |
| D | dmatest.txt | 72 Part 4 - Gathering the test results 74 Test results are printed to the kernel log buffer with the format:
|
| /linux-4.4.14/Documentation/arm/VFP/ |
| D | release-notes.txt | 33 - fadd/fsub shows some differences in the handling of +0 / -0 results
|
| /linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
| D | fw-api-scan.h | 403 struct iwl_scan_results_notif results[]; member 727 struct iwl_scan_results_notif results[]; member
|
| D | d3.c | 1699 struct iwl_mvm_nd_query_results *results) in iwl_mvm_netdetect_query_results() argument 1729 results->matched_profiles = le32_to_cpu(query->matched_profiles); in iwl_mvm_netdetect_query_results() 1730 memcpy(results->matches, query->matches, sizeof(results->matches)); in iwl_mvm_netdetect_query_results()
|
| D | scan.c | 303 iwl_mvm_dump_channel_list(notif->results, in iwl_mvm_rx_lmac_scan_iter_complete_notif() 1398 iwl_mvm_dump_channel_list(notif->results, in iwl_mvm_rx_umac_scan_iter_complete_notif()
|
| /linux-4.4.14/drivers/misc/lis3lv02d/ |
| D | lis3lv02d.c | 268 static int lis3lv02d_selftest(struct lis3lv02d *lis3, s16 results[3]) in lis3lv02d_selftest() 321 results[0] = x - lis3->read_data(lis3, OUTX); in lis3lv02d_selftest() 322 results[1] = y - lis3->read_data(lis3, OUTY); in lis3lv02d_selftest() 323 results[2] = z - lis3->read_data(lis3, OUTZ); in lis3lv02d_selftest() 350 if ((results[i] < lis3->pdata->st_min_limits[i]) || in lis3lv02d_selftest() 351 (results[i] > lis3->pdata->st_max_limits[i])) { in lis3lv02d_selftest()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
| D | Kconfig | 34 Please report your results!
|
| /linux-4.4.14/drivers/usb/serial/ |
| D | whiteheat.h | 298 __u8 results[32]; /* test-dependent results */ member
|
| /linux-4.4.14/Documentation/hwmon/ |
| D | da9055 | 30 Voltages are sampled in a AUTO mode it can be manually sampled too and results
|
| D | htu21 | 39 bit for temperature, which results in typical measurement times of 11 ms for
|
| D | sht21 | 43 bit for temperature, which results in typical measurement times of 22 ms for
|
| D | userspace-tools | 29 3) load them and run "sensors" command, you should see some results.
|
| D | ina209 | 72 to average results for shunt and bus voltages.
|
| D | lm93 | 72 The LM93 can monitor two #PROCHOT signals. The results are found in the 110 The LM93 can monitor two #VRD_HOT signals. The results are found in the
|
| D | abituguru-datasheet | 63 that many bytes, reading / writing more will fail, the results when writing
|
| /linux-4.4.14/arch/c6x/lib/ |
| D | mpyll.S | 23 ;; First compute partial results using 32-bit parts of x and y:
|
| /linux-4.4.14/Documentation/cpu-freq/ |
| D | boost.txt | 34 1. While running benchmarks, reproducible results are important. Since 38 at a fixed frequency and results are reproducible again.
|
| /linux-4.4.14/tools/power/cpupower/bench/ |
| D | README-BENCH | 64 Example of expected results with ondemand governor: 66 This shows expected results of the first two test run rounds from
|
| /linux-4.4.14/drivers/scsi/snic/ |
| D | vnic_devcmd.h | 258 u64 results[VNIC_DEVCMD2_NRESULTS]; member
|
| D | vnic_dev.c | 328 vdev->args[i] = result->results[i]; in _svnic_dev_cmd2()
|
| /linux-4.4.14/Documentation/fb/ |
| D | cmap_xfbdev.txt | 34 Somewhere in X's callchain, this results in a call to X code that handles the
|
| D | s3fb.txt | 40 hardware, i get best results from plain S3 Trio32 card - about 75 MHz). This
|
| D | udlfb.txt | 154 roll over very quickly. To get reliable results, design
|
| /linux-4.4.14/Documentation/video4linux/ |
| D | radiotrack.txt | 11 Frans Brinkman (brinkman@esd.nl) in 1996. The results reported here are from 41 these limits, experiments did not give promising results. The variable
|
| D | README.cpia2 | 104 For normal streaming, 3 should give the best results. With only 2,
|
| D | README.ivtv | 123 tuner or audio line-in. Reading from this device results in a raw
|
| /linux-4.4.14/Documentation/arm64/ |
| D | legacy_instructions.txt | 57 be unexpected results in the application.
|
| /linux-4.4.14/Documentation/sound/oss/ |
| D | SoundPro | 38 settings can have unexpected effects. Use the WSS mixer for best results. 76 to the ad1848 parameters, email me the syslog results and I'll do
|
| /linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
| D | mux.txt | 15 results in programming the register as follows:
|
| /linux-4.4.14/drivers/of/ |
| D | Kconfig | 21 that are executed once at boot time, and the results dumped to the
|
| /linux-4.4.14/tools/testing/selftests/ftrace/ |
| D | README | 58 * UNRESOLVED: The test produced unclear or intermidiate results.
|
| /linux-4.4.14/tools/usb/usbip/ |
| D | INSTALL | 29 the results of its tests to speed up reconfiguring. Caching is 37 some point `config.cache' contains results you don't want to keep, you 216 Enable the cache: use and save the results of the tests in FILE,
|
| /linux-4.4.14/tools/testing/selftests/futex/ |
| D | README | 37 results are printed to stdout, while intermediate ERROR or FAIL messages are
|
| /linux-4.4.14/tools/perf/tests/attr/ |
| D | README | 28 the test definition, executes it and checks results.
|
| /linux-4.4.14/arch/x86/crypto/ |
| D | crc32c-pcl-intel-asm_64.S | 217 ## 4) Combine three results:
|
| D | aesni-intel_asm.S | 732 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 762 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 829 pxor \TMP2, \TMP1 # accumulate the results in TMP1:XMM5 940 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 970 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 1041 pxor \TMP2, \TMP1 # accumulate the results in TMP1:XMM5 1106 # results accumulated in TMP6, XMMDst, XMM1 1120 pxor \TMP2, \XMM1 # results accumulated in TMP6, XMMDst, XMM1 1136 # middle section of the temp results combined as in karatsuba algorithm
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | udf.txt | 71 yield highly unpredictable results.
|
| D | devpts.txt | 124 7. A mount of devpts without the 'newinstance' option results in binding to
|
| D | autofs4-mount-control.txt | 173 information and return operation results: 195 The fields arg1 and arg2 are used to communicate parameters and results of 210 mismatch results in a -EINVAL return. If the size field is greater than
|
| D | spufs.txt | 186 A write operation on the file results in setting the register to 255 A write operation on the file results in setting the register to
|
| D | fiemap.txt | 134 extent via I/O to the block device will have undefined results.
|
| D | relay.txt | 113 mmap() results in channel buffer being mapped into the caller's 123 active channel writers, results may be unpredictable -
|
| D | gfs2-glocks.txt | 182 results.
|
| D | coda.txt | 249 Finally Venus allows the kernel FS driver to cache the results from 251 and results in an efficient system. However, Venus may acquire 1429 The Coda FS Driver can cache results of lookup and access upcalls, to 1439 order to make upcalls and use the results of upcalls. Such linking
|
| D | hpfs.txt | 94 chgrp symlinks but I don't know what is it good for. chmoding symlink results
|
| /linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
| D | vnic_devcmd.h | 650 u64 results[VNIC_DEVCMD2_NRESULTS]; member
|
| D | vnic_dev.c | 361 vdev->args[i] = result->results[i]; in _vnic_dev_cmd2()
|
| /linux-4.4.14/Documentation/infiniband/ |
| D | core_locking.txt | 61 some serialization may be required to get sensible results. For
|
| /linux-4.4.14/drivers/net/wireless/b43/ |
| D | phy_n.c | 2081 s32 results[8][4] = { }; in b43_nphy_rev3_rssi_cal() local 2168 b43_nphy_poll_rssi(dev, N_RSSI_NB, results[vcm], 8); in b43_nphy_rev3_rssi_cal() 2180 currd = results[vcm][i] * results[vcm][i] + in b43_nphy_rev3_rssi_cal() 2181 results[vcm][i + 1] * results[vcm][i]; in b43_nphy_rev3_rssi_cal() 2186 if (results[vcm][i] < minpoll) in b43_nphy_rev3_rssi_cal() 2187 minpoll = results[vcm][i]; in b43_nphy_rev3_rssi_cal() 2206 offset[i] = -results[vcm_final][i]; in b43_nphy_rev3_rssi_cal() 2320 s32 results[4][4] = { }; in b43_nphy_rev2_rssi_cal() local 2371 b43_nphy_poll_rssi(dev, type, results[vcm], 8); in b43_nphy_rev2_rssi_cal() 2374 miniq[vcm][j] = min(results[vcm][2 * j], in b43_nphy_rev2_rssi_cal() [all …]
|
| /linux-4.4.14/scripts/coccinelle/null/ |
| D | deref_null.cocci | 10 // Comments: -I ... -all_includes can give more complete results
|
| /linux-4.4.14/Documentation/networking/ |
| D | nfc.txt | 84 * NFC_EVENT_TARGETS_FOUND - reports START_POLL results when 1 or more targets
|
| D | s2io.txt | 125 b. Use 2-buffer mode. This results in large performance boost on
|
| D | dns_resolver.txt | 123 this type are used to transport and cache DNS lookup results from userspace.
|
| D | e100.txt | 158 This results in unbalanced receive traffic.
|
| D | ixgb.txt | 174 various submitted results using Linux. 395 This results in unbalanced receive traffic.
|
| D | decnet.txt | 162 network, and see if you can obtain the same results.
|
| D | ixgbe.txt | 322 known issue with Microsoft Windows Server 2008 VM that results in a "yellow
|
| /linux-4.4.14/Documentation/sound/alsa/ |
| D | timestamping.txt | 84 the results will default to the HDAudio wall clock for playback 129 interpolation of the results
|
| D | compress_offload.txt | 15 codecs. Processing compressed data on such DSPs results in a dramatic
|
| D | HD-Audio.txt | 91 results in the total screw-up, and destructs the further communication 856 useful results. Once when you figure out the proper pin assignment,
|
| /linux-4.4.14/drivers/staging/wlan-ng/ |
| D | prism2sta.c | 1134 hw->channel_info.results.scanchannels = in prism2sta_inf_chinforesults() 1142 if (!(hw->channel_info.results.scanchannels & (1 << i))) in prism2sta_inf_chinforesults() 1151 chinforesult = &hw->channel_info.results.result[chan]; in prism2sta_inf_chinforesults()
|
| D | hfa384x.h | 1346 hfa384x_ChInfoResult_t results; member
|
| /linux-4.4.14/Documentation/usb/ |
| D | callbacks.txt | 50 user space and await results.
|
| D | error-codes.txt | 92 -EINPROGRESS URB still pending, no results yet
|
| D | ehci.txt | 190 When drivers don't do that, their performance results will show it.
|
| /linux-4.4.14/Documentation/power/ |
| D | states.txt | 69 firmware) as the last step during STR transitions and that usually results in
|
| D | video.txt | 148 …deo is trashed after long suspend. s3_bios,s3_mode (4) works too. Perhaps that gets better results?
|
| D | charger-manager.txt | 106 (in-suspend monitoring) results in "normal".
|
| D | freezing-of-tasks.txt | 26 results in a call to __refrigerator() (defined in kernel/freezer.c), which sets
|
| /linux-4.4.14/Documentation/timers/ |
| D | highres.txt | 74 dependent code. This results in duplicated code across all architectures and 121 The framework adds about 700 lines of code which results in a 2KB increase of
|
| D | NO_HZ.txt | 52 devices, where it results in extremely short battery lifetimes. If you 202 a. The CONFIG_RCU_NOCB_CPU_NONE=y Kconfig option results in
|
| /linux-4.4.14/Documentation/RCU/ |
| D | rcu_dereference.txt | 64 o Do not use the results from the boolean "&&" and "||" when 83 o Do not use the results from relational operators ("==", "!=",
|
| D | checklist.txt | 224 usually results in simpler code. So, unless update performance is 228 kfree_rcu() usually results in even simpler code than does
|
| D | listRCU.txt | 15 based on the results of the search. The most celebrated example is
|
| D | whatisRCU.txt | 200 of the synchronize_rcu() API generally results in simpler code. 203 be delayed. This property results in system resilience in face
|
| /linux-4.4.14/Documentation/locking/ |
| D | lockdep-design.txt | 140 An example of such an object hierarchy that results in "nested locking" 235 normally results from lock-class leakage or failure to properly
|
| D | ww-mutex-design.txt | 19 makes. Which results in the potential for deadlock. The problem gets 79 * Functions to only acquire a single w/w mutex, which results in the exact same
|
| /linux-4.4.14/kernel/trace/ |
| D | Kconfig | 305 in the kernel. It will display the results in: 318 The results will be displayed in: 347 events happened, as well as their results.
|
| /linux-4.4.14/drivers/platform/x86/ |
| D | toshiba_acpi.c | 305 struct acpi_buffer results; in tci_raw() local 317 results.length = sizeof(out_objs); in tci_raw() 318 results.pointer = out_objs; in tci_raw() 322 &results); in tci_raw()
|
| /linux-4.4.14/tools/perf/config/ |
| D | utilities.mak | 124 # produces the same results as the `$(shell-sq)' function.
|
| /linux-4.4.14/Documentation/powerpc/ |
| D | pmu-ebb.txt | 108 It is possible to read() from an EBB event. However the results are
|
| /linux-4.4.14/Documentation/scsi/ |
| D | aha152x.txt | 140 (about 8 MB), as soon it sees a disk greater than 1 GB. That results
|
| D | osd.txt | 72 OSD commands encoding, execution, and decoding of results:
|
| D | BusLogic.txt | 280 to be negotiated. This results in fewer problems when these host adapters 346 negotiated. This results in fewer problems when these host adapters are
|
| D | scsi_eh.txt | 217 highest-severity action means EH failure and results in offlining of
|
| /linux-4.4.14/Documentation/arm/ |
| D | kernel_user_helpers.txt | 13 warning. Only the entry points and their results as documented here are
|
| D | cluster-pm-race-avoidance.txt | 227 The different pairings of these states results in six possible
|
| /linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
| D | mmc.txt | 66 property results in a double-inversion and actually means the "normal" line
|
| /linux-4.4.14/drivers/net/ppp/ |
| D | Kconfig | 117 which can lead to bad results if the ATM peer loses state and
|
| /linux-4.4.14/Documentation/PCI/ |
| D | MSI-HOWTO.txt | 209 Failure to do so results in a BUG_ON(), leaving the device with 445 Failure to do so results in a BUG_ON(), leaving the device with 475 results in an error. If a device driver wishes to switch between MSI
|
| D | pci-error-recovery.txt | 226 The next step taken depends on the results returned by the drivers. 274 and results in device's state machines, hardware logic, port states and
|
| /linux-4.4.14/Documentation/trace/ |
| D | mmiotrace.txt | 89 do the following before sending your results:
|
| D | events.txt | 79 When reading one of these enable files, there are four results:
|
| /linux-4.4.14/Documentation/development-process/ |
| D | 1.Intro | 148 improvements to be made at any time and results in higher-quality code. 161 developers. Surprising results can come from empowering your user
|
| D | 4.Coding | 95 use of it results in code which is much harder for others to read and 111 instead. The code which results will be the same, but inline functions are
|
| D | 5.Posting | 45 summary of the results should be included with the patch.
|
| /linux-4.4.14/Documentation/networking/dsa/ |
| D | dsa.txt | 199 results etc.. 413 status, auto-negotiation results, link partner pages etc.. 543 the relevant ageing based on the intersection results
|
| /linux-4.4.14/Documentation/crypto/ |
| D | async-tx-api.txt | 118 results in recursion in the synchronous case and spin_locks being
|
| D | descore-readme.txt | 91 speed up the key-setting routines with impressive results.
|
| /linux-4.4.14/Documentation/filesystems/nfs/ |
| D | nfs-rdma.txt | 27 In our testing, we have obtained excellent performance results (full 10Gbit
|
| /linux-4.4.14/Documentation/blockdev/ |
| D | README.DAC960 | 343 special file to initiate a configuration operation, and the results of the 501 operation onto Physical Drive 1:1, and the status message that results from the 734 standby drive, and the status message that results from the operation is then
|
| /linux-4.4.14/Documentation/device-mapper/ |
| D | dm-raid.txt | 224 of a RAID 4/5/6 stripe and if subsequent read results are not
|
| /linux-4.4.14/drivers/staging/panel/ |
| D | Kconfig | 113 to the terminal. This results in some non-visible but addressable characters,
|
| /linux-4.4.14/Documentation/hid/ |
| D | uhid.txt | 110 If "err" is 0 then you should fill the buffer of the answer with the results
|
| /linux-4.4.14/Documentation/x86/ |
| D | mtrr.txt | 109 And the results: cat /proc/mtrr
|
| /linux-4.4.14/Documentation/thermal/ |
| D | intel_powerclamp.txt | 161 progress and results, such as on a Westmere system.
|
| /linux-4.4.14/Documentation/sysctl/ |
| D | net.txt | 125 denial-of-service attack impossible. A higher message_cost factor, results in
|
| /linux-4.4.14/Documentation/cgroups/ |
| D | memory.txt | 867 8. Singh, Balbir. RSS controller v2 test results (lmbench), 869 9. Singh, Balbir. RSS controller v2 AIM9 results 871 10. Singh, Balbir. Memory controller v6 test results,
|
| D | cpusets.txt | 284 single read, instead of having to read and accumulate results 290 query and accumulate results over all the (dynamically changing)
|
| /linux-4.4.14/arch/tile/ |
| D | Kconfig | 176 smaller kernel memory footprint results from using a smaller
|
| /linux-4.4.14/drivers/thermal/ |
| D | Kconfig | 285 enforce idle time which results in more package C-state residency. The
|
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
| D | cfg80211.c | 995 struct brcmf_scan_results *results; in brcmf_do_escan() local 1010 results = (struct brcmf_scan_results *)cfg->escan_info.escan_buf; in brcmf_do_escan() 1011 results->version = 0; in brcmf_do_escan() 1012 results->count = 0; in brcmf_do_escan() 1013 results->buflen = WL_ESCAN_RESULTS_FIXED_SIZE; in brcmf_do_escan()
|
| /linux-4.4.14/arch/ |
| D | Kconfig | 335 results in the system call being skipped immediately.
|
| /linux-4.4.14/Documentation/ioctl/ |
| D | ioctl-number.txt | 34 sizeof(arg) as the third argument as this results in your ioctl thinking
|
| D | cdrom.txt | 920 cdrom_generic_command structure containing results.
|
| /linux-4.4.14/Documentation/vm/ |
| D | cleancache.txt | 80 with the same handle, the results are indeterminate. Callers must
|
| /linux-4.4.14/drivers/acpi/ |
| D | Kconfig | 67 results in the compilation of the ACPICA debugger files.
|
| /linux-4.4.14/ |
| D | README | 335 - If the bug results in a message like
|
| /linux-4.4.14/arch/m68k/ifpsp060/src/ |
| D | ilsp.S | 325 # will yield verifiably correct results..
|
| /linux-4.4.14/arch/arm/crypto/ |
| D | aesbs-core.S_shipped | 22 @ to collect performance results, which for Cortex-A8 core are: 35 @ When comparing to x86_64 results keep in mind that NEON unit is 38 @ results keep in mind key schedule conversion overhead (see
|