Home
last modified time | relevance | path

Searched refs:results (Results 1 – 200 of 239) sorted by relevance

12

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_tlv.c486 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 …]
Dfm10k_pf.c1149 s32 fm10k_iov_msg_msix_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_msix_pf() argument
1168 s32 fm10k_iov_msg_mac_vlan_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_mac_vlan_pf() argument
1182 if (!err && !!results[FM10K_MAC_VLAN_MSG_VLAN]) { in fm10k_iov_msg_mac_vlan_pf()
1183 result = results[FM10K_MAC_VLAN_MSG_VLAN]; in fm10k_iov_msg_mac_vlan_pf()
1205 if (!err && !!results[FM10K_MAC_VLAN_MSG_MAC]) { in fm10k_iov_msg_mac_vlan_pf()
1206 result = results[FM10K_MAC_VLAN_MSG_MAC]; in fm10k_iov_msg_mac_vlan_pf()
1233 if (!err && !!results[FM10K_MAC_VLAN_MSG_MULTICAST]) { in fm10k_iov_msg_mac_vlan_pf()
1234 result = results[FM10K_MAC_VLAN_MSG_MULTICAST]; in fm10k_iov_msg_mac_vlan_pf()
1312 s32 fm10k_iov_msg_lport_state_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_lport_state_pf() argument
1325 if (!!results[FM10K_LPORT_STATE_MSG_XCAST_MODE]) { in fm10k_iov_msg_lport_state_pf()
[all …]
Dfm10k_vf.c200 s32 fm10k_msg_mac_vlan_vf(struct fm10k_hw *hw, u32 **results, in fm10k_msg_mac_vlan_vf() argument
209 results[FM10K_MAC_VLAN_MSG_DEFAULT_MAC], in fm10k_msg_mac_vlan_vf()
375 s32 fm10k_msg_lport_state_vf(struct fm10k_hw *hw, u32 **results, in fm10k_msg_lport_state_vf() argument
378 hw->mac.dglort_map = !results[FM10K_LPORT_STATE_MSG_READY] ? in fm10k_msg_lport_state_vf()
Dfm10k_pci.c1067 static s32 fm10k_mbx_mac_addr(struct fm10k_hw *hw, u32 **results, in fm10k_mbx_mac_addr() argument
1075 err = fm10k_msg_mac_vlan_vf(hw, results, mbx); in fm10k_mbx_mac_addr()
1094 static s32 fm10k_1588_msg_vf(struct fm10k_hw *hw, u32 **results, in fm10k_1588_msg_vf() argument
1101 err = fm10k_tlv_attr_get_u64(results[FM10K_1588_MSG_TIMESTAMP], in fm10k_1588_msg_vf()
1114 static s32 fm10k_mbx_error(struct fm10k_hw *hw, u32 **results, in fm10k_mbx_error() argument
1124 **results & FM10K_TLV_ID_MASK); in fm10k_mbx_error()
1170 static s32 fm10k_lport_map(struct fm10k_hw *hw, u32 **results, in fm10k_lport_map() argument
1177 err = fm10k_msg_lport_map_pf(hw, results, mbx); in fm10k_lport_map()
1190 static s32 fm10k_update_pvid(struct fm10k_hw *hw, u32 **results, in fm10k_update_pvid() argument
1198 err = fm10k_tlv_attr_get_u32(results[FM10K_PF_ATTR_ID_UPDATE_PVID], in fm10k_update_pvid()
[all …]
Dfm10k_iov.c25 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()
Dfm10k_tlv.h155 s32 fm10k_tlv_msg_error(struct fm10k_hw *hw, u32 **results,
/linux-4.1.27/lib/
Dinterval_tree_test.c21 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()
Dradix-tree.c1006 radix_tree_gang_lookup(struct radix_tree_root *root, void **results, in radix_tree_gang_lookup() argument
1017 results[ret] = rcu_dereference_raw(*slot); in radix_tree_gang_lookup()
1018 if (!results[ret]) in radix_tree_gang_lookup()
1020 if (radix_tree_is_indirect_ptr(results[ret])) { in radix_tree_gang_lookup()
1052 void ***results, unsigned long *indices, in radix_tree_gang_lookup_slot() argument
1063 results[ret] = slot; in radix_tree_gang_lookup_slot()
1088 radix_tree_gang_lookup_tag(struct radix_tree_root *root, void **results, in radix_tree_gang_lookup_tag() argument
1100 results[ret] = rcu_dereference_raw(*slot); in radix_tree_gang_lookup_tag()
1101 if (!results[ret]) in radix_tree_gang_lookup_tag()
1103 if (radix_tree_is_indirect_ptr(results[ret])) { in radix_tree_gang_lookup_tag()
[all …]
Ddma-debug.c572 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.1.27/drivers/acpi/acpica/
Ddscontrol.c303 (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()
Ddswstate.c81 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 …]
Dacstruct.h115 union acpi_generic_state *results; /* Stack of accumulated results */ member
Ddsmethod.c619 walk_state->results, walk_state)); in acpi_ds_restart_control_method()
Daclocal.h655 struct acpi_result_values results; member
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_info.c259 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.1.27/drivers/input/mouse/
Dtrackpoint.c29 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()
Dtrackpoint.h136 #define MAKE_PS2_CMD(params, results, cmd) ((params<<12) | (results<<8) | (cmd)) argument
/linux-4.1.27/Documentation/misc-devices/
Dbh1770glc.txt19 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
Dapds990x.txt32 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.1.27/arch/x86/math-emu/
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 for the emulator. The
316 The results show that the fsin, fcos and fptan instructions return
[all …]
/linux-4.1.27/drivers/parisc/
Dsuperio.c100 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.1.27/include/linux/
Dradix-tree.h275 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.1.27/fs/jfs/
Djfs_dmap.c85 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 …]
Djfs_dmap.h304 extern int dbAlloc(struct inode *ipbmap, s64 hint, s64 nblocks, s64 * results);
307 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results);
DKconfig43 results in very little overhead.
/linux-4.1.27/arch/m68k/fpsp040/
Dx_ovfl.S12 | Trap disabled results
28 | Trap enabled results
Dx_unfl.S6 | Trap disabled results
15 | Trap enabled results
Dgen_except.S239 | An fmoveout that results in an overflow is reported this way.
241 | An fmoveout that results in an underflow is reported this way.
Dget_op.S543 | Special handling for packed move in: Same results as all other
Dx_snan.S17 | If the inst is move_out, then the results are the same as for trap
Dbindec.S86 | If the int operation results in more than LEN digits,
607 | If the int operation results in more than LEN digits,
Dutil.S350 | is the same as the rounding precision. Pass results from g_dfmtou.
/linux-4.1.27/fs/f2fs/
Dtrace.c126 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.1.27/drivers/gpu/drm/i915/
Dintel_pm.c2264 struct ilk_wm_values *results) in ilk_compute_wm_results() argument
2269 results->enable_fbc_wm = merged->fbc_wm_enabled; in ilk_compute_wm_results()
2270 results->partitioning = partitioning; in ilk_compute_wm_results()
2284 results->wm_lp[wm_lp - 1] = in ilk_compute_wm_results()
2290 results->wm_lp[wm_lp - 1] |= WM1_LP_SR_EN; in ilk_compute_wm_results()
2293 results->wm_lp[wm_lp - 1] |= in ilk_compute_wm_results()
2296 results->wm_lp[wm_lp - 1] |= in ilk_compute_wm_results()
2305 results->wm_lp_spr[wm_lp - 1] = WM1S_LP_EN | r->spr_val; in ilk_compute_wm_results()
2307 results->wm_lp_spr[wm_lp - 1] = r->spr_val; in ilk_compute_wm_results()
2319 results->wm_linetime[pipe] = intel_crtc->wm.active.linetime; in ilk_compute_wm_results()
[all …]
/linux-4.1.27/fs/fscache/
Dpage.c774 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.1.27/drivers/net/ethernet/sfc/
Dmcdi_port.c610 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()
Dtenxpress.c429 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()
Dtxc43128_phy.c526 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()
Dnet_driver.h744 int (*run_tests) (struct efx_nic *efx, int *results, unsigned flags);
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck-lock.sh30 echo Unreadable results directory: $i
Dkvm.sh147 --results)
148 checkarg --results "(absolute pathname)" "$#" "$2" '^/' '^error'
Dkvm-recheck-rcu.sh30 echo Unreadable results directory: $i
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dglimpse.c74 void *results[1]; in dirty_cnt() local
78 results, 0, 1, in dirty_cnt()
/linux-4.1.27/Documentation/ide/
Dwarm-plug-howto.txt18 results may be unpredictable and lead to data loss if you're unlucky
DChangeLog.ide-tape.1995-200263 * 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.
Dide.txt92 The results of successful auto-probing may override the physical geometry/irq
/linux-4.1.27/arch/powerpc/perf/
Dhv-24x7.h106 struct hv_24x7_result results[1]; /* [@num_results] */ member
Dhv-24x7.c1126 resb = &result_buffer->results[0]; in single_24x7_request()
/linux-4.1.27/arch/m32r/
DKconfig.debug10 This results in a large slowdown, but helps to find certain types
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-calling.txt45 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
Dfw-decoder-regs.txt672 select 16bpp with a 32 bit colour mode. This results in the pixel width
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-perl.txt18 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:
Dperf-lock.txt21 results of lock events.
Dperf-stat.txt120 3>results perf stat --log-fd 3 -- $cmd
121 3>>results perf stat --log-fd 3 --append -- $cmd
Dperf-script-python.txt18 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:
Dexamples.txt220 All that the above results needed were those new tracepoints
Dperf-kvm.txt57 And this command produces a file which contains tracing results of kvm
Dperf-diff.txt121 and possible computation results (delta) in their related column.
Dperf-script.txt37 'perf script report <script> [args]' to run and display the results
/linux-4.1.27/drivers/net/wireless/libertas/
DREADME174 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.1.27/drivers/video/fbdev/
Dcontrolfb.c74 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.1.27/scripts/coccinelle/misc/
Dorplus.cocci2 /// The results should be checked manually to ensure that the nonzero
/linux-4.1.27/Documentation/
Dio-mapping.txt28 creation function yields undefined results. Using an offset
81 performs an IPI to inform all processors about the new mapping. This results
Dbasic_profiling.txt40 For superior results, be sure to enable the local APIC. If opreport sees
Dinit.txt45 log it all by iterating over _all_ results (very important usability fix).
Dthis_cpu_ops.txt77 results in a single instruction
91 The above results in the following single instruction (no lock prefix!)
Dstatic-keys.txt166 5) Static keys / jump label analysis, results (x86_64):
Dprintk-formats.txt45 The 'B' specifier results in the symbol name with offsets and should be
Dkernel-doc-nano-HOWTO.txt178 die "where do I put the results?\n";
Drbtree.txt239 copy callbacks, which results in a large function, so each augmented rbtree
Dsvga.txt160 doesn't work on your machine), switch this on and don't cry if the results
Dkprobes.txt575 produce undesirable results. In such a case, a line:
584 probe on that function may produce undesirable results. For this
Dassoc_array.txt321 immediately if any call to the iteration function results in a non-zero
Datomic_ops.txt312 atomic_t implementation above can have disastrous results. Here is
/linux-4.1.27/mm/
DKconfig.debug19 This results in a large slowdown, but helps to find certain types
DKconfig593 in order to reduce fragmentation. However, this results in a
/linux-4.1.27/Documentation/dmaengine/
Ddmatest.txt72 Part 4 - Gathering the test results
74 Test results are printed to the kernel log buffer with the format:
/linux-4.1.27/fs/ntfs/
DKconfig44 If you leave debugging messages disabled, this results in little
45 overhead, but enabling debug messages results in very significant
/linux-4.1.27/Documentation/arm/VFP/
Drelease-notes.txt33 - fadd/fsub shows some differences in the handling of +0 / -0 results
/linux-4.1.27/drivers/misc/lis3lv02d/
Dlis3lv02d.c268 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.1.27/arch/c6x/lib/
Dmpyll.S23 ;; First compute partial results using 32-bit parts of x and y:
/linux-4.1.27/Documentation/hwmon/
Dda905530 Voltages are sampled in a AUTO mode it can be manually sampled too and results
Dhtu2139 bit for temperature, which results in typical measurement times of 11 ms for
Dsht2143 bit for temperature, which results in typical measurement times of 22 ms for
Duserspace-tools29 3) load them and run "sensors" command, you should see some results.
Dina20972 to average results for shunt and bus voltages.
Dlm9372 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
Dabituguru-datasheet63 that many bytes, reading / writing more will fail, the results when writing
/linux-4.1.27/drivers/usb/serial/
Dwhiteheat.h298 __u8 results[32]; /* test-dependent results */ member
/linux-4.1.27/Documentation/cpu-freq/
Dboost.txt34 1. While running benchmarks, reproducible results are important. Since
38 at a fixed frequency and results are reproducible again.
/linux-4.1.27/tools/power/cpupower/bench/
DREADME-BENCH64 Example of expected results with ondemand governor:
66 This shows expected results of the first two test run rounds from
/linux-4.1.27/Documentation/fb/
Dcmap_xfbdev.txt34 Somewhere in X's callchain, this results in a call to X code that handles the
Ds3fb.txt40 hardware, i get best results from plain S3 Trio32 card - about 75 MHz). This
Dudlfb.txt154 roll over very quickly. To get reliable results, design
/linux-4.1.27/Documentation/video4linux/
Dradiotrack.txt11 Frans Brinkman (brinkman@esd.nl) in 1996. The results reported here are from
41 these limits, experiments did not give promising results. The variable
DREADME.cpia2104 For normal streaming, 3 should give the best results. With only 2,
DREADME.ivtv123 tuner or audio line-in. Reading from this device results in a raw
Dvivid.txt943 if that results in a higher signal strength than the settings of the radio
1097 processing capabilities you need to turn on video looping and see the results
/linux-4.1.27/drivers/of/
DKconfig16 that are executed once at boot time, and the results dumped to the
/linux-4.1.27/Documentation/arm64/
Dlegacy_instructions.txt57 be unexpected results in the application.
/linux-4.1.27/Documentation/sound/oss/
DSoundPro38 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.1.27/Documentation/devicetree/bindings/clock/ti/
Dmux.txt15 results in programming the register as follows:
/linux-4.1.27/tools/testing/selftests/ftrace/
DREADME58 * UNRESOLVED: The test produced unclear or intermidiate results.
/linux-4.1.27/tools/usb/usbip/
DINSTALL29 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.1.27/tools/perf/tests/attr/
DREADME28 the test definition, executes it and checks results.
/linux-4.1.27/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S217 ## 4) Combine three results:
Daesni-intel_asm.S732 # 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
Dsha256-avx2-asm.S651 #### Do second block using previously scheduled results
/linux-4.1.27/Documentation/filesystems/
Dudf.txt71 yield highly unpredictable results.
Ddevpts.txt124 7. A mount of devpts without the 'newinstance' option results in binding to
Dautofs4-mount-control.txt173 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
Dspufs.txt186 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
Dfiemap.txt134 extent via I/O to the block device will have undefined results.
Drelay.txt113 mmap() results in channel buffer being mapped into the caller's
123 active channel writers, results may be unpredictable -
Dgfs2-glocks.txt182 results.
Dcoda.txt249 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
Dhpfs.txt94 chgrp symlinks but I don't know what is it good for. chmoding symlink results
Dpath-lookup.txt95 read-only protection and no durability of results, so care must be taken when
/linux-4.1.27/Documentation/infiniband/
Dcore_locking.txt61 some serialization may be required to get sensible results. For
/linux-4.1.27/drivers/net/wireless/b43/
Dphy_n.c2081 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.1.27/scripts/coccinelle/null/
Dderef_null.cocci10 // Comments: -I ... -all_includes can give more complete results
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dfw-api-scan.h551 struct iwl_scan_results_notif results[]; member
Dd3.c1696 struct iwl_mvm_nd_query_results *results) in iwl_mvm_netdetect_query_results() argument
1726 results->matched_profiles = le32_to_cpu(query->matched_profiles); in iwl_mvm_netdetect_query_results()
1727 memcpy(results->matches, query->matches, sizeof(results->matches)); in iwl_mvm_netdetect_query_results()
/linux-4.1.27/Documentation/ABI/testing/
Ddev-kmsg97 usually produces better human readable results. A similar
Dsysfs-devices-system-cpu157 power/performance results for platforms using acpi-cpufreq.
/linux-4.1.27/Documentation/networking/
Dnfc.txt84 * NFC_EVENT_TARGETS_FOUND - reports START_POLL results when 1 or more targets
Ds2io.txt125 b. Use 2-buffer mode. This results in large performance boost on
Ddns_resolver.txt123 this type are used to transport and cache DNS lookup results from userspace.
De100.txt158 This results in unbalanced receive traffic.
Dixgb.txt174 various submitted results using Linux.
395 This results in unbalanced receive traffic.
Ddecnet.txt162 network, and see if you can obtain the same results.
Dixgbe.txt322 known issue with Microsoft Windows Server 2008 VM that results in a "yellow
/linux-4.1.27/Documentation/sound/alsa/
Dtimestamping.txt84 the results will default to the HDAudio wall clock for playback
129 interpolation of the results
Dcompress_offload.txt15 codecs. Processing compressed data on such DSPs results in a dramatic
DHD-Audio.txt91 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.1.27/drivers/staging/wlan-ng/
Dprism2sta.c1123 hw->channel_info.results.scanchannels = in prism2sta_inf_chinforesults()
1131 if (!(hw->channel_info.results.scanchannels & (1 << i))) in prism2sta_inf_chinforesults()
1140 chinforesult = &hw->channel_info.results.result[chan]; in prism2sta_inf_chinforesults()
Dhfa384x.h1346 hfa384x_ChInfoResult_t results; member
/linux-4.1.27/Documentation/usb/
Dcallbacks.txt50 user space and await results.
Derror-codes.txt92 -EINPROGRESS URB still pending, no results yet
Dehci.txt190 When drivers don't do that, their performance results will show it.
/linux-4.1.27/tools/perf/config/
Dutilities.mak124 # produces the same results as the `$(shell-sq)' function.
/linux-4.1.27/Documentation/power/
Dstates.txt69 firmware) as the last step during STR transitions and that usually results in
Dvideo.txt148 …deo is trashed after long suspend. s3_bios,s3_mode (4) works too. Perhaps that gets better results?
Dcharger-manager.txt106 (in-suspend monitoring) results in "normal".
Dfreezing-of-tasks.txt26 results in a call to __refrigerator() (defined in kernel/freezer.c), which sets
/linux-4.1.27/Documentation/locking/
Dlockdep-design.txt140 An example of such an object hierarchy that results in "nested locking"
235 normally results from lock-class leakage or failure to properly
Dww-mutex-design.txt19 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.1.27/Documentation/timers/
Dhighres.txt74 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
DNO_HZ.txt52 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.1.27/kernel/trace/
DKconfig305 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.1.27/Documentation/devicetree/bindings/mmc/
Dmmc.txt60 property results in a double-inversion and actually means the "normal" line
/linux-4.1.27/Documentation/RCU/
Drcu_dereference.txt75 o Do not use the results from the boolean "&&" and "||" when
93 o Do not use the results from relational operators ("==", "!=",
Dchecklist.txt224 usually results in simpler code. So, unless update performance is
228 kfree_rcu() usually results in even simpler code than does
DlistRCU.txt15 based on the results of the search. The most celebrated example is
DwhatisRCU.txt200 of the synchronize_rcu() API generally results in simpler code.
203 be delayed. This property results in system resilience in face
/linux-4.1.27/drivers/platform/x86/
Dtoshiba_acpi.c306 struct acpi_buffer results; in tci_raw() local
318 results.length = sizeof(out_objs); in tci_raw()
319 results.pointer = out_objs; in tci_raw()
323 &results); in tci_raw()
/linux-4.1.27/Documentation/powerpc/
Dpmu-ebb.txt108 It is possible to read() from an EBB event. However the results are
Dtransactional_memory.txt78 to unpredictable results.
/linux-4.1.27/Documentation/scsi/
Daha152x.txt140 (about 8 MB), as soon it sees a disk greater than 1 GB. That results
Dosd.txt72 OSD commands encoding, execution, and decoding of results:
DBusLogic.txt280 to be negotiated. This results in fewer problems when these host adapters
346 negotiated. This results in fewer problems when these host adapters are
Dscsi_eh.txt217 highest-severity action means EH failure and results in offlining of
/linux-4.1.27/Documentation/arm/
Dkernel_user_helpers.txt13 warning. Only the entry points and their results as documented here are
Dcluster-pm-race-avoidance.txt227 The different pairings of these states results in six possible
/linux-4.1.27/drivers/net/ppp/
DKconfig117 which can lead to bad results if the ATM peer loses state and
/linux-4.1.27/Documentation/PCI/
DMSI-HOWTO.txt209 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
Dpci-error-recovery.txt226 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.1.27/Documentation/trace/
Dmmiotrace.txt89 do the following before sending your results:
Devents.txt79 When reading one of these enable files, there are four results:
/linux-4.1.27/Documentation/development-process/
D1.Intro148 improvements to be made at any time and results in higher-quality code.
161 developers. Surprising results can come from empowering your user
D4.Coding95 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
D5.Posting45 summary of the results should be included with the patch.
/linux-4.1.27/Documentation/crypto/
Dasync-tx-api.txt118 results in recursion in the synchronous case and spin_locks being
Ddescore-readme.txt91 speed up the key-setting routines with impressive results.
/linux-4.1.27/drivers/thermal/
DKconfig238 enforce idle time which results in more package C-state residency. The
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfs-rdma.txt27 In our testing, we have obtained excellent performance results (full 10Gbit
/linux-4.1.27/Documentation/x86/
Dmtrr.txt85 And the results: cat /proc/mtrr
/linux-4.1.27/Documentation/blockdev/
DREADME.DAC960343 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.1.27/Documentation/sysctl/
Dnet.txt123 denial-of-service attack impossible. A higher message_cost factor, results in
/linux-4.1.27/drivers/staging/panel/
DKconfig113 to the terminal. This results in some non-visible but addressable characters,
/linux-4.1.27/Documentation/hid/
Duhid.txt110 If "err" is 0 then you should fill the buffer of the answer with the results
/linux-4.1.27/arch/tile/
DKconfig169 smaller kernel memory footprint results from using a smaller
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt161 progress and results, such as on a Westmere system.
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt866 8. Singh, Balbir. RSS controller v2 test results (lmbench),
868 9. Singh, Balbir. RSS controller v2 AIM9 results
870 10. Singh, Balbir. Memory controller v6 test results,
Dcpusets.txt284 single read, instead of having to read and accumulate results
290 query and accumulate results over all the (dynamically changing)
Dunified-hierarchy.txt365 getting it wrong results in OOM kills, most users tend to err on the
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c988 struct brcmf_scan_results *results; in brcmf_do_escan() local
1003 results = (struct brcmf_scan_results *)cfg->escan_info.escan_buf; in brcmf_do_escan()
1004 results->version = 0; in brcmf_do_escan()
1005 results->count = 0; in brcmf_do_escan()
1006 results->buflen = WL_ESCAN_RESULTS_FIXED_SIZE; in brcmf_do_escan()
/linux-4.1.27/Documentation/ioctl/
Dioctl-number.txt34 sizeof(arg) as the third argument as this results in your ioctl thinking
Dcdrom.txt920 cdrom_generic_command structure containing results.
/linux-4.1.27/Documentation/vm/
Dcleancache.txt80 with the same handle, the results are indeterminate. Callers must
/linux-4.1.27/arch/
DKconfig323 results in the system call being skipped immediately.
/linux-4.1.27/crypto/
DKconfig501 longer hash-results, without needing a larger security level
513 longer hash-results, without needing a larger security level
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dilsp.S325 # will yield verifiably correct results..
/linux-4.1.27/
DREADME335 - If the bug results in a message like
/linux-4.1.27/arch/arm/crypto/
Daesbs-core.S_shipped22 @ 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
/linux-4.1.27/Documentation/input/
Djoystick.txt559 Q: Running 'jstest /dev/input/js0' results in "File not found" error. What's the
/linux-4.1.27/arch/arm64/
DKconfig674 be unexpected results in the applications.
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt364 behaves under such workloads. In this way, results are easily reproducible.
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt391 mkdir("parent") results in "parent", "parent/subgroup1", up through
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES83 (readdir) requests do not get invalid results which include the now
794 Fix shortened results on readdir of large directories to

12