/linux-4.4.14/crypto/ |
H A D | xor.c | 110 struct xor_block_template *f, *fastest; calibrate_xor_blocks() local 129 fastest = NULL; calibrate_xor_blocks() 132 fastest = XOR_SELECT_TEMPLATE(fastest); calibrate_xor_blocks() 137 if (fastest) { calibrate_xor_blocks() 140 xor_speed(fastest); calibrate_xor_blocks() 145 fastest = template_list; calibrate_xor_blocks() 146 for (f = fastest; f; f = f->next) calibrate_xor_blocks() 147 if (f->speed > fastest->speed) calibrate_xor_blocks() 148 fastest = f; calibrate_xor_blocks() 152 fastest->name, fastest->speed / 1000, fastest->speed % 1000); calibrate_xor_blocks() 159 active_template = fastest; calibrate_xor_blocks()
|
/linux-4.4.14/lib/xz/ |
H A D | xz_crc32.c | 12 * This is not the fastest implementation, but it is pretty compact. 13 * The fastest versions of xz_crc32() on modern CPUs without hardware
|
/linux-4.4.14/include/asm-generic/bitops/ |
H A D | sched.h | 8 * Every architecture must define this function. It's the fastest
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | obd_cksum.h | 162 * Currently, calling cksum_type_pack() with a mask will return the fastest 164 * Caution is advised, however, since what is fastest on a single client may 165 * not be the fastest or most efficient algorithm on the server. */ cksum_type_select()
|
H A D | lustre_net.h | 1225 * to fastest release of that lock.
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | time.h | 17 * If you take the fastest clock (1ns, or 1GHz to make the math work easier)
|
/linux-4.4.14/arch/arm/mach-imx/ |
H A D | cpuidle-imx6sx.c | 95 * set ARM power up/down timing to the fastest, imx6sx_cpuidle_init()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | opp2420_data.c | 47 * the fastest one. If a 'fast' value is defined, then automatically, 53 * Note: This table needs to be sorted, fastest to slowest.
|
H A D | opp2430_data.c | 45 * the fastest one. If a 'fast' value is defined, then automatically, 51 * Note: This table needs to be sorted, fastest to slowest.
|
H A D | sdrc.h | 185 * By having the boot loader boot up in the fastest L4 speed available likely
|
/linux-4.4.14/drivers/clk/qcom/ |
H A D | common.c | 43 /* Default to our fastest rate */ qcom_find_freq()
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
H A D | anysee.h | 219 | | 0x00 fastest (looks like LED lights continuously)
|
/linux-4.4.14/drivers/mfd/ |
H A D | wm831x-auxadc.c | 81 /* We convert at the fastest rate possible */ wm831x_auxadc_read_irq()
|
H A D | sm501.c | 1544 /* Errata AB-3 says that 72MHz is the fastest available
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | tsc_sync.c | 32 * we want to have the fastest, inlined, non-debug version
|
/linux-4.4.14/drivers/clk/sunxi/ |
H A D | clk-factors.c | 89 /* find the parent that can help provide the fastest rate <= rate */ clk_factors_determine_rate()
|
H A D | clk-sunxi.c | 130 /* find the parent that can help provide the fastest rate <= rate */ sun6i_ahb1_clk_determine_rate()
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | bitops.h | 437 * Every architecture must define this function. It's the fastest
|
/linux-4.4.14/security/selinux/ |
H A D | netif.c | 196 * This function determines the SID of a network interface using the fastest
|
H A D | netnode.c | 256 * This function determines the SID of a network address using the fastest
|
H A D | netport.c | 191 * This function determines the SID of a network port using the fastest method
|
/linux-4.4.14/drivers/ide/ |
H A D | ht6560b.c | 78 * of the value is the Active Time (at). Minimum value 2 is the fastest and
|
/linux-4.4.14/drivers/mtd/nand/gpmi-nand/ |
H A D | gpmi-lib.c | 852 * 4.4) We only support the fastest asynchronous mode of ONFI nand. 853 * For some ONFI nand, the mode 4 is the fastest mode; 854 * while for some ONFI nand, the mode 5 is the fastest mode.
|
/linux-4.4.14/drivers/iio/adc/ |
H A D | nau7802.c | 506 * We are polling, use the fastest sample rate by nau7802_probe()
|
/linux-4.4.14/drivers/input/misc/ |
H A D | powermate.c | 151 256 -- 510 -- use multiple (510 = fastest). powermate_sync_state()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
H A D | sunbmac.h | 284 ltrywait = 1, /* Forcing try of all modes, from fastest to slowest. */
|
H A D | sunhme.h | 393 ltrywait = 2, /* Forcing try of all modes, from fastest to slowest. */
|
H A D | sunhme.c | 1893 /* Use the fastest transmission protocol possible. */ happy_meal_mif_interrupt()
|
/linux-4.4.14/arch/sparc/lib/ |
H A D | U3memcpy.S | 84 * in Africa and the fastest animal on land. Can reach speeds
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
H A D | frwr_ops.c | 10 * of arbitrarily sized memory regions. This is the fastest and safest
|
/linux-4.4.14/include/linux/ |
H A D | writeback.h | 119 * devices that write out pages fastest will get the larger share,
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | gbefb.c | 46 /* macro for fastest write-though access to the framebuffer */ 1019 /* remap using the fastest write-through mode on architecture */ gbefb_mmap()
|
H A D | ffb.c | 929 * used. It is the fastest on this chip. ffb_probe()
|
/linux-4.4.14/arch/arc/mm/ |
H A D | tlb.c | 290 * Flush the entrie MM for userland. The fastest way is to move to Next ASID 319 * -Here the fastest way (if range is too large) is to move to next ASID
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
H A D | r8192U_wx.c | 212 * fast the connection will go and pick the fastest one.
|
/linux-4.4.14/drivers/regulator/ |
H A D | wm831x-dcdc.c | 248 * for the fastest possible transition. wm831x_buckv_set_dvs()
|
/linux-4.4.14/drivers/scsi/ |
H A D | aha1740.c | 443 was true with the fastest processors when the spec was
|
H A D | ncr53c8xx.c | 5462 ** the one that allows the fastest output speed ? ncr_getsync()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | quatech_daqp_cs.c | 485 * we want the fastest possible conversions, scan_begin_src daqp_ai_cmd()
|
H A D | cb_pcidas.c | 228 int ai_speed; /* fastest conversion period in ns */
|
H A D | cb_pcidas64.c | 632 int ai_speed; /* fastest conversion period in ns */
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | nand_ecc.c | 353 * the code below is the fastest __nand_calculate_ecc()
|
/linux-4.4.14/net/mac80211/ |
H A D | rate.c | 554 * Set up the RTS/CTS rate as the fastest basic rate rate_fixup_ratelist()
|
H A D | rc80211_minstrel_ht.c | 441 * Assign new rate set per sta and use CCK rates only if the fastest
|
/linux-4.4.14/sound/soc/bcm/ |
H A D | bcm2835-i2s.c | 378 * variance. To minimize that it is best to have the fastest bcm2835_i2s_hw_params()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82599.c | 1969 * fastest available method 1996 * fastest available method
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_wx.c | 302 * fast the connection will go and pick the fastest one.
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
H A D | prism2mgmt.c | 185 /* set up the txrate to be 2MBPS. Should be fastest basicrate... */ prism2mgmt_scan()
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-bcm2835.c | 543 cdiv = 2; /* clk_hz/2 is the fastest we can go */ bcm2835_spi_transfer_one()
|
/linux-4.4.14/drivers/macintosh/ |
H A D | adbhid.c | 1243 0x00, /* norm speed = 0x00 (fastest) */ init_microspeed()
|
/linux-4.4.14/drivers/media/common/ |
H A D | cx2341x.c | 1566 /* Add controls in ascending control ID order for fastest cx2341x_handler_init()
|
/linux-4.4.14/drivers/misc/ |
H A D | apds990x.c | 434 * refresh uses fastest possible persistence setting to get result apds990x_calc_again()
|
H A D | bh1770glc.c | 222 /* Proper proximity response needs fastest lux rate (100ms) */ bh1770_lux_rate()
|
/linux-4.4.14/drivers/ata/ |
H A D | pata_ep93xx.c | 202 * fastest ep93xx cpu speed (200MHz) and is better optimized for PIO4 timings
|
H A D | libata-core.c | 3033 * DMA cycle timing is slower/equal than the fastest PIO timing. ata_timing_compute() 3072 * than the fastest known mode, the fasted mode is returned.
|
/linux-4.4.14/lib/zlib_deflate/ |
H A D | deflate.c | 14 * The most straightforward technique turns out to be the fastest for
|
/linux-4.4.14/kernel/trace/ |
H A D | trace_uprobe.c | 772 * Use per-cpu buffers for fastest access, but we might migrate uprobe_buffer_get()
|
/linux-4.4.14/net/ipv4/ |
H A D | arp.c | 853 arp trashing and chooses the fastest router. arp_process()
|
H A D | tcp_input.c | 656 /* The fastest case is the first. */ tcp_event_data_recv()
|
/linux-4.4.14/tools/perf/bench/ |
H A D | numa.c | 1548 "secs,", "runtime-min/thread", "secs fastest (min) thread-runtime"); __bench_numa()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
H A D | rs.c | 1876 * If active table already uses the fastest possible rs_move_mimo2_to_other() 2066 * If active table already uses the fastest possible rs_move_mimo3_to_other()
|
/linux-4.4.14/drivers/input/keyboard/ |
H A D | atkbd.c | 866 * Set autorepeat to fastest possible. atkbd_reset_state()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 6457 * however in practice 16x4 seems fastest. gen6_init_clock_gating() 6676 * however in practice 16x4 seems fastest. haswell_init_clock_gating() 6777 * however in practice 16x4 seems fastest. ivybridge_init_clock_gating() 6869 * however in practice 16x4 seems fastest. valleyview_init_clock_gating()
|
H A D | intel_ringbuffer.c | 846 * however in practice 16x4 seems fastest. gen8_init_workarounds()
|
/linux-4.4.14/lib/ |
H A D | inflate.c | 278 The fastest way to decode is to simply build a lookup table whose
|
/linux-4.4.14/include/uapi/linux/ |
H A D | wireless.h | 975 * fast the connection will go and pick the fastest one.
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
H A D | ipath_verbs.c | 1091 * The multipliers reflect the number of clocks for the fastest rate so
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_bmap_util.c | 81 * let the block layer decide on the fastest method of xfs_zero_extent()
|
/linux-4.4.14/arch/metag/include/asm/ |
H A D | tbx.h | 1090 /* Call this routine to enable fastest possible processing of one or more
|
/linux-4.4.14/fs/btrfs/ |
H A D | ctree.h | 270 /* seek speed 0-100 where 100 is fastest */ 273 /* bandwidth 0-100 where 100 is fastest */
|
H A D | inode.c | 442 * It isn't really the fastest way to fix things, but this is a compress_file_range()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 470 # now, w/ group1, make mul64's decode the fastest since it will 519 # now, w/ group2, make movep's decode the fastest since it will
|
/linux-4.4.14/drivers/usb/atm/ |
H A D | ueagle-atm.c | 580 "1=isoc slowest, ... , 8=isoc fastest (default)");
|
/linux-4.4.14/drivers/staging/dgnc/ |
H A D | dgnc_tty.c | 598 * In this case, we take the shortest and fastest route we dgnc_input()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | xirlink_cit.c | 1882 * (fastest). The camera model 2 allows frame rate in range [0..0x1F] cit_start_model2()
|
H A D | ov519.c | 1400 { 0x11, 0x00 }, /* Pixel clock = fastest */
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | 4965-rs.c | 1599 * If active table already uses the fastest possible il4965_rs_move_mimo2_to_other()
|
/linux-4.4.14/drivers/clk/ |
H A D | clk.c | 481 /* find the parent that can provide the fastest rate <= rate */ clk_mux_determine_rate_flags()
|
/linux-4.4.14/include/linux/mfd/ |
H A D | cros_ec_commands.h | 764 * Ideal write size in bytes. Writes will be fastest if size is
|
/linux-4.4.14/drivers/staging/dgap/ |
H A D | dgap.c | 1639 * In this case, we take the shortest and fastest route we dgap_input()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 4441 * sequencer operating at its fastest speed. ahc_alloc()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | chip.c | 5488 /* set the tx rate to the fastest enabled */ set_local_link_attributes()
|