Home
last modified time | relevance | path

Searched refs:thresh (Results 51 – 75 of 95) sorted by relevance

1234

/linux/drivers/misc/
H A Dbh1770glc.c1049 unsigned long thresh; in bh1770_set_lux_thresh() local
1052 ret = kstrtoul(buf, 0, &thresh); in bh1770_set_lux_thresh()
1056 if (thresh > BH1770_LUX_RANGE) in bh1770_set_lux_thresh()
1060 *target = thresh; in bh1770_set_lux_thresh()
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml270 azoteq,thresh:
341 azoteq,thresh:
449 azoteq,thresh:
554 azoteq,thresh:
/linux/fs/btrfs/
H A Dcompression.c178 int thresh; member
190 ret = READ_ONCE(compr_pool.count) - READ_ONCE(compr_pool.thresh); in btrfs_compr_pool_count()
249 if (compr_pool.count > compr_pool.thresh) { in btrfs_free_compr_folio()
1102 compr_pool.thresh = BTRFS_MAX_COMPRESSED / PAGE_SIZE * 8; in btrfs_init_compress()
H A Dblock-group.c1764 u64 thresh; in should_reclaim_block_group() local
1769 thresh = mult_perc(bg->length, reclaim_thresh); in should_reclaim_block_group()
1775 if (old_val < thresh) in should_reclaim_block_group()
1777 if (new_val >= thresh) in should_reclaim_block_group()
3803 u64 thresh; in should_alloc_chunk() local
3813 thresh = btrfs_super_total_bytes(fs_info->super_copy); in should_alloc_chunk()
3814 thresh = max_t(u64, SZ_64M, mult_perc(thresh, 1)); in should_alloc_chunk()
3816 if (sinfo->total_bytes - bytes_used < thresh) in should_alloc_chunk()
H A Dsuper.c1696 u64 thresh = 0; in btrfs_statfs() local
1761 thresh = SZ_4M; in btrfs_statfs()
1771 (total_free_meta < thresh || total_free_meta - thresh < block_rsv->size)) in btrfs_statfs()
/linux/include/linux/
H A Dwriteback.h357 unsigned long wb_calc_thresh(struct bdi_writeback *wb, unsigned long thresh);
/linux/arch/x86/events/intel/
H A Duncore_discovery.c353 DEFINE_UNCORE_FORMAT_ATTR(thresh, thresh, "config:24-31");
/linux/drivers/gpu/host1x/
H A Djob.c126 void host1x_job_add_wait(struct host1x_job *job, u32 id, u32 thresh, in host1x_job_add_wait() argument
133 cmd->wait.threshold = thresh; in host1x_job_add_wait()
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-evmsk.dts473 st,click-thresh-x = <10>;
474 st,click-thresh-y = <10>;
475 st,click-thresh-z = <10>;
H A Dam335x-evm.dts434 st,click-thresh-x = <10>;
435 st,click-thresh-y = <10>;
436 st,click-thresh-z = <10>;
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dlink.c703 s8 thresh; in iwl_mvm_esr_disallowed_with_link() local
715 thresh = iwl_mvm_get_esr_rssi_thresh(mvm, link->chandef, in iwl_mvm_esr_disallowed_with_link()
718 if (link->signal < thresh) in iwl_mvm_esr_disallowed_with_link()
/linux/drivers/spi/
H A Dspi-pxa2xx.c1053 u32 thresh = 0; in pxa2xx_spi_transfer_one() local
1055 thresh |= SFIFOTT_RxThresh(chip->lpss_rx_threshold); in pxa2xx_spi_transfer_one()
1056 thresh |= SFIFOTT_TxThresh(chip->lpss_tx_threshold); in pxa2xx_spi_transfer_one()
1058 pxa2xx_spi_update(drv_data, SFIFOTT, mask, thresh); in pxa2xx_spi_transfer_one()
/linux/tools/perf/
H A Dbuiltin-timechart.c1464 int thresh = tchart->io_events ? BYTES_THRESH : TIME_THRESH; in write_svg_file() local
1475 count = determine_display_io_tasks(tchart, thresh); in write_svg_file()
1477 count = determine_display_tasks(tchart, thresh); in write_svg_file()
1478 thresh /= 10; in write_svg_file()
1479 } while (!process_filter && thresh && count < tchart->proc_num); in write_svg_file()
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-trackpoint45 What: /sys/devices/platform/i8042/.../thresh
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h223 u64 thresh : 36; /* W6*/ member
274 u64 thresh : 36; member
/linux/fs/ocfs2/
H A Djournal.h247 int thresh);
H A Djournal.c454 int ocfs2_allocate_extend_trans(handle_t *handle, int thresh) in ocfs2_allocate_extend_trans() argument
461 trace_ocfs2_allocate_extend_trans(old_nblks, thresh); in ocfs2_allocate_extend_trans()
463 if (old_nblks < thresh) in ocfs2_allocate_extend_trans()
/linux/mm/kfence/
H A Dcore.c197 unsigned long thresh = (CONFIG_KFENCE_NUM_OBJECTS * kfence_skip_covered_thresh) / 100; in should_skip_covered() local
199 return atomic_long_read(&counters[KFENCE_COUNTER_ALLOCATED]) > thresh; in should_skip_covered()
/linux/tools/perf/Documentation/
H A Dperf-ftrace.txt126 - thresh=<n> - Setup trace duration threshold in microseconds.
/linux/arch/x86/kernel/
H A Dtsc.c356 u64 thresh = tsc_khz ? tsc_khz >> 5 : TSC_DEFAULT_THRESHOLD; in tsc_read_refs() local
366 if ((t2 - t1) < thresh) in tsc_read_refs()
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c816 u32 thresh; in ar9003_mci_osla_setup() local
831 thresh = MS(mci->config, ATH_MCI_CONFIG_AGGR_THRESH); in ar9003_mci_osla_setup()
833 AR_BTCOEX_CTRL_AGGR_THRESH, thresh); in ar9003_mci_osla_setup()
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-spi.c372 gmxx_tx_spi_thresh.s.thresh = 4; in cvmx_spi_calendar_setup_cb()
/linux/drivers/media/pci/tw5864/
H A Dtw5864-video.c1306 const u16 thresh = input->md_threshold_grid_values[i]; in tw5864_is_motion_triggered() local
1309 if (metric > thresh) in tw5864_is_motion_triggered()
/linux/drivers/perf/
H A Dxgene_pmu.c551 XGENE_PMU_EVENT_ATTR(queue-fill-gt-thresh, 0x22),
552 XGENE_PMU_EVENT_ATTR(queue-rds-gt-thresh, 0x23),
553 XGENE_PMU_EVENT_ATTR(queue-wrs-gt-thresh, 0x24),
/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c1460 int unused, thresh; in pch_gbe_clean_tx() local
1471 thresh = tx_ring->count - NAPI_POLL_WEIGHT; in pch_gbe_clean_tx()
1472 if ((tx_desc->gbec_status == DSC_INIT16) && (unused < thresh)) in pch_gbe_clean_tx()

1234