Searched refs:thresh (Results 51 - 75 of 82) sorted by relevance

1234

/linux-master/fs/btrfs/
H A Dcompression.c178 int thresh; member in struct:btrfs_compr_pool
190 ret = READ_ONCE(compr_pool.count) - READ_ONCE(compr_pool.thresh);
249 if (compr_pool.count > compr_pool.thresh) {
1079 compr_pool.thresh = BTRFS_MAX_COMPRESSED / PAGE_SIZE * 8;
H A Dblock-group.c1764 u64 thresh; local
1769 thresh = mult_perc(bg->length, reclaim_thresh);
1775 if (old_val < thresh)
1777 if (new_val >= thresh)
3803 u64 thresh; local
3813 thresh = btrfs_super_total_bytes(fs_info->super_copy);
3814 thresh = max_t(u64, SZ_64M, mult_perc(thresh, 1));
3816 if (sinfo->total_bytes - bytes_used < thresh)
H A Dsuper.c1689 u64 thresh = 0; local
1754 thresh = SZ_4M;
1764 (total_free_meta < thresh || total_free_meta - thresh < block_rsv->size))
H A Dextent_io.c1238 int thresh = 8192; local
1240 if (delalloc_to_write < thresh * 2)
1241 thresh = delalloc_to_write;
1243 thresh);
/linux-master/tools/perf/
H A Dbuiltin-timechart.c1464 int thresh = tchart->io_events ? BYTES_THRESH : TIME_THRESH; local
1475 count = determine_display_io_tasks(tchart, thresh);
1477 count = determine_display_tasks(tchart, thresh);
1478 thresh /= 10;
1479 } while (!process_filter && thresh && count < tchart->proc_num);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c816 u32 thresh; local
831 thresh = MS(mci->config, ATH_MCI_CONFIG_AGGR_THRESH);
833 AR_BTCOEX_CTRL_AGGR_THRESH, thresh);
/linux-master/mm/kfence/
H A Dcore.c197 unsigned long thresh = (CONFIG_KFENCE_NUM_OBJECTS * kfence_skip_covered_thresh) / 100; local
199 return atomic_long_read(&counters[KFENCE_COUNTER_ALLOCATED]) > thresh;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h223 u64 thresh : 36; /* W6*/ member in struct:npa_aura_s
274 u64 thresh : 36; member in struct:npa_pool_s
/linux-master/arch/x86/kernel/
H A Dtsc.c356 u64 thresh = tsc_khz ? tsc_khz >> 5 : TSC_DEFAULT_THRESHOLD; local
366 if ((t2 - t1) < thresh)
/linux-master/fs/ocfs2/
H A Djournal.c449 * If we have fewer than thresh credits, extend by OCFS2_MAX_TRANS_DATA.
454 int ocfs2_allocate_extend_trans(handle_t *handle, int thresh) argument
461 trace_ocfs2_allocate_extend_trans(old_nblks, thresh);
463 if (old_nblks < thresh)
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-spi.c372 gmxx_tx_spi_thresh.s.thresh = 4;
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c1460 int unused, thresh; local
1471 thresh = tx_ring->count - NAPI_POLL_WEIGHT;
1472 if ((tx_desc->gbec_status == DSC_INIT16) && (unused < thresh))
/linux-master/drivers/perf/
H A Dxgene_pmu.c560 XGENE_PMU_EVENT_ATTR(queue-fill-gt-thresh, 0x22),
561 XGENE_PMU_EVENT_ATTR(queue-rds-gt-thresh, 0x23),
562 XGENE_PMU_EVENT_ATTR(queue-wrs-gt-thresh, 0x24),
/linux-master/drivers/input/misc/
H A Diqs269a.c278 u8 thresh[3]; member in struct:iqs269_ch_reg
742 if (!fwnode_property_read_u32(ev_node, "azoteq,thresh", &val)) {
751 ch_reg->thresh[iqs269_events[i].th_offs] = val;
1159 "azoteq,thresh-swipe", &val)) {
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h325 u64 thresh; member in struct:otx2_ptp
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-gmxx-defs.h2224 uint64_t thresh:6; member in struct:cvmx_gmxx_tx_spi_thresh::cvmx_gmxx_tx_spi_thresh_s
2226 uint64_t thresh:6;
/linux-master/drivers/media/pci/tw5864/
H A Dtw5864-video.c1306 const u16 thresh = input->md_threshold_grid_values[i]; local
1309 if (metric > thresh)
/linux-master/tools/perf/util/
H A Dhist.c674 unsigned thresh = -high % high; local
677 if (r >= thresh)
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c1521 unsigned i, thresh; local
1557 thresh = sky2_get_rx_threshold(sky2);
1558 if (thresh > 0x1ff)
1561 sky2_write16(hw, SK_REG(sky2->port, RX_GMF_TR_THR), thresh);
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h894 * @thresh: The threshold of minimum amount of free descriptors
905 u16 thresh; member in struct:mtk_tx_ring
/linux-master/drivers/gpu/drm/tegra/
H A Ddrm.c423 return host1x_syncpt_wait(sp, args->thresh,
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c485 DEFINE_UNCORE_FORMAT_ATTR(thresh9, thresh, "config:24-35");
486 DEFINE_UNCORE_FORMAT_ATTR(thresh8, thresh, "config:24-31");
487 DEFINE_UNCORE_FORMAT_ATTR(thresh6, thresh, "config:24-29");
488 DEFINE_UNCORE_FORMAT_ATTR(thresh5, thresh, "config:24-28");
H A Duncore_nhmex.c195 DEFINE_UNCORE_FORMAT_ATTR(thresh8, thresh, "config:24-31");
/linux-master/drivers/target/
H A Dtarget_core_user.c810 static inline size_t spc_bitmap_free(unsigned long *bitmap, uint32_t thresh) argument
812 return thresh - bitmap_weight(bitmap, thresh);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3508 wlc_lcnphy_samp_cap(struct brcms_phy *pi, int clip_detect_algo, u16 thresh, argument
3574 if (imag > thresh || imag < -thresh) {

Completed in 645 milliseconds

1234