Searched refs:threshold (Results 1 - 25 of 297) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dround.S414 | is then loaded with the denormalized exponent threshold for the
428 clrl %d1 |load d1 with ext threshold
440 movew #dbl_thresh,%d1 |put copy of threshold in d1
442 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp
453 movew #sgl_thresh,%d1 |put copy of threshold in d1
455 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp
475 movew %d1,LOCAL_EX(%a0) |load exp with threshold
485 | dnrm_lp --- normalize exponent/mantissa to specified threshold
490 | d1{15:0} denormalization threshold
514 movel %d1,%d0 |copy the denorm threshold
[all...]
H A Dsint.S211 movel #0x403e,%d1 |set threshold for dnrm_lp
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S8444 fcmp.x %fp0,LTHOLD(%pc) # compare with min threshold
H A Dfpsp.S2339 mov.w &0x3c01,%d1 # pass denorm threshold
8550 fcmp.x %fp0,LTHOLD(%pc) # compare with min threshold
21691 # According to the exponent underflow threshold for the given #
21693 # exponent of the operand to the threshold value. While shifting the #
21703 # table of exponent threshold values for each precision
21713 # Load the exponent threshold for the precision selected and check
21714 # to see if (threshold - exponent) is > 65 in which case we can
21719 mov.w (tbl_thresh.b,%pc,%d0.w*2), %d1 # load prec threshold
21721 sub.w FTEMP_EX(%a0), %d0 # diff = threshold - exp
21740 mov.w %d1, FTEMP_EX(%a0) # load exp with threshold
[all...]
H A Dpfpsp.S2338 mov.w &0x3c01,%d1 # pass denorm threshold
5813 # According to the exponent underflow threshold for the given #
5815 # exponent of the operand to the threshold value. While shifting the #
5825 # table of exponent threshold values for each precision
5835 # Load the exponent threshold for the precision selected and check
5836 # to see if (threshold - exponent) is > 65 in which case we can
5841 mov.w (tbl_thresh.b,%pc,%d0.w*2), %d1 # load prec threshold
5843 sub.w FTEMP_EX(%a0), %d0 # diff = threshold - exp
5862 mov.w %d1, FTEMP_EX(%a0) # load exp with threshold
5868 # dnrm_lp(): normalize exponent/mantissa to specified threshold #
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Ddrxk_hard.h179 u16 threshold; member in struct:drxk_cfg_dvbt_echo_thres_t
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c239 u64 threshold = local
253 threshold); /* R12 */
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dctrl.c101 unsigned int threshold; local
103 threshold = band * NFP_NET_MAX_RX_RINGS + alink->queue_base + queue;
105 return __nfp_abm_ctrl_set_q_lvl(alink->abm, threshold, val);
H A Dmain.h48 * @thresholds: current threshold configuration
146 * @red.band.threshold: ECN marking threshold
177 u32 threshold; member in struct:nfp_qdisc::__anon494::__anon496::__anon497
/linux-master/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_mtl.c104 int threshold)
110 reg_val |= (threshold << RX_FC_ACTIVE);
125 int threshold)
131 reg_val |= (threshold << RX_FC_DEACTIVE);
103 sxgbe_mtl_fc_active(void __iomem *ioaddr, int queue_num, int threshold) argument
124 sxgbe_mtl_fc_deactive(void __iomem *ioaddr, int queue_num, int threshold) argument
H A Dsxgbe_mtl.h83 int threshold);
86 int threshold);
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.h434 * @threshold: Minimum number of free entries before queue is kicked by force.
464 unsigned short threshold; member in struct:data_queue
615 * rt2x00queue_threshold - Check if the queue is below threshold
620 return rt2x00queue_available(queue) < queue->threshold;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.h231 u8 thermal_value, u8 threshold);
233 u8 thermal_value, u8 threshold);
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c337 wl1251_debug(DEBUG_ACX, "acx data pd threshold");
343 /* FIXME: threshold value not set */
347 wl1251_warning("failed to set pd threshold: %d", ret);
442 wl1251_debug(DEBUG_ACX, "acx rts threshold");
448 rts->threshold = rts_threshold;
452 wl1251_warning("failed to set rts threshold: %d", ret);
624 wl1251_debug(DEBUG_ACX, "acx cca threshold");
636 wl1251_warning("failed to set cca threshold: %d", ret);
721 int wl1251_acx_low_rssi(struct wl1251 *wl, s8 threshold, u8 weight, argument
733 rssi->threshold
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.c283 * If the RTS threshold is not configured or out of range, use the
289 wl1271_debug(DEBUG_ACX, "acx rts threshold: %d", rts_threshold);
298 rts->threshold = cpu_to_le16((u16)rts_threshold);
302 wl1271_warning("failed to set rts threshold: %d", ret);
442 u32 threshold = ACX_CONN_MONIT_DISABLE_VALUE; local
456 threshold = wl->conf.conn.synch_fail_thold;
461 acx->synch_fail_thold = cpu_to_le32(threshold);
542 wl1271_debug(DEBUG_ACX, "acx cca threshold");
556 wl1271_warning("failed to set cca threshold: %d", ret);
908 wl1271_debug(DEBUG_ACX, "acx frag threshold
[all...]
/linux-master/drivers/scsi/esas2r/
H A Datvda.h512 u8 threshold; member in struct:atto_vda_dh_smart
/linux-master/drivers/soc/tegra/fuse/
H A Dspeedo-tegra114.c34 int *threshold)
47 *threshold = THRESHOLD_INDEX_0;
54 *threshold = THRESHOLD_INDEX_1;
61 *threshold = THRESHOLD_INDEX_0;
77 int threshold; local
85 rev_sku_to_speedo_ids(sku_info, &threshold);
91 if (cpu_speedo_val < cpu_process_speedos[threshold][i])
96 if (soc_speedo_val < soc_process_speedos[threshold][i])
33 rev_sku_to_speedo_ids(struct tegra_sku_info *sku_info, int *threshold) argument
/linux-master/fs/jffs2/
H A Dcompr_rubin.c203 long i0, threshold; local
216 threshold = rs->q + i0;
217 symbol = rs->rec_q >= threshold;
218 if (rs->rec_q >= threshold) {
/linux-master/include/uapi/linux/netfilter/
H A Dxt_NFLOG.h19 __u16 threshold; member in struct:xt_nflog_info
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_nflog.h18 __u16 threshold; member in struct:ebt_nflog_info
/linux-master/net/bridge/netfilter/
H A Debt_nflog.c33 li.u.ulog.qthreshold = info->threshold;
/linux-master/scripts/
H A Dbootgraph.pl167 my $threshold = $threshold2/10;
176 if ($duration >= $threshold) {
/linux-master/arch/mips/kvm/
H A Demulate.c388 ktime_t expires, threshold; local
410 threshold = ktime_add_ns(now, vcpu->arch.count_period / 4);
411 if (ktime_before(expires, threshold)) {
/linux-master/arch/parisc/kernel/
H A Dcache.c519 #define FLUSH_TLB_THRESHOLD (16*1024) /* 16 KiB minimum TLB threshold */
526 unsigned long threshold, threshold2; local
540 threshold = L1_CACHE_ALIGN((unsigned long)((uint64_t)size * alltime / rangetime));
541 pr_info("Calculated flush threshold is %lu KiB\n",
542 threshold/1024);
545 * The threshold computed above isn't very reliable. The following
550 printk(KERN_INFO "Cache flush threshold set to %lu KiB\n",
553 /* calculate TLB flush threshold */
558 threshold = max(cache_info.it_size, cache_info.dt_size);
559 threshold *
[all...]
/linux-master/arch/powerpc/kernel/
H A Dwatchdog.c52 * watchdog threshold.
66 * not been updated for a period exceeding the watchdog threshold, then it
534 u64 threshold = watchdog_thresh; local
537 threshold += (READ_ONCE(wd_timeout_pct) * threshold) / 100;
540 wd_panic_timeout_tb = threshold * ppc_tb_freq;

Completed in 608 milliseconds

1234567891011>>