Searched refs:threshold (Results 226 - 250 of 297) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dpearl_pcie.c960 int threshold = 0; local
967 if (++threshold > 10000) {
/linux-master/kernel/sched/
H A Dpsi.c463 /* Check for stall activity or a previous threshold breach */
476 if (growth < t->threshold)
494 /* Reset threshold breach flag once event got generated */
1314 /* Check threshold */
1324 t->threshold = threshold_us * NSEC_PER_USEC;
/linux-master/include/net/
H A Ddevlink.h1294 u32 threshold, struct netlink_ext_ack *extack);
1304 u16 pool_index, u32 threshold,
H A Dtcp.h263 #define TCP_RACK_NO_DUPTHRESH 0x4 /* Do not use DUPACK threshold in RACK */
1146 /* return slow start threshold (required) */
1593 int rcvbuf, threshold; local
1599 threshold = rcvbuf - (rcvbuf >> 3);
1601 return atomic_read(&sk->sk_rmem_alloc) > threshold;
/linux-master/drivers/perf/
H A Darm_pmuv3.c327 GEN_PMU_FORMAT_ATTR(threshold); variable
415 * impossible to write the threshold in the upper 32 bits of PMEVTYPER.
1036 th = ATTR_CFG_GET_FLD(attr, threshold);
1038 pr_debug("PMU event threshold exceeds max value\n");
H A Dcxl_pmu.c245 [cxl_pmu_threshold_attr] = CXL_PMU_FORMAT_ATTR(threshold, "config1:0-15"),
668 * states the threshold shall be set to 1 but if set to 0 it will
671 * and hence to which non 1 values of threshold can apply.
672 * (CXL 3.0 8.2.7.2.1 Counter Configuration - threshold field definition)
/linux-master/arch/x86/events/intel/
H A Duncore_snb.c254 DEFINE_UNCORE_FORMAT_ATTR(threshold, threshold, "config:24-29");
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h597 u32 threshold, struct netlink_ext_ack *extack);
605 u16 pool_index, u32 threshold,
/linux-master/mm/damon/
H A Dcore.c1327 * thres '->nr_accesses' diff threshold for the merge
1353 * threshold '->nr_accesses' diff threshold for the merge
1361 static void kdamond_merge_regions(struct damon_ctx *c, unsigned int threshold, argument
1367 damon_merge_regions_of(t, threshold, sz_limit);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c690 if (srq->threshold)
709 if (count > srq->threshold) {
711 bnxt_qplib_srq_arm_db(&srq->dbinfo, srq->threshold);
748 srq->threshold = le16_to_cpu(sb->srq_limit);
798 if (srq->arm_req == true && count > srq->threshold) {
800 bnxt_qplib_srq_arm_db(&srq->dbinfo, srq->threshold);
/linux-master/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c587 static bool is_disabling(int old, int new, int threshold) argument
589 return old >= threshold && new < threshold;
592 static bool is_enabling(int old, int new, int threshold) argument
594 return old < threshold && new >= threshold;
/linux-master/fs/f2fs/
H A Dsegment.c454 unsigned int threshold = local
456 unsigned int global_threshold = threshold * 3 / 2;
458 if (dents >= threshold || qdata >= threshold ||
459 nodes >= threshold || meta >= threshold ||
460 imeta >= threshold)
498 /* exceed periodical checkpoint timeout threshold */
/linux-master/drivers/scsi/
H A Dsd.c1217 sector_t threshold; local
1251 threshold = sdkp->capacity - SD_LAST_BUGGY_SECTORS;
1253 if (unlikely(sdp->last_sector_bug && lba + nr_blocks > threshold)) {
1254 if (lba < threshold) {
1255 /* Access up to the threshold but not beyond */
1256 nr_blocks = threshold - lba;
/linux-master/block/
H A Dblk-throttle.c1343 * make sure all children has lower idle time threshold and
1808 * configure a too big threshold) or 4 times of idletime threshold
1809 * - average think time is more than threshold
1810 * - IO latency is largely below threshold
2346 unsigned int threshold; local
2349 threshold = tg->td->avg_buckets[rw][bucket].latency +
2351 if (lat > threshold)
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h1302 /* Don't report BSSs with signal (RSSI) below this threshold */
1318 __le16 threshold; member in struct:wmi_set_rts_cmd
2604 int ath6kl_wmi_set_rts_cmd(struct wmi *wmi, u16 threshold);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1790 cmd->threshold = wl->conf.fwlog.threshold;
/linux-master/drivers/md/
H A Ddm-thin-metadata.c2090 dm_block_t threshold,
2099 threshold, fn, context);
2089 dm_pool_register_metadata_threshold(struct dm_pool_metadata *pmd, dm_block_t threshold, dm_sm_threshold_fn fn, void *context) argument
/linux-master/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c280 u32 threshold = priv->can.echo_skb_max - local
283 return num_echo_skb >= threshold;
/linux-master/drivers/net/ethernet/ibm/
H A Dibmveth.c159 pool->threshold = pool_size * 7 / 8;
325 (atomic_read(&pool->available) < pool->threshold))
/linux-master/drivers/scsi/esas2r/
H A Datvda.h512 u8 threshold; member in struct:atto_vda_dh_smart
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dqp.c169 wss->threshold = (llc_bits * wss_threshold) / 100;
170 if (wss->threshold == 0)
171 wss->threshold = 1;
258 * Is the working set larger than the threshold?
262 return atomic_read(&wss->total_count) >= wss->threshold;
/linux-master/sound/soc/tegra/
H A Dtegra210_i2s.c658 /* FIFO threshold in terms of frames */
664 cif_conf.threshold = i2s->rx_fifo_th;
/linux-master/include/linux/mtd/
H A Drawnand.h1525 int threshold);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3545 u16 threshold; local
3564 threshold = MS(info1, HTT_TX_MODE_SWITCH_IND_INFO1_THRESHOLD);
3567 "htt rx tx mode switch ind info0 0x%04x info1 0x%04x enable %d num records %zd mode %d threshold %u\n",
3568 info0, info1, enable, num_records, mode, threshold);
3592 ar->htt.tx_q_state.num_push_allowed = threshold;
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.c550 * in the queue are less then a certain threshold.
1228 queue->threshold = DIV_ROUND_UP(queue->limit, 10);

Completed in 602 milliseconds

1234567891011>>