/linux-4.4.14/include/linux/ |
H A D | tfrc.h | 21 * @tfrcrx_x_recv: receiver estimate of sending rate (3.2.2) 23 * @tfrcrx_p: current estimate of loss event rate (3.2.2) 34 * @tfrctx_x_recv: receiver estimate of send rate (4.3) 36 * @tfrctx_rtt: (moving average) estimate of RTT (4.3) 38 * @tfrctx_rto: estimate of RTO, equals 4*RTT (4.3)
|
H A D | input.h | 58 * event handlers to estimate size of the buffer needed to hold
|
H A D | vmw_vmci_defs.h | 529 * datagrams is a grossly conservative estimate of the time for which
|
/linux-4.4.14/arch/x86/math-emu/ |
H A D | wm_sqrt.S | 93 /* We use a rough linear estimate for the first guess.. */ 110 /* Make a linear first estimate */ 130 * From our initial estimate, three iterations are enough to get us 140 divl %esi /* current estimate */ 142 addl %eax,%esi /* the new estimate */ 155 * Now that an estimate accurate to about 30 bits has been obtained (in %esi), 203 /* Form the new estimate in %esi:%edi */ 355 /* First, the estimate must be rounded up. */ 362 * We need just find the square of our estimate, compare it 363 * with the argument, and deduce whether our estimate is 364 * above, below, or exact. We use the fact that the estimate 398 /* Our estimate is exactly the right answer */ 403 /* Our estimate is too small */ 408 /* Our estimate is too large, we need to decrement it */ 417 with an extra bit of precision in the estimate. */ 419 rcll $1,%edi /* Shift the estimate left one bit */ 432 /* Put our estimate back to its original value */ 434 rcrl $1,%esi /* Shift the estimate left one bit */ 458 /* Our estimate is exactly the right answer */ 463 /* Our estimate is too small */ 468 /* Our estimate is too large */
|
H A D | div_Xsig.S | 326 movl %eax,FPU_result_1 /* Rough estimate of third word */
|
/linux-4.4.14/init/ |
H A D | calibrate.c | 121 unsigned long estimate; calibrate_delay_direct() local 124 /* compute the estimate */ calibrate_delay_direct() 125 estimate = (good_timer_sum/good_timer_count); calibrate_delay_direct() 126 maxdiff = estimate >> 3; calibrate_delay_direct() 130 return estimate; calibrate_delay_direct() 135 if ((measured_times[max] - estimate) < calibrate_delay_direct() 136 (estimate - measured_times[min])) { calibrate_delay_direct() 138 "min bogoMips estimate %d = %lu\n", calibrate_delay_direct() 144 "max bogoMips estimate %d = %lu\n", calibrate_delay_direct() 164 "estimate for loops_per_jiffy.\nProbably due to long platform " calibrate_delay_direct() 177 * time we refine our estimate after the first takes 1.5/HZ seconds, so try 178 * to start with a good estimate. 209 * We overshot, so retreat to a clear underestimate. Then estimate calibrate_delay_converge()
|
/linux-4.4.14/include/uapi/linux/iio/ |
H A D | events.h | 18 * @timestamp: best estimate of time of event occurrence (often from
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | div64.S | 36 addc r9,r4,r10 # rounding up (so the estimate cannot 44 2: mullw r10,r11,r4 # to get an estimate of the quotient, 45 mulhwu r9,r11,r4 # multiply the estimate by the divisor, 47 add r8,r8,r11 # and add the estimate to the accumulated
|
H A D | cuboot-acadia.c | 55 unsigned long est; /* current estimate */ get_clocks()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
H A D | phy_hal.h | 138 u8 est_Pout[4]; /* Latest tx power out estimate per RF chain */ 139 u8 est_Pout_act[4]; /* Latest tx power out estimate per RF chain 141 u8 est_Pout_cck; /* Latest CCK tx power out estimate */ 156 u8 txpwr_est_Pout[2]; /* Latest estimate for 2.4 and 5 Ghz */ 157 u8 txpwr_est_Pout_gofdm; /* Pwr estimate for 2.4 OFDM */
|
/linux-4.4.14/net/dccp/ccids/ |
H A D | ccid3.h | 132 * @rx_x_recv: Receiver estimate of send rate (RFC 3448, sec. 4.3) 133 * @rx_rtt: Receiver estimate of RTT
|
H A D | ccid2.h | 56 * @tx_srtt: smoothed RTT estimate, scaled by 2^3
|
H A D | ccid3.c | 393 /* Update the moving average for the RTT estimate (RFC 3448, 4.3) */ ccid3_hc_tx_packet_recv() 613 * have a reliable estimate for R_m of [RFC 3448, 6.2] and so ccid3_hc_rx_send_feedback() 686 DCCP_WARN("No RTT estimate available, using fallback RTT\n"); ccid3_first_li() 767 * Sample RTT values, since an RTT estimate is required for the ccid3_hc_rx_packet_recv()
|
/linux-4.4.14/arch/sh/boards/mach-hp6xx/ |
H A D | hp6xx_apm.c | 50 /* Extremely(!!) rough estimate, we will replace this with a datalist later on */ hp6x0_apm_get_power_status()
|
/linux-4.4.14/arch/metag/kernel/ |
H A D | clock.c | 27 * can estimate the core clock from the divider. get_core_freq_default()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
H A D | phy_n.h | 446 #define B43_NPHY_IQEST_CMD B43_PHY_N(0x129) /* I/Q estimate command */ 449 #define B43_NPHY_IQEST_WT B43_PHY_N(0x12A) /* I/Q estimate wait time */ 452 #define B43_NPHY_IQEST_SAMCNT B43_PHY_N(0x12B) /* I/Q estimate sample count */ 453 #define B43_NPHY_IQEST_IQACC_LO0 B43_PHY_N(0x12C) /* I/Q estimate I/Q acc lo 0 */ 454 #define B43_NPHY_IQEST_IQACC_HI0 B43_PHY_N(0x12D) /* I/Q estimate I/Q acc hi 0 */ 455 #define B43_NPHY_IQEST_IPACC_LO0 B43_PHY_N(0x12E) /* I/Q estimate I power acc lo 0 */ 456 #define B43_NPHY_IQEST_IPACC_HI0 B43_PHY_N(0x12F) /* I/Q estimate I power acc hi 0 */ 457 #define B43_NPHY_IQEST_QPACC_LO0 B43_PHY_N(0x130) /* I/Q estimate Q power acc lo 0 */ 458 #define B43_NPHY_IQEST_QPACC_HI0 B43_PHY_N(0x131) /* I/Q estimate Q power acc hi 0 */ 459 #define B43_NPHY_IQEST_IQACC_LO1 B43_PHY_N(0x134) /* I/Q estimate I/Q acc lo 1 */ 460 #define B43_NPHY_IQEST_IQACC_HI1 B43_PHY_N(0x135) /* I/Q estimate I/Q acc hi 1 */ 461 #define B43_NPHY_IQEST_IPACC_LO1 B43_PHY_N(0x136) /* I/Q estimate I power acc lo 1 */ 462 #define B43_NPHY_IQEST_IPACC_HI1 B43_PHY_N(0x137) /* I/Q estimate I power acc hi 1 */ 463 #define B43_NPHY_IQEST_QPACC_LO1 B43_PHY_N(0x138) /* I/Q estimate Q power acc lo 1 */ 464 #define B43_NPHY_IQEST_QPACC_HI1 B43_PHY_N(0x139) /* I/Q estimate Q power acc hi 1 */ 531 #define B43_NPHY_CHANEST_CDDSH B43_PHY_N(0x17A) /* Channel estimate CDD shift */ 677 #define B43_NPHY_PHYSTAT_FREQEST B43_PHY_N(0x1F2) /* PHY stats frequency estimate */ 716 #define B43_NPHY_CHAN_ESTHANG B43_PHY_N(0x21D) /* Channel estimate hang */
|
H A D | tables_nphy.h | 153 #define B43_NTAB_CHANEST_R3 B43_NTAB32(22, 0) /* channel estimate */
|
/linux-4.4.14/arch/arm/plat-omap/ |
H A D | counter_32k.c | 99 * 120000 rough estimate from the calculations in omap_init_clocksource_32k()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | vecemu.c | 33 * Computes an estimate of 2^x. The `s' argument is the 32-bit 88 * Computes an estimate of log_2(x). The `s' argument is the 32-bit
|
H A D | vector.S | 434 * Vector reciprocal estimate. We just compute 1.0/x. 452 * Vector reciprocal square-root estimate, floating point. 453 * We use the frsqrte instruction for the initial estimate followed
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
H A D | socklnd_modparams.c | 45 * we will estimate reasonable value based on CPUs if it's not set. */
|
/linux-4.4.14/drivers/gpu/drm/mga/ |
H A D | mga_irq.c | 116 * rate to calculate an estimate. mga_disable_vblank()
|
/linux-4.4.14/net/rxrpc/ |
H A D | ar-error.c | 90 /* they didn't give us a size, estimate one */ rxrpc_UDP_error_report()
|
H A D | ar-internal.h | 191 suseconds_t rtt; /* current RTT estimate (in uS) */
|
/linux-4.4.14/fs/proc/ |
H A D | meminfo.c | 77 * and cannot be freed. Cap this estimate at the low watermark. meminfo_proc_show()
|
/linux-4.4.14/include/linux/sunrpc/ |
H A D | auth.h | 84 unsigned int au_cslack; /* call cred size estimate */
|
/linux-4.4.14/include/asm-generic/ |
H A D | gpio.h | 25 * actually an estimate of a board-specific value.
|
/linux-4.4.14/arch/mn10300/boot/tools/ |
H A D | build.c | 151 /* 0x28000*16 = 2.5 MB, conservative estimate for the current maximum */ main()
|
/linux-4.4.14/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 32 This code is to estimate rate in a shorter interval (such as 8
|
H A D | ip_vs_lblc.c | 408 * We use the following formula to estimate the load: __ip_vs_lblc_schedule()
|
H A D | ip_vs_lblcr.c | 571 * We use the following formula to estimate the load: __ip_vs_lblcr_schedule()
|
/linux-4.4.14/drivers/media/tuners/ |
H A D | fc0012.c | 425 .frequency_min = 37000000, /* estimate */ 426 .frequency_max = 862000000, /* estimate */
|
H A D | fc0013.c | 584 .frequency_min = 37000000, /* estimate */
|
/linux-4.4.14/drivers/misc/echo/ |
H A D | echo.h | 45 properly adapted, the resulting output is an estimate of the echo signal 47 is an estimate of the signal which originated at the far end of the line, free
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | niobuf.c | 314 * toward our service time estimate */ ptlrpc_at_set_reply() 319 "svc %s changed estimate from %d to %d", ptlrpc_at_set_reply() 326 /* Report service time estimate for future client reqs, but report 0 ptlrpc_at_set_reply()
|
H A D | client.c | 261 /* Adjust max service estimate based on server value */ ptlrpc_at_adj_service() 279 CDEBUG(D_ADAPTTO, "The RPC service estimate for %s ptl %d has changed from %d to %d\n", ptlrpc_at_adj_service() 372 /* Expecting to increase the service time estimate here */ ptlrpc_at_recv_early_reply()
|
H A D | import.c | 710 * We override/ignore the server rpc completion estimate here, ptlrpc_connect_import()
|
/linux-4.4.14/drivers/cpuidle/governors/ |
H A D | menu.c | 61 * more realistic estimate, a correction factor is applied to the estimate, 171 * The more performance critical we estimate the system
|
/linux-4.4.14/net/decnet/ |
H A D | dn_neigh.c | 149 * Make an estimate of the remote block size by assuming that its dn_neigh_construct() 156 * If we over estimate here its no big deal, the NSP negotiations dn_neigh_construct()
|
H A D | dn_nsp_out.c | 162 * This is called each time we get an estimate for the rtt
|
/linux-4.4.14/sound/soc/xtensa/ |
H A D | xtfpga-i2s.c | 84 /* current fifo level estimate. 240 /* Update FIFO level estimate in accordance with interrupt status xtfpga_i2s_threaded_irq_handler()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
H A D | o2iblnd_modparams.c | 56 * we will estimate reasonable value based on CPUs if it's set to zero. */
|
/linux-4.4.14/drivers/video/fbdev/kyro/ |
H A D | STG4000InitDevice.c | 149 /* estimate required feedback multiplier */ ProgramClock()
|
/linux-4.4.14/drivers/media/pci/tw68/ |
H A D | tw68-risc.c | 154 * estimate risc mem: worst case is one write per page border + tw68_risc_buffer()
|
/linux-4.4.14/lib/mpi/ |
H A D | mpih-div.c | 198 /* This might over-estimate q, but it's probably not worth mpihelp_divrem()
|
/linux-4.4.14/net/core/ |
H A D | gen_estimator.c | 46 F.e. I did not find a simple way to estimate the current peak rate
|
/linux-4.4.14/net/dccp/ccids/lib/ |
H A D | tfrc_equation.c | 613 * @p: loss ratio estimate scaled by 1000000
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | omap-pm.h | 108 * bus code will adjust the estimate based on its model of the bus, so
|
/linux-4.4.14/net/ipv4/ |
H A D | tcp_bic.c | 57 u32 delayed_ack; /* estimate the ratio of Packets/ACKs << 4 */
|
H A D | tcp_westwood.c | 33 u32 bw_est; /* bandwidth estimate */
|
H A D | tcp_timer.c | 458 * we do not increase the rtt estimate. rto is initialized tcp_retransmit_timer()
|
H A D | tcp_input.c | 678 /* Called to compute a smoothed rtt estimate. The data fed to this 813 * If we do not estimate RTO correctly without them, tcp_set_rto() 956 * in packet stream. With SACKs we can estimate it: 1012 * be used as an exaggerated estimate. 2050 * it is easy to give pretty reliable estimate of this number, 2069 * It is absolutely correct estimate, if network does not reorder 2749 * Main goal of this function is to calculate new estimate for left_out,
|
H A D | tcp_metrics.c | 385 /* This session failed to estimate rtt. Why? tcp_update_metrics()
|
H A D | tcp_output.c | 2398 /* if free space is less than mss estimate, or is below 1/16th __tcp_select_window() 3306 /* If some rtt estimate is known, use it to bound delayed ack. tcp_send_delayed_ack()
|
/linux-4.4.14/net/netfilter/ |
H A D | nft_hash.c | 365 .estimate = nft_hash_estimate,
|
H A D | nft_rbtree.c | 252 .estimate = nft_rbtree_estimate,
|
H A D | nf_tables_api.c | 2287 if (!ops->estimate(desc, features, &est)) nft_select_set_ops()
|
/linux-4.4.14/sound/usb/ |
H A D | card.h | 158 bool trigger_tstamp_pending_update; /* trigger timestamp being updated from initial estimate */
|
H A D | pcm.c | 62 some truncation for 44.1 but the estimate is good enough */ snd_usb_pcm_delay() 1581 * Report when delay estimate is off by more than 2ms. retire_playback_urb() 1582 * The error should be lower than 2ms since the estimate relies retire_playback_urb()
|
/linux-4.4.14/drivers/char/ |
H A D | random.c | 75 * an *estimate* of how many bits of randomness have been stored into 86 * reason, the routine decreases its internal estimate of how many 90 * If this estimate goes to zero, the routine can still generate 155 * All of these routines try to estimate how many bits of randomness a 484 * update the entropy estimate. The caller should call 781 * delays. It uses the timer_rand_state structure to make an estimate 810 * in order to make our estimate. add_timer_randomness()
|
/linux-4.4.14/drivers/thermal/ |
H A D | power_allocator.c | 87 * thermal_zone_params, estimate one. Calculate it using the minimum 117 * @tz: thermal zone for which to estimate the constants
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_dp_helper.c | 455 * "best" case estimate, ie. successful while as short as possible. 491 * case estimate, ie. successful while as long as possible.
|
H A D | drm_irq.c | 925 * Return current monotonic/gettimeofday timestamp as best estimate. drm_get_last_vbltimestamp()
|
/linux-4.4.14/fs/ecryptfs/ |
H A D | main.c | 76 * Module parameter that is an estimate of the maximum number of users 83 MODULE_PARM_DESC(ecryptfs_number_of_users, "An estimate of the number of "
|
H A D | crypto.c | 2151 /* Return a safe estimate for the uncommon cases */ ecryptfs_set_f_namelen()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | lustre_import.h | 342 /* restore estimate value from timeout: e=4/5(t-5) */ at_timeout2est()
|
H A D | lustre_net.h | 1487 * service time estimate (secs)
|
H A D | cl_object.h | 1779 * Lock weighting ast. Executed to estimate how precious this lock
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_proc.c | 154 * safe against division by zero. We only estimate anyway. drbd_syncer_progress()
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | time.c | 440 "and unable to estimate a proper value!\n"); time_init()
|
/linux-4.4.14/fs/gfs2/ |
H A D | lock_dlm.c | 34 * update the current srtt estimate. The variance estimate is a bit 36 * the current variance estimate and add 1/4 of that to the running 62 * The rtt (lock round trip time) is an estimate of the time
|
H A D | glock.c | 693 /* We use the global stats to estimate the initial per-glock stats */ gfs2_glock_get()
|
/linux-4.4.14/net/sched/ |
H A D | sch_teql.c | 49 I estimate an upper useful difference as ~10 times.
|
H A D | sch_pie.c | 414 * 3. We have atleast one estimate for the avg_dq_rate ie., calculate_probability()
|
H A D | sch_cbq.c | 56 In the worst case we have IntServ estimate with D = W*r+k*MTU 65 --- Linux has no EOI event, so that we cannot estimate true class
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 58 /* estimate risc mem: worst case is one write per page border + bttv_risc_packed() 143 /* estimate risc mem: worst case is one write per page border + bttv_risc_planar() 261 /* estimate risc mem: worst case is (1.5*clip+1) * lines instructions bttv_risc_overlay()
|
/linux-4.4.14/drivers/video/fbdev/core/ |
H A D | fbmon.c | 717 /* estimate monitor limits based on modes supported */ fb_get_monitor_limits() 1216 * fb_get_hfreq - estimate hsync
|
/linux-4.4.14/drivers/media/pci/cx25821/ |
H A D | cx25821-core.c | 1084 /* estimate risc mem: worst case is one write per page border + cx25821_risc_buffer() 1188 /* estimate risc mem: worst case is one write per page border + cx25821_risc_databuffer_audio()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
H A D | cx88-core.c | 149 /* estimate risc mem: worst case is one write per page border + cx88_risc_buffer() 183 /* estimate risc mem: worst case is one write per page border + cx88_risc_databuffer()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | stb0899_drv.c | 184 /* DVB-S2 Es/N0 estimate in dB/100 vs read value */ 1055 dprintk(state->verbose, FE_DEBUG, 1, "Es/N0 quant = %d (%d) estimate = %u (%d), C/N = %d * 0.1 dBm", stb0899_read_snr()
|
H A D | mb86a20s.c | 883 * As we get TMCC data from the frontend, we can better estimate the mb86a20s_get_pre_ber() 1010 * As we get TMCC data from the frontend, we can better estimate the mb86a20s_get_post_ber() 1140 * As we get TMCC data from the frontend, we can better estimate the mb86a20s_get_blk_error()
|
H A D | tda10071.c | 416 /* input power estimate dBm */ tda10071_read_status()
|
H A D | dib7000p.c | 1692 * Table to estimate signal strength in dBm.
|
H A D | dib8000.c | 3898 * Table to estimate signal strength in dBm.
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
H A D | cx23885-core.c | 1140 /* estimate risc mem: worst case is one write per page border + cx23885_risc_buffer() 1177 /* estimate risc mem: worst case is one write per page border + cx23885_risc_databuffer() 1215 /* estimate risc mem: worst case is one write per page border + cx23885_risc_vbibuffer()
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
H A D | r8192U_wx.c | 211 * bit rate is meaningless (overhead an co) to estimate how
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
H A D | linux-cpu.c | 45 * 0 : estimate best value based on cores or NUMA nodes
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
H A D | odp.c | 80 * estimate the cost of another UMR vs. the cost of bigger mlx5_ib_invalidate_range()
|
/linux-4.4.14/drivers/media/ |
H A D | media-entity.c | 33 * @extra_links: Initial estimate of the number of extra links.
|
/linux-4.4.14/drivers/power/ |
H A D | 88pm860x_battery.c | 767 * to estimate capacity; calc_capacity()
|
/linux-4.4.14/block/ |
H A D | blk-merge.c | 279 /* estimate segment number by bi_vcnt for non-cloned bio */ blk_recount_segments()
|
H A D | cfq-iosched.c | 3366 /* the queue hasn't finished any request, can't estimate */ cfq_slice_used_soon()
|
/linux-4.4.14/fs/ |
H A D | mpage.c | 424 * FIXME: This code wants an estimate of how many pages are still to be
|
/linux-4.4.14/fs/ocfs2/ |
H A D | journal.h | 231 * ocfs2_start_trans - Begin a transaction. Give it an upper estimate of
|
H A D | aops.c | 1780 * well as a worst case estimate of the number of extent records that
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | mca_drv.c | 338 * (now we can estimate the maxinum of section in a record.) init_record_index_pools()
|
H A D | smpboot.c | 286 long lat; /* estimate of itc adjustment latency */ ia64_sync_itc()
|
/linux-4.4.14/kernel/power/ |
H A D | snapshot.c | 1036 * snapshot_additional_pages - estimate the number of additional pages 1511 * We want to avoid attempting to free too much memory too hard, so estimate the 1545 * estimate) and reserverd_size divided by PAGE_SIZE (which is tunable through
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | gspca.c | 637 /* if the image is compressed, estimate its mean size */ which_bandwidth() 643 /* estimate the frame rate */ which_bandwidth()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 153 /* The bandwidth estimate is too low for many cameras. Don't use uvc_fixup_video_ctrl() 883 /* Compute the SCR.SOF frequency estimate. At the nominal 1kHz SOF uvc_video_stats_dump()
|
/linux-4.4.14/fs/nfsd/ |
H A D | nfs4proc.c | 1459 * These are the ops whose result size we estimate before 1780 * the op prematurely if the estimate is too large. We may turn off splice
|
H A D | nfs4xdr.c | 4309 * an upper estimate. For some nonidempotent operations (such as 4310 * getattr), it's not necessarily a problem if that estimate is wrong,
|
H A D | nfs4state.c | 2571 * less than 1k. Tighten up this estimate in the unlikely event check_backchannel_attrs()
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_file.c | 1102 * code wants an estimate of the buffer size to calculate it's xfs_file_readdir() 1106 * Try to give it an estimate that's good enough, maybe at some xfs_file_readdir()
|
H A D | xfs_log_recover.c | 768 * find one, then our current estimate for the location of the xlog_find_head() 1166 * our current estimate of the head. What we're trying to detect is xlog_find_zeroed()
|
/linux-4.4.14/drivers/usb/host/ |
H A D | ehci.h | 615 * the best-case estimate of the number of full-speed bytes allocated to an
|
H A D | xhci.c | 2143 * This algorithm is a very conservative estimate of the worst-case scheduling 2149 * case scenario. Instead, we come up with an estimate that is no less than 2151 * over-estimate. 2708 * Otherwise, clean up the estimate to include dropped eps. xhci_configure_endpoint()
|
H A D | isp1362-hcd.c | 2065 /* collect statistics to help estimate potential win for isp1362_show()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_wx.c | 301 * bit rate is meaningless (overhead an co) to estimate how
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
H A D | ehca_reqs.c | 298 /* else estimate #packets */ ehca_write_swqe()
|
/linux-4.4.14/drivers/lightnvm/ |
H A D | rrpc.c | 498 * estimate. rrpc_get_lun_rr()
|
/linux-4.4.14/drivers/mtd/ |
H A D | nftlmount.c | 429 /* calc_chain_length: Walk through a Virtual Unit Chain and estimate chain length */ calc_chain_length()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
H A D | em28xx-audio.c | 809 * URBs, estimate the typical size of an URB, in order to adjust the em28xx_audio_urb_init()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | ampdu.c | 56 #define FFPLD_MPDU_SIZE 1800 /* estimate of maximum mpdu size */
|
/linux-4.4.14/drivers/net/irda/ |
H A D | stir4200.c | 635 /* estimate transfer time for remaining chars */ fifo_txwait()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | tx.c | 148 * pessimistic estimate of the fill level (which may even efx_tx_maybe_stop_queue()
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | tsc.c | 687 * (the best estimate). We use two different calibration modes native_calibrate_tsc()
|
H A D | apm_32.c | 1029 * source. The bat value returned give an estimate as a percentage
|
/linux-4.4.14/fs/logfs/ |
H A D | logfs.h | 420 * It is a pessimistic estimate, so some/most will get freed on
|
/linux-4.4.14/fs/ceph/ |
H A D | snap.c | 313 * conservatively estimate that all parent snaps might be build_snap_context()
|
/linux-4.4.14/include/uapi/scsi/fc/ |
H A D | fc_els.h | 45 ELS_ESTC = 0x0c, /* estimate credit */
|
/linux-4.4.14/fs/ubifs/ |
H A D | replay.c | 1066 * to roughly estimate index growth. Things like @c->bi.min_idx_lebs ubifs_replay_journal()
|
/linux-4.4.14/include/net/netfilter/ |
H A D | nf_tables.h | 265 bool (*estimate)(const struct nft_set_desc *desc, member in struct:nft_set_ops
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | mdesc.c | 624 /* Since we have an estimate of recursion depth, do a sanity check. */ find_back_node_value()
|
H A D | smp_64.c | 203 long lat; /* estimate of itc adjustment latency */ smp_synchronize_tick_client()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 340 # Now calculate an estimate of the quotient words (msw first, then lsw).
|
H A D | isp.S | 2290 # Now calculate an estimate of the quotient words (msw first, then lsw).
|
H A D | fplsp.S | 6769 # d) It is important to estimate how large can |R| be #
|
H A D | fpsp.S | 6875 # d) It is important to estimate how large can |R| be #
|
/linux-4.4.14/arch/m68k/fpsp040/ |
H A D | setox.S | 112 | d) It is important to estimate how large can |R| be after
|
/linux-4.4.14/arch/arm/vfp/ |
H A D | vfpsingle.c | 368 vfp_single_dump("sqrt estimate", &vsd); vfp_single_fsqrt()
|
/linux-4.4.14/tools/perf/util/ |
H A D | dso.c | 798 /* For now just estimate dso data size is close to file size */ dso__data_size()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
H A D | reg.h | 2449 #define AR5K_PHY_SPUR_PWR_I 0x00000001 /* SPUR Power estimate for I (field) */ 2450 #define AR5K_PHY_SPUR_PWR_Q 0x00000100 /* SPUR Power estimate for Q (field) */
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
H A D | api-ni.c | 1147 * ln_num_routes, minus 1 (better to under estimate than over so we lnet_init()
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | cyber2000fb.c | 720 * and divisor, and estimate the error. cyber2000fb_decode_clock()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
H A D | scif_dma.c | 776 * The nr_bytes provides the callee an estimate of the maximum possible
|
/linux-4.4.14/drivers/ide/ |
H A D | hpt366.c | 926 * First, try to estimate the PCI clock frequency... init_chipset_hpt366()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | htt.h | 1563 * conservative estimate of what the cache line size could be.
|
/linux-4.4.14/mm/ |
H A D | vmstat.c | 629 * the target size. Note that this function makes no attempt to estimate
|
H A D | vmscan.c | 320 * never try to free more than twice the estimate number of do_shrink_slab() 3705 * a better estimate zone_pagecache_reclaimable()
|
H A D | page-writeback.c | 1431 * 1) try to estimate the next pause time and if necessary, use a lower wb_min_pause()
|
H A D | page_alloc.c | 2389 * the high-atomic reserves. This will over-estimate the size of the __zone_watermark_ok()
|
/linux-4.4.14/net/sunrpc/ |
H A D | xprt.c | 437 * The transport code maintains an estimate on the maximum number of out-
|
/linux-4.4.14/include/uapi/linux/ |
H A D | wireless.h | 974 * bit rate is meaningless (overhead an co) to estimate how
|
/linux-4.4.14/include/net/ |
H A D | ip_vs.h | 1614 * use the following formula to estimate the overhead now: ip_vs_dest_conn_overhead()
|
H A D | mac80211.h | 4726 * Although mac80211/low level driver/user space application can estimate 4753 * Although mac80211/low level driver/user space application can estimate
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
H A D | ldlm_request.c | 162 /* Update our time estimate */ ldlm_completion_tail()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
H A D | cl_lock.c | 1477 * Executes cl_lock_operations::clo_weigh(), and sums results to estimate lock
|
/linux-4.4.14/drivers/scsi/aacraid/ |
H A D | commsup.c | 1763 * holding spinlock. We take the estimate aac_command_thread()
|
/linux-4.4.14/drivers/media/platform/coda/ |
H A D | coda-common.c | 420 * This is a rough estimate for sensible compressed buffer coda_estimate_sizeimage()
|
/linux-4.4.14/drivers/tty/ |
H A D | rocket.c | 1667 * Return the number of characters that can be sent. We estimate
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | 4965-rs.c | 1887 /* Else we have enough samples; calculate estimate of il4965_rs_rate_scale_perform()
|
H A D | commands.h | 2047 * estimate of the new mode with the old. If either is better with the new
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
H A D | rs.c | 2356 /* Else we have enough samples; calculate estimate of rs_rate_scale_perform()
|
H A D | commands.h | 1797 * estimate of the new mode with the old. If either is better with the new
|
/linux-4.4.14/drivers/net/vmxnet3/ |
H A D | vmxnet3_drv.c | 1220 /* Non-IP pkt, dont estimate header length */ vmxnet3_get_hdr_len()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 173 * we can not estimate the proper divider as it is not known stmmac_clk_csr_set()
|
/linux-4.4.14/include/net/sctp/ |
H A D | structs.h | 938 * a SACK to estimate the causative TSN(s)'s group.
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
H A D | dsi.c | 4487 * "feature". So let's just estimate very roughly and multiply by 1.5. dsi_cm_calc()
|
/linux-4.4.14/drivers/dma/ppc4xx/ |
H A D | adma.c | 1329 * ppc440spe_adma_device_estimate - estimate the efficiency of processing
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_gem.c | 2582 * GPU processing the request, we never over-estimate the __i915_add_request()
|
/linux-4.4.14/fs/ext4/ |
H A D | super.c | 2966 * system with zero in s_overhead_clusters the estimate will be close to
|
/linux-4.4.14/kernel/trace/ |
H A D | ftrace.c | 1214 /* estimate from running different kernels */
|
/linux-4.4.14/fs/reiserfs/ |
H A D | inode.c | 2607 * starting it here, we can make a reliable estimate for how many reiserfs_write_full_page()
|
/linux-4.4.14/drivers/scsi/ |
H A D | osst.c | 1352 /* we are not yet at the estimated frame, adjust our estimate of its physical position */ osst_seek_logical_blk()
|
/linux-4.4.14/kernel/sched/ |
H A D | fair.c | 4430 * We want to under-estimate the load of migration sources, to
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 13804 * We will try to roughly estimate the maximum number of CoSes this chip bnx2x_init_one()
|