Searched refs:threshold (Results 251 - 275 of 297) sorted by relevance

<<1112

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h343 u16 threshold; member in struct:aci_save_gphy
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c52 unsigned int time_since_last_napi, threshold; local
61 threshold = jiffies_to_usecs(dev->watchdog_timeo);
68 "TX q %d is paused for too long (threshold %u). Time since last napi %u usec. napi scheduled: %d\n",
70 threshold,
74 if (threshold < time_since_last_napi && napi_scheduled) {
3471 "Lost TX completions are above the threshold (%d > %d). Completion transmission timeout: %u.\n",
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c1432 u32 threshold,
1443 pool_index, threshold, extack);
1468 u16 pool_index, u32 threshold,
1480 pool_index, threshold, extack);
1430 mlxsw_devlink_sb_port_pool_set(struct devlink_port *devlink_port, unsigned int sb_index, u16 pool_index, u32 threshold, struct netlink_ext_ack *extack) argument
1465 mlxsw_devlink_sb_tc_pool_bind_set(struct devlink_port *devlink_port, unsigned int sb_index, u16 tc_index, enum devlink_sb_pool_type pool_type, u16 pool_index, u32 threshold, struct netlink_ext_ack *extack) argument
/linux-master/net/bluetooth/
H A Dl2cap_core.c2125 int threshold; local
2150 threshold = chan->ack_win;
2151 threshold += threshold << 1;
2152 threshold >>= 2;
2154 BT_DBG("frames_to_ack %u, threshold %d", frames_to_ack,
2155 threshold);
2157 if (frames_to_ack >= threshold) {
/linux-master/drivers/md/
H A Ddm-integrity.c4105 __u64 threshold; local
4511 threshold = (__u64)ic->journal_entries * (100 - journal_watermark);
4512 threshold += 50;
4513 do_div(threshold, 100);
4514 ic->free_sectors_threshold = threshold;
H A Ddm-bufio.c2871 unsigned long threshold = dm_bufio_cache_size - local
2875 while (dm_bufio_current_allocated > threshold) {
H A Ddm-thin.c150 unsigned long threshold; member in struct:throttle
162 t->threshold = jiffies + THROTTLE_THRESHOLD;
167 if (!t->throttle_applied && time_is_before_jiffies(t->threshold)) {
3261 * When a metadata threshold is crossed a dm event is triggered, and
3263 * userland set the threshold, like we do with the data threshold, but I'm
3421 ti->error = "Error registering metadata threshold";
/linux-master/drivers/mfd/
H A Ddb8500-prcmu.c1944 int db8500_prcmu_config_hotdog(u8 threshold) argument
1951 writeb(threshold, (tcdm_base + PRCM_REQ_MB4_HOTDOG_THRESHOLD));
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1477 * @threshold: Minimum number of packets at which intr is triggered
1479 * Utility function to enable or disable Tx timestamp interrupt and threshold
1481 static int ice_ptp_cfg_phy_interrupt(struct ice_pf *pf, bool ena, u32 threshold) argument
1500 threshold);
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8188f.c444 const u8 threshold = 0x16; local
493 do_notch = rtl8xxxu_read32(priv, REG_FPGA0_PSD_REPORT) >= threshold;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h130 /* Max supported by wil6210 value for interrupt threshold is 5sec. */
1423 int wmi_rbufcap_cfg(struct wil6210_priv *wil, bool enable, u16 threshold);
/linux-master/drivers/scsi/pm8001/
H A Dpm80xx_hwi.h704 __le32 threshold; member in struct:sas_diag_execute_req
/linux-master/drivers/iio/adc/
H A Dxilinx-xadc-core.c256 * The ZYNQ threshold interrupts are level sensitive. Since we can't make the
257 * threshold condition go way from within the interrupt handler, this means as
258 * soon as a threshold condition is present we would enter the interrupt handler
1416 &xadc->threshold[i]);
/linux-master/drivers/media/i2c/
H A Dov772x.c86 #define LUMHTH 0x30 /* Histogram AEC/AGC Luminance high level threshold */
87 #define LUMLTH 0x31 /* Histogram AEC/AGC Luminance low level threshold */
180 #define DNSTH 0x8E /* De-noise threshold */
182 #define EDGE_TRSHLD 0x90 /* Edge threshold control when manual mode */
183 #define DNSOFF 0x91 /* Auto De-noise threshold control */
366 #define AWB_ACTRL 0x80 /* AWB auto threshold control */
367 #define DENOISE_ACTRL 0x40 /* De-noise auto threshold control */
1030 priv->info->edgectrl.threshold);
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dmain.c328 .threshold = 0,
/linux-master/include/linux/mlx5/
H A Ddriver.h483 int threshold; member in struct:mlx5_fc_pool
/linux-master/include/linux/
H A Dmemcontrol.h137 unsigned long threshold; member in struct:mem_cgroup_threshold
140 /* For threshold */
142 /* An array index points to threshold just below or equal to usage. */
154 * Spare threshold array.
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c91 STMMAC_STAT(threshold),
/linux-master/block/
H A Dbfq-iosched.c222 /* Below this threshold (in ns), we consider thinktime immediate. */
225 /* hw_tag detection: parallel requests threshold and min samples needed. */
1314 * particular, we found a threshold such that only bursts with a
1315 * larger size than that threshold are apparently caused by
1351 * the large-burst threshold, then
4766 * actuator is below the threshold (see comments on
6556 * time. If the inflation is below a certain threshold, then bfqq
6559 * increased. If the inflation is above the threshold, then the
6592 u64 threshold = (bfqq->last_serv_time_ns * 3)>>1; local
6594 if (tot_time_ns >= threshold
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c7214 u16 threshold = ha->nvme_last_rptd_aen + ha->last_zio_threshold; local
7216 if (threshold > ha->orig_fw_xcb_count)
7217 threshold = ha->orig_fw_xcb_count;
7220 "SET ZIO Activity exchange threshold to %d.\n",
7221 threshold);
7222 if (qla27xx_set_zio_threshold(base_vha, threshold)) {
7224 "Unable to SET ZIO Activity exchange threshold to %d.\n",
7225 threshold);
7564 "nvme: Sched: Set ZIO exchange threshold to %d.\n",
7574 "Sched: Set ZIO exchange threshold t
[all...]
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c1774 srq->qplib_srq.threshold = srq_init_attr->attr.srq_limit;
1832 /* Change the SRQ threshold */
1836 srq->qplib_srq.threshold = srq_attr->srq_limit;
1870 srq_attr->srq_limit = tsrq.qplib_srq.threshold;
2907 /* Ring DB if the RQEs posted reaches a threshold value */
/linux-master/drivers/gpu/drm/radeon/
H A Dni_dpm.c2636 u32 threshold = state->performance_levels[state->performance_level_count - 1].sclk * 100 / 100; local
2657 (state->performance_levels[i].sclk < threshold) ?
2672 cpu_to_be32(threshold / 512));
/linux-master/drivers/infiniband/hw/hfi1/
H A Dhfi.h152 u16 threshold; /* head update threshold */ member in struct:ctxt_eager_bufs
561 #define HFI1_IB_CFG_OVERRUN_THRESH 13 /* IB overrun threshold */
562 #define HFI1_IB_CFG_PHYERR_THRESH 14 /* IB PHY error threshold */
H A Dinit.c81 MODULE_PARM_DESC(user_credit_return_threshold, "Credit return threshold for user send contexts, return when unreturned credits passes this many blocks (in percent of allocated blocks, 0 is off)");
1399 /* valid credit return threshold is 0-100, variable is unsigned */
1927 * Set the contexts rcv array head update threshold to the closest
1931 rcd->egrbufs.threshold =
H A Ddriver.c161 *update |= !(idx & (rcd->egrbufs.threshold - 1)) && !offset;

Completed in 722 milliseconds

<<1112