threshold 387 arch/mips/kvm/emulate.c ktime_t expires, threshold; threshold 409 arch/mips/kvm/emulate.c threshold = ktime_add_ns(now, vcpu->arch.count_period / 4); threshold 410 arch/mips/kvm/emulate.c if (ktime_before(expires, threshold)) { threshold 393 arch/parisc/kernel/cache.c unsigned long threshold; threshold 407 arch/parisc/kernel/cache.c threshold = L1_CACHE_ALIGN(size * alltime / rangetime); threshold 408 arch/parisc/kernel/cache.c if (threshold > cache_info.dc_size) threshold 409 arch/parisc/kernel/cache.c threshold = cache_info.dc_size; threshold 410 arch/parisc/kernel/cache.c if (threshold) threshold 411 arch/parisc/kernel/cache.c parisc_cache_flush_threshold = threshold; threshold 420 arch/parisc/kernel/cache.c threshold = max(cache_info.it_size, cache_info.dt_size); threshold 421 arch/parisc/kernel/cache.c threshold *= PAGE_SIZE; threshold 422 arch/parisc/kernel/cache.c threshold /= num_online_cpus(); threshold 443 arch/parisc/kernel/cache.c threshold = PAGE_ALIGN((num_online_cpus() * size * alltime) / rangetime); threshold 445 arch/parisc/kernel/cache.c threshold/1024); threshold 448 arch/parisc/kernel/cache.c if (threshold > parisc_tlb_flush_threshold) threshold 449 arch/parisc/kernel/cache.c parisc_tlb_flush_threshold = threshold; threshold 922 arch/x86/events/intel/ds.c u64 threshold; threshold 934 arch/x86/events/intel/ds.c threshold = ds->pebs_absolute_maximum - threshold 937 arch/x86/events/intel/ds.c threshold = ds->pebs_buffer_base + cpuc->pebs_record_size; threshold 940 arch/x86/events/intel/ds.c ds->pebs_interrupt_threshold = threshold; threshold 5832 block/bfq-iosched.c u64 threshold = (bfqq->last_serv_time_ns * 3)>>1; threshold 5834 block/bfq-iosched.c if (tot_time_ns >= threshold && old_limit > 0) { threshold 5837 block/bfq-iosched.c } else if (tot_time_ns < threshold && threshold 2286 block/blk-throttle.c unsigned int threshold; threshold 2289 block/blk-throttle.c threshold = tg->td->avg_buckets[rw][bucket].latency + threshold 2291 block/blk-throttle.c if (lat > threshold) threshold 32 drivers/cpuidle/governors/ladder.c } threshold; threshold 89 drivers/cpuidle/governors/ladder.c last_residency > last_state->threshold.promotion_time && threshold 93 drivers/cpuidle/governors/ladder.c if (last_state->stats.promotion_count >= last_state->threshold.promotion_count) { threshold 115 drivers/cpuidle/governors/ladder.c last_residency < last_state->threshold.demotion_time) { threshold 118 drivers/cpuidle/governors/ladder.c if (last_state->stats.demotion_count >= last_state->threshold.demotion_count) { threshold 151 drivers/cpuidle/governors/ladder.c lstate->threshold.promotion_count = PROMOTION_COUNT; threshold 152 drivers/cpuidle/governors/ladder.c lstate->threshold.demotion_count = DEMOTION_COUNT; threshold 155 drivers/cpuidle/governors/ladder.c lstate->threshold.promotion_time = state->exit_latency; threshold 157 drivers/cpuidle/governors/ladder.c lstate->threshold.demotion_time = state->exit_latency; threshold 201 drivers/dma/stm32-dma.c u32 threshold; threshold 263 drivers/dma/stm32-dma.c u32 threshold) threshold 267 drivers/dma/stm32-dma.c if (threshold == STM32_DMA_FIFO_THRESHOLD_FULL) threshold 279 drivers/dma/stm32-dma.c static bool stm32_dma_fifo_threshold_is_allowed(u32 burst, u32 threshold, threshold 291 drivers/dma/stm32-dma.c (threshold + 1) / 4) % burst; threshold 303 drivers/dma/stm32-dma.c static bool stm32_dma_is_burst_possible(u32 buf_len, u32 threshold) threshold 310 drivers/dma/stm32-dma.c return ((buf_len % ((threshold + 1) * 4)) == 0); threshold 313 drivers/dma/stm32-dma.c static u32 stm32_dma_get_best_burst(u32 buf_len, u32 max_burst, u32 threshold, threshold 318 drivers/dma/stm32-dma.c if (best_burst == 1 || !stm32_dma_is_burst_possible(buf_len, threshold)) threshold 322 drivers/dma/stm32-dma.c !stm32_dma_fifo_threshold_is_allowed(best_burst, threshold, threshold 701 drivers/dma/stm32-dma.c u32 dma_scr, threshold; threshold 707 drivers/dma/stm32-dma.c threshold = chan->threshold; threshold 719 drivers/dma/stm32-dma.c threshold, threshold 727 drivers/dma/stm32-dma.c src_addr_width = stm32_dma_get_max_width(buf_len, threshold); threshold 737 drivers/dma/stm32-dma.c threshold, threshold 751 drivers/dma/stm32-dma.c chan->chan_reg.dma_sfcr |= STM32_DMA_SFCR_FTH(threshold); threshold 767 drivers/dma/stm32-dma.c threshold, threshold 775 drivers/dma/stm32-dma.c dst_addr_width = stm32_dma_get_max_width(buf_len, threshold); threshold 785 drivers/dma/stm32-dma.c threshold, threshold 800 drivers/dma/stm32-dma.c chan->chan_reg.dma_sfcr |= STM32_DMA_SFCR_FTH(threshold); threshold 982 drivers/dma/stm32-dma.c u32 num_sgs, best_burst, dma_burst, threshold; threshold 990 drivers/dma/stm32-dma.c threshold = chan->threshold; threshold 999 drivers/dma/stm32-dma.c threshold, max_width); threshold 1013 drivers/dma/stm32-dma.c STM32_DMA_SFCR_FTH(threshold); threshold 1224 drivers/dma/stm32-dma.c chan->threshold = STM32_DMA_THRESHOLD_FTR_GET(cfg->features); threshold 383 drivers/extcon/extcon-arizona.c unsigned int threshold; threshold 448 drivers/extcon/extcon-arizona.c (val < arizona_hpdet_b_ranges[range].threshold || threshold 462 drivers/extcon/extcon-arizona.c if (val < arizona_hpdet_b_ranges[range].threshold || threshold 5660 drivers/gpu/drm/amd/amdgpu/si_dpm.c u32 threshold; threshold 5666 drivers/gpu/drm/amd/amdgpu/si_dpm.c threshold = state->performance_levels[state->performance_level_count-1].sclk * 100 / 100; threshold 5700 drivers/gpu/drm/amd/amdgpu/si_dpm.c (state->performance_levels[i].sclk < threshold) ? threshold 5716 drivers/gpu/drm/amd/amdgpu/si_dpm.c threshold / 512); threshold 185 drivers/gpu/drm/amd/display/modules/color/color_gamma.c struct fixed31_32 threshold; threshold 193 drivers/gpu/drm/amd/display/modules/color/color_gamma.c threshold = dc_fixpt_from_fraction(1, 2); threshold 195 drivers/gpu/drm/amd/display/modules/color/color_gamma.c if (dc_fixpt_lt(in_x, threshold)) { threshold 216 drivers/gpu/drm/amd/display/modules/color/color_gamma.c struct fixed31_32 threshold; threshold 224 drivers/gpu/drm/amd/display/modules/color/color_gamma.c threshold = dc_fixpt_from_fraction(1, 12); threshold 228 drivers/gpu/drm/amd/display/modules/color/color_gamma.c if (dc_fixpt_lt(x, threshold)) { threshold 943 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c uint32_t threshold, mvdd; threshold 976 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c threshold = clock * data->fast_watermark_threshold / 100; threshold 402 drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c u8 threshold, conf0, conf1, ca; threshold 410 drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c threshold = 126; threshold 412 drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c threshold = 124; threshold 417 drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c threshold = 128; threshold 427 drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c runtime->hw.fifo_size = threshold * 32; threshold 433 drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c writeb_relaxed(threshold, dw->data.base + HDMI_AHB_DMA_THRSLD); threshold 218 drivers/gpu/drm/i915/display/intel_fbc.c int threshold = dev_priv->fbc.threshold; threshold 222 drivers/gpu/drm/i915/display/intel_fbc.c threshold++; threshold 224 drivers/gpu/drm/i915/display/intel_fbc.c switch (threshold) { threshold 285 drivers/gpu/drm/i915/display/intel_fbc.c int threshold = dev_priv->fbc.threshold; threshold 305 drivers/gpu/drm/i915/display/intel_fbc.c threshold++; threshold 307 drivers/gpu/drm/i915/display/intel_fbc.c switch (threshold) { threshold 510 drivers/gpu/drm/i915/display/intel_fbc.c fbc->threshold = ret; threshold 541 drivers/gpu/drm/i915/display/intel_fbc.c fbc->compressed_fb.size, fbc->threshold); threshold 786 drivers/gpu/drm/i915/display/intel_fbc.c fbc->compressed_fb.size * fbc->threshold) { threshold 853 drivers/gpu/drm/i915/display/intel_fbc.c 32 * fbc->threshold) * 8; threshold 159 drivers/gpu/drm/i915/display/intel_hotplug.c const int threshold = hpd->hpd_storm_threshold; threshold 162 drivers/gpu/drm/i915/display/intel_hotplug.c if (!threshold || threshold 172 drivers/gpu/drm/i915/display/intel_hotplug.c if (hpd->stats[pin].count > threshold) { threshold 354 drivers/gpu/drm/i915/i915_drv.h unsigned threshold; threshold 808 drivers/gpu/drm/i915/intel_pm.c static bool is_disabling(int old, int new, int threshold) threshold 810 drivers/gpu/drm/i915/intel_pm.c return old >= threshold && new < threshold; threshold 813 drivers/gpu/drm/i915/intel_pm.c static bool is_enabling(int old, int new, int threshold) threshold 815 drivers/gpu/drm/i915/intel_pm.c return old < threshold && new >= threshold; threshold 130 drivers/gpu/drm/mediatek/mtk_disp_rdma.c unsigned int threshold; threshold 143 drivers/gpu/drm/mediatek/mtk_disp_rdma.c threshold = width * height * vrefresh * 4 * 7 / 1000000; threshold 146 drivers/gpu/drm/mediatek/mtk_disp_rdma.c RDMA_OUTPUT_VALID_FIFO_THRESHOLD(threshold); threshold 105 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c u32 bw, threshold; threshold 159 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c threshold = (is_video_mode || threshold 164 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c DPU_DEBUG("final threshold bw limit = %d\n", threshold); threshold 168 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c } else if (!threshold) { threshold 171 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c } else if (bw > threshold) { threshold 173 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c threshold); threshold 2632 drivers/gpu/drm/radeon/ni_dpm.c u32 threshold = state->performance_levels[state->performance_level_count - 1].sclk * 100 / 100; threshold 2653 drivers/gpu/drm/radeon/ni_dpm.c (state->performance_levels[i].sclk < threshold) ? threshold 2668 drivers/gpu/drm/radeon/ni_dpm.c cpu_to_be32(threshold / 512)); threshold 5198 drivers/gpu/drm/radeon/si_dpm.c u32 threshold; threshold 5204 drivers/gpu/drm/radeon/si_dpm.c threshold = state->performance_levels[state->performance_level_count-1].sclk * 100 / 100; threshold 5238 drivers/gpu/drm/radeon/si_dpm.c (state->performance_levels[i].sclk < threshold) ? threshold 5254 drivers/gpu/drm/radeon/si_dpm.c threshold / 512); threshold 50 drivers/gpu/drm/savage/savage_bci.c uint32_t threshold = dev_priv->bci_threshold_hi; threshold 55 drivers/gpu/drm/savage/savage_bci.c if (n > dev_priv->cob_size + SAVAGE_BCI_FIFO_SIZE - threshold) threshold 63 drivers/gpu/drm/savage/savage_bci.c if ((status & mask) < threshold) threshold 70 drivers/gpu/drm/savage/savage_bci.c DRM_INFO(" status=0x%08x, threshold=0x%08x\n", status, threshold); threshold 19 drivers/gpu/host1x/hw/host1x01_hardware.h unsigned indx, unsigned threshold) threshold 22 drivers/gpu/host1x/hw/host1x01_hardware.h | host1x_uclass_wait_syncpt_thresh_f(threshold); threshold 26 drivers/gpu/host1x/hw/host1x01_hardware.h unsigned indx, unsigned threshold) threshold 29 drivers/gpu/host1x/hw/host1x01_hardware.h | host1x_uclass_load_syncpt_base_value_f(threshold); threshold 19 drivers/gpu/host1x/hw/host1x02_hardware.h unsigned indx, unsigned threshold) threshold 22 drivers/gpu/host1x/hw/host1x02_hardware.h | host1x_uclass_wait_syncpt_thresh_f(threshold); threshold 26 drivers/gpu/host1x/hw/host1x02_hardware.h unsigned indx, unsigned threshold) threshold 29 drivers/gpu/host1x/hw/host1x02_hardware.h | host1x_uclass_load_syncpt_base_value_f(threshold); threshold 19 drivers/gpu/host1x/hw/host1x04_hardware.h unsigned indx, unsigned threshold) threshold 22 drivers/gpu/host1x/hw/host1x04_hardware.h | host1x_uclass_wait_syncpt_thresh_f(threshold); threshold 26 drivers/gpu/host1x/hw/host1x04_hardware.h unsigned indx, unsigned threshold) threshold 29 drivers/gpu/host1x/hw/host1x04_hardware.h | host1x_uclass_load_syncpt_base_value_f(threshold); threshold 19 drivers/gpu/host1x/hw/host1x05_hardware.h unsigned indx, unsigned threshold) threshold 22 drivers/gpu/host1x/hw/host1x05_hardware.h | host1x_uclass_wait_syncpt_thresh_f(threshold); threshold 26 drivers/gpu/host1x/hw/host1x05_hardware.h unsigned indx, unsigned threshold) threshold 29 drivers/gpu/host1x/hw/host1x05_hardware.h | host1x_uclass_load_syncpt_base_value_f(threshold); threshold 20 drivers/gpu/host1x/hw/host1x06_hardware.h unsigned indx, unsigned threshold) threshold 23 drivers/gpu/host1x/hw/host1x06_hardware.h | host1x_uclass_wait_syncpt_thresh_f(threshold); threshold 27 drivers/gpu/host1x/hw/host1x06_hardware.h unsigned indx, unsigned threshold) threshold 30 drivers/gpu/host1x/hw/host1x06_hardware.h | host1x_uclass_load_syncpt_base_value_f(threshold); threshold 20 drivers/gpu/host1x/hw/host1x07_hardware.h unsigned indx, unsigned threshold) threshold 23 drivers/gpu/host1x/hw/host1x07_hardware.h | host1x_uclass_wait_syncpt_thresh_f(threshold); threshold 27 drivers/gpu/host1x/hw/host1x07_hardware.h unsigned indx, unsigned threshold) threshold 30 drivers/gpu/host1x/hw/host1x07_hardware.h | host1x_uclass_load_syncpt_base_value_f(threshold); threshold 157 drivers/gpu/host1x/intr.c u32 threshold) threshold 168 drivers/gpu/host1x/intr.c remove_completed_waiters(&syncpt->intr.wait_head, threshold, threshold 196 drivers/i2c/busses/i2c-omap.c u8 threshold; threshold 619 drivers/i2c/busses/i2c-omap.c omap->threshold = clamp(size, (u8) 1, omap->fifo_size); threshold 626 drivers/i2c/busses/i2c-omap.c buf |= ((omap->threshold - 1) << 8) | OMAP_I2C_BUF_RXFIF_CLR; threshold 630 drivers/i2c/busses/i2c-omap.c buf |= (omap->threshold - 1) | OMAP_I2C_BUF_TXFIF_CLR; threshold 640 drivers/i2c/busses/i2c-omap.c omap->latency = (1000000 * omap->threshold) / threshold 1145 drivers/i2c/busses/i2c-omap.c if (omap->threshold) threshold 1146 drivers/i2c/busses/i2c-omap.c num_bytes = omap->threshold; threshold 1172 drivers/i2c/busses/i2c-omap.c if (omap->threshold) threshold 1173 drivers/i2c/busses/i2c-omap.c num_bytes = omap->threshold; threshold 2374 drivers/i2c/i2c-core-base.c u8 *i2c_get_dma_safe_msg_buf(struct i2c_msg *msg, unsigned int threshold) threshold 2377 drivers/i2c/i2c-core-base.c if (!threshold) threshold 2380 drivers/i2c/i2c-core-base.c if (msg->len < threshold || msg->len == 0) threshold 372 drivers/iio/accel/adxl372.c unsigned int threshold) threshold 378 drivers/iio/accel/adxl372.c th_reg_high_val = (threshold / 100) >> 3; threshold 379 drivers/iio/accel/adxl372.c th_reg_low_val = ((threshold / 100) << 5) | (ref_en << 1) | enable; threshold 1014 drivers/iio/adc/meson_saradc.c unsigned int cnt, threshold; threshold 1019 drivers/iio/adc/meson_saradc.c threshold = FIELD_GET(MESON_SAR_ADC_REG0_FIFO_CNT_IRQ_MASK, regval); threshold 1021 drivers/iio/adc/meson_saradc.c if (cnt < threshold) threshold 1292 drivers/iio/adc/xilinx-xadc-core.c &xadc->threshold[i]); threshold 1325 drivers/iio/adc/xilinx-xadc-core.c xadc->threshold[i] = 0xffff; threshold 1327 drivers/iio/adc/xilinx-xadc-core.c xadc->threshold[i] = 0; threshold 1329 drivers/iio/adc/xilinx-xadc-core.c xadc->threshold[i]); threshold 171 drivers/iio/adc/xilinx-xadc-events.c *val = xadc->threshold[offset]; threshold 203 drivers/iio/adc/xilinx-xadc-events.c xadc->threshold[offset] = val; threshold 227 drivers/iio/adc/xilinx-xadc-events.c if (xadc->threshold[offset] < xadc->temp_hysteresis) threshold 228 drivers/iio/adc/xilinx-xadc-events.c xadc->threshold[offset + 4] = 0; threshold 230 drivers/iio/adc/xilinx-xadc-events.c xadc->threshold[offset + 4] = xadc->threshold[offset] - threshold 233 drivers/iio/adc/xilinx-xadc-events.c xadc->threshold[offset + 4]); threshold 50 drivers/iio/adc/xilinx-xadc.h uint16_t threshold[16]; threshold 346 drivers/iio/light/max44009.c int reg, threshold; threshold 351 drivers/iio/light/max44009.c threshold = max44009_threshold_byte_from_fraction(val, val2); threshold 352 drivers/iio/light/max44009.c if (threshold < 0) threshold 353 drivers/iio/light/max44009.c return threshold; threshold 359 drivers/iio/light/max44009.c return i2c_smbus_write_byte_data(data->client, reg, threshold); threshold 405 drivers/iio/light/max44009.c int threshold; threshold 413 drivers/iio/light/max44009.c threshold = ret; threshold 415 drivers/iio/light/max44009.c *val = threshold * MAX44009_SCALE_NUMERATOR; threshold 1375 drivers/infiniband/hw/bnxt_re/ib_verbs.c srq->qplib_srq.threshold = srq_init_attr->attr.srq_limit; threshold 1434 drivers/infiniband/hw/bnxt_re/ib_verbs.c srq->qplib_srq.threshold = srq_attr->srq_limit; threshold 1469 drivers/infiniband/hw/bnxt_re/ib_verbs.c srq_attr->srq_limit = tsrq.qplib_srq.threshold; threshold 501 drivers/infiniband/hw/bnxt_re/qplib_fp.c srq->threshold : HWQ_CMP(srq_hwq->prod, srq_hwq); threshold 599 drivers/infiniband/hw/bnxt_re/qplib_fp.c if (srq->threshold) threshold 622 drivers/infiniband/hw/bnxt_re/qplib_fp.c if (count > srq->threshold) { threshold 654 drivers/infiniband/hw/bnxt_re/qplib_fp.c srq->threshold = le16_to_cpu(sb->srq_limit); threshold 713 drivers/infiniband/hw/bnxt_re/qplib_fp.c if (srq->arm_req == true && count > srq->threshold) { threshold 50 drivers/infiniband/hw/bnxt_re/qplib_fp.h u32 threshold; threshold 204 drivers/infiniband/hw/hfi1/driver.c *update |= !(idx & (rcd->egrbufs.threshold - 1)) && !offset; threshold 192 drivers/infiniband/hw/hfi1/hfi.h u16 threshold; /* head update threshold */ threshold 2051 drivers/infiniband/hw/hfi1/init.c rcd->egrbufs.threshold = threshold 596 drivers/infiniband/hw/hfi1/pio.c u32 threshold; threshold 604 drivers/infiniband/hw/hfi1/pio.c threshold = 1; threshold 606 drivers/infiniband/hw/hfi1/pio.c threshold = sc->credits - release_credits; threshold 608 drivers/infiniband/hw/hfi1/pio.c return threshold; threshold 211 drivers/infiniband/sw/rdmavt/qp.c wss->threshold = (llc_bits * wss_threshold) / 100; threshold 212 drivers/infiniband/sw/rdmavt/qp.c if (wss->threshold == 0) threshold 213 drivers/infiniband/sw/rdmavt/qp.c wss->threshold = 1; threshold 304 drivers/infiniband/sw/rdmavt/qp.c return atomic_read(&wss->total_count) >= wss->threshold; threshold 33 drivers/input/keyboard/gpio_keys_polled.c int threshold; threshold 102 drivers/input/keyboard/gpio_keys_polled.c if (bdata->count < bdata->threshold) { threshold 345 drivers/input/keyboard/gpio_keys_polled.c bdata->threshold = DIV_ROUND_UP(button->debounce_interval, threshold 245 drivers/input/mouse/appletouch.c static int threshold = ATP_THRESHOLD; threshold 246 drivers/input/mouse/appletouch.c module_param(threshold, int, 0644); threshold 247 drivers/input/mouse/appletouch.c MODULE_PARM_DESC(threshold, "Discard any change in data from a sensor" threshold 351 drivers/input/mouse/appletouch.c if (xy_sensors[i] < threshold) { threshold 374 drivers/input/mouse/appletouch.c } else if (i > 0 && (xy_sensors[i - 1] - xy_sensors[i] > threshold)) { threshold 103 drivers/input/touchscreen/edt-ft5x06.c int threshold; threshold 507 drivers/input/touchscreen/edt-ft5x06.c static EDT_ATTR(threshold, S_IWUSR | S_IRUGO, WORK_REGISTER_THRESHOLD, threshold 626 drivers/input/touchscreen/edt-ft5x06.c tsdata->threshold); threshold 927 drivers/input/touchscreen/edt-ft5x06.c tsdata->threshold = val; threshold 960 drivers/input/touchscreen/edt-ft5x06.c tsdata->threshold = edt_ft5x06_register_read(tsdata, threshold 532 drivers/input/touchscreen/rohm_bu21023.c unsigned int threshold; threshold 569 drivers/input/touchscreen/rohm_bu21023.c threshold = untouch_threshold[prev_finger_count]; threshold 570 drivers/input/touchscreen/rohm_bu21023.c if (++ts->contact_count[0] >= threshold) threshold 575 drivers/input/touchscreen/rohm_bu21023.c threshold = single_touch_threshold[prev_finger_count]; threshold 576 drivers/input/touchscreen/rohm_bu21023.c if (++ts->contact_count[1] >= threshold) threshold 590 drivers/input/touchscreen/rohm_bu21023.c threshold = dual_touch_threshold[prev_finger_count]; threshold 591 drivers/input/touchscreen/rohm_bu21023.c if (++ts->contact_count[2] >= threshold) threshold 61 drivers/irqchip/irq-omap-intc.c u32 threshold; threshold 92 drivers/irqchip/irq-omap-intc.c intc_context.threshold = threshold 110 drivers/irqchip/irq-omap-intc.c intc_writel(INTC_THRESHOLD, intc_context.threshold); threshold 248 drivers/irqchip/irq-sifive-plic.c u32 threshold = 0; threshold 279 drivers/irqchip/irq-sifive-plic.c threshold = 0xffffffff; threshold 292 drivers/irqchip/irq-sifive-plic.c writel(threshold, handler->hart_base + CONTEXT_THRESHOLD); threshold 182 drivers/lightnvm/pblk-init.c int pgs_in_buffer, threshold; threshold 184 drivers/lightnvm/pblk-init.c threshold = geo->mw_cunits * geo->all_luns; threshold 193 drivers/lightnvm/pblk-init.c return pblk_rb_init(&pblk->rwb, buffer_size, threshold, geo->csecs); threshold 49 drivers/lightnvm/pblk-rb.c unsigned int threshold) threshold 51 drivers/lightnvm/pblk-rb.c unsigned int thr_sz = 1 << (get_count_order(threshold + NVM_MAX_VLBA)); threshold 61 drivers/lightnvm/pblk-rb.c if ((threshold + NVM_MAX_VLBA) >= max_io) threshold 72 drivers/lightnvm/pblk-rb.c int pblk_rb_init(struct pblk_rb *rb, unsigned int size, unsigned int threshold, threshold 83 drivers/lightnvm/pblk-rb.c nr_entries = pblk_rb_calculate_size(size, threshold); threshold 96 drivers/lightnvm/pblk-rb.c rb->back_thres = threshold; threshold 165 drivers/lightnvm/pblk-rb.c pblk_rl_init(&pblk->rl, rb->nr_entries, threshold); threshold 423 drivers/lightnvm/pblk-rb.c unsigned int threshold; threshold 428 drivers/lightnvm/pblk-rb.c threshold = nr_entries + rb->back_thres; threshold 430 drivers/lightnvm/pblk-rb.c if (pblk_rb_ring_space(rb, mem, sync, rb->nr_entries) < threshold) threshold 210 drivers/lightnvm/pblk-rl.c void pblk_rl_init(struct pblk_rl *rl, int budget, int threshold) threshold 240 drivers/lightnvm/pblk-rl.c if (threshold) threshold 241 drivers/lightnvm/pblk-rl.c rl->rb_max_io = budget - pblk->min_write_pgs_data - threshold; threshold 723 drivers/lightnvm/pblk.h int pblk_rb_init(struct pblk_rb *rb, unsigned int size, unsigned int threshold, threshold 902 drivers/lightnvm/pblk.h void pblk_rl_init(struct pblk_rl *rl, int budget, int threshold); threshold 143 drivers/md/bcache/io.c unsigned int threshold = op_is_write(bio_op(bio)) threshold 147 drivers/md/bcache/io.c if (threshold) { threshold 152 drivers/md/bcache/io.c if (us > (int) threshold) { threshold 1829 drivers/md/dm-bufio.c unsigned long threshold = dm_bufio_cache_size - threshold 1839 drivers/md/dm-bufio.c if (unlikely(dm_bufio_current_allocated <= threshold)) threshold 3580 drivers/md/dm-integrity.c __u64 threshold; threshold 3961 drivers/md/dm-integrity.c threshold = (__u64)ic->journal_entries * (100 - journal_watermark); threshold 3962 drivers/md/dm-integrity.c threshold += 50; threshold 3963 drivers/md/dm-integrity.c do_div(threshold, 100); threshold 3964 drivers/md/dm-integrity.c ic->free_sectors_threshold = threshold; threshold 2055 drivers/md/dm-thin-metadata.c dm_block_t threshold, threshold 2062 drivers/md/dm-thin-metadata.c r = dm_sm_register_threshold_callback(pmd->metadata_sm, threshold, fn, context); threshold 218 drivers/md/dm-thin-metadata.h dm_block_t threshold, threshold 147 drivers/md/dm-thin.c unsigned long threshold; threshold 159 drivers/md/dm-thin.c t->threshold = jiffies + THROTTLE_THRESHOLD; threshold 164 drivers/md/dm-thin.c if (!t->throttle_applied && jiffies > t->threshold) { threshold 212 drivers/md/persistent-data/dm-btree-remove.c unsigned int threshold = 2 * (merge_threshold(left) + 1); threshold 214 drivers/md/persistent-data/dm-btree-remove.c if (nr_left + nr_right < threshold) { threshold 358 drivers/md/persistent-data/dm-btree-remove.c unsigned threshold = merge_threshold(left) * 4 + 1; threshold 363 drivers/md/persistent-data/dm-btree-remove.c if ((nr_left + nr_center + nr_right) < threshold) threshold 26 drivers/md/persistent-data/dm-space-map-metadata.c dm_block_t threshold; threshold 32 drivers/md/persistent-data/dm-space-map-metadata.c static void threshold_init(struct threshold *t) threshold 38 drivers/md/persistent-data/dm-space-map-metadata.c static void set_threshold(struct threshold *t, dm_block_t value, threshold 42 drivers/md/persistent-data/dm-space-map-metadata.c t->threshold = value; threshold 47 drivers/md/persistent-data/dm-space-map-metadata.c static bool below_threshold(struct threshold *t, dm_block_t value) threshold 49 drivers/md/persistent-data/dm-space-map-metadata.c return t->threshold_set && value <= t->threshold; threshold 52 drivers/md/persistent-data/dm-space-map-metadata.c static bool threshold_already_triggered(struct threshold *t) threshold 57 drivers/md/persistent-data/dm-space-map-metadata.c static void check_threshold(struct threshold *t, dm_block_t value) threshold 178 drivers/md/persistent-data/dm-space-map-metadata.c struct threshold threshold; threshold 491 drivers/md/persistent-data/dm-space-map-metadata.c check_threshold(&smm->threshold, count); threshold 513 drivers/md/persistent-data/dm-space-map-metadata.c dm_block_t threshold, threshold 519 drivers/md/persistent-data/dm-space-map-metadata.c set_threshold(&smm->threshold, threshold, fn, context); threshold 777 drivers/md/persistent-data/dm-space-map-metadata.c threshold_init(&smm->threshold); threshold 825 drivers/md/persistent-data/dm-space-map-metadata.c threshold_init(&smm->threshold); threshold 70 drivers/md/persistent-data/dm-space-map.h dm_block_t threshold, threshold 146 drivers/md/persistent-data/dm-space-map.h dm_block_t threshold, threshold 151 drivers/md/persistent-data/dm-space-map.h return sm->register_threshold_callback(sm, threshold, fn, context); threshold 448 drivers/media/dvb-frontends/dib3000mb.c u32 dds_val, threshold = 0x800000; threshold 455 drivers/media/dvb-frontends/dib3000mb.c if (dds_val < threshold) threshold 457 drivers/media/dvb-frontends/dib3000mb.c else if (dds_val == threshold) threshold 464 drivers/media/dvb-frontends/dib3000mb.c if (dds_val < threshold) threshold 466 drivers/media/dvb-frontends/dib3000mb.c else if (dds_val == threshold) threshold 3389 drivers/media/dvb-frontends/drxk_hard.c data |= ((echo_thres->threshold << threshold 3395 drivers/media/dvb-frontends/drxk_hard.c data |= ((echo_thres->threshold << threshold 179 drivers/media/dvb-frontends/drxk_hard.h u16 threshold; threshold 997 drivers/media/i2c/ov772x.c priv->info->edgectrl.threshold); threshold 116 drivers/media/platform/omap3isp/isph3a_af.c pcr |= conf->hmf.threshold << AF_MED_TH_SHIFT; threshold 245 drivers/media/platform/omap3isp/isph3a_af.c if (cur_cfg->hmf.threshold != user_cfg->hmf.threshold) { threshold 1147 drivers/media/rc/imon.c static int stabilize(int a, int b, u16 timeout, u16 threshold) threshold 1171 drivers/media/rc/imon.c if (abs(x) > threshold || abs(y) > threshold) { threshold 1186 drivers/media/rc/imon.c y = 17 * threshold / 30; threshold 1189 drivers/media/rc/imon.c y -= 17 * threshold / 30; threshold 1192 drivers/media/rc/imon.c x = 17 * threshold / 30; threshold 1195 drivers/media/rc/imon.c x -= 17 * threshold / 30; threshold 1361 drivers/media/rc/imon.c u16 timeout, threshold; threshold 1378 drivers/media/rc/imon.c threshold = pad_thresh ? pad_thresh : 28; threshold 1385 drivers/media/rc/imon.c timeout, threshold); threshold 1433 drivers/media/rc/imon.c threshold = pad_thresh ? pad_thresh : 15; threshold 1451 drivers/media/rc/imon.c timeout, threshold); threshold 33 drivers/media/rc/sir_ir.c static int threshold = 3; threshold 194 drivers/media/rc/sir_ir.c if (deltintr > TIME_CONST * threshold) { threshold 437 drivers/media/rc/sir_ir.c module_param(threshold, int, 0444); threshold 438 drivers/media/rc/sir_ir.c MODULE_PARM_DESC(threshold, "space detection threshold (3)"); threshold 276 drivers/media/usb/uvc/uvc_driver.c unsigned int n_terms, unsigned int threshold) threshold 296 drivers/media/usb/uvc/uvc_driver.c if (an[n] >= threshold) { threshold 861 drivers/media/usb/uvc/uvcvideo.h unsigned int n_terms, unsigned int threshold); threshold 2020 drivers/mfd/db8500-prcmu.c int db8500_prcmu_config_hotdog(u8 threshold) threshold 2027 drivers/mfd/db8500-prcmu.c writeb(threshold, (tcdm_base + PRCM_REQ_MB4_HOTDOG_THRESHOLD)); threshold 5150 drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h u32 threshold[3]; threshold 1220 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c td.threshold = DPAA2_ETH_TAILDROP_THRESH; threshold 495 drivers/net/ethernet/freescale/dpaa2/dpni-cmd.h __le32 threshold; threshold 514 drivers/net/ethernet/freescale/dpaa2/dpni-cmd.h __le32 threshold; threshold 1547 drivers/net/ethernet/freescale/dpaa2/dpni.c cmd_params->threshold = cpu_to_le32(taildrop->threshold); threshold 1601 drivers/net/ethernet/freescale/dpaa2/dpni.c taildrop->threshold = le32_to_cpu(rsp_params->threshold); threshold 873 drivers/net/ethernet/freescale/dpaa2/dpni.h u32 threshold; threshold 239 drivers/net/ethernet/ibm/ehea/ehea_phyp.c u64 threshold = threshold 253 drivers/net/ethernet/ibm/ehea/ehea_phyp.c threshold); /* R12 */ threshold 152 drivers/net/ethernet/ibm/ibmveth.c pool->threshold = pool_size * 7 / 8; threshold 318 drivers/net/ethernet/ibm/ibmveth.c (atomic_read(&pool->available) < pool->threshold)) threshold 113 drivers/net/ethernet/ibm/ibmveth.h u32 threshold; threshold 489 drivers/net/ethernet/intel/e100.c u8 threshold; threshold 1768 drivers/net/ethernet/intel/e100.c cb->u.tcb.threshold = nic->tx_threshold; threshold 579 drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c fc_pool->threshold = 0; threshold 598 drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c fc_pool->threshold = min_t(int, MLX5_FC_POOL_MAX_THRESHOLD, threshold 696 drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c if (fc_pool->available_fcs > fc_pool->threshold) threshold 839 drivers/net/ethernet/mellanox/mlxsw/core.c u32 threshold, threshold 850 drivers/net/ethernet/mellanox/mlxsw/core.c pool_index, threshold, extack); threshold 875 drivers/net/ethernet/mellanox/mlxsw/core.c u16 pool_index, u32 threshold, threshold 887 drivers/net/ethernet/mellanox/mlxsw/core.c pool_index, threshold, extack); threshold 276 drivers/net/ethernet/mellanox/mlxsw/core.h u32 threshold, struct netlink_ext_ack *extack); threshold 284 drivers/net/ethernet/mellanox/mlxsw/core.h u16 pool_index, u32 threshold, threshold 5294 drivers/net/ethernet/mellanox/mlxsw/reg.h u16 threshold) threshold 5299 drivers/net/ethernet/mellanox/mlxsw/reg.h mlxsw_reg_pbmc_buf_xoff_threshold_set(payload, buf_index, threshold); threshold 5300 drivers/net/ethernet/mellanox/mlxsw/reg.h mlxsw_reg_pbmc_buf_xon_threshold_set(payload, buf_index, threshold); threshold 406 drivers/net/ethernet/mellanox/mlxsw/spectrum.h u32 threshold, struct netlink_ext_ack *extack); threshold 414 drivers/net/ethernet/mellanox/mlxsw/spectrum.h u16 pool_index, u32 threshold, threshold 1048 drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c u32 threshold, u32 *p_max_buff, threshold 1056 drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c val = threshold + MLXSW_SP_SB_THRESHOLD_TO_ALPHA_OFFSET; threshold 1064 drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c *p_max_buff = mlxsw_sp_bytes_cells(mlxsw_sp, threshold); threshold 1087 drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c u32 threshold, struct netlink_ext_ack *extack) threshold 1102 drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c threshold, &max_buff, extack); threshold 1133 drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c u16 pool_index, u32 threshold, threshold 1166 drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c if (cm->freeze_thresh && cm->max_buff != threshold) { threshold 1172 drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c threshold, &max_buff, extack); threshold 101 drivers/net/ethernet/netronome/nfp/abm/ctrl.c unsigned int threshold; threshold 103 drivers/net/ethernet/netronome/nfp/abm/ctrl.c threshold = band * NFP_NET_MAX_RX_RINGS + alink->queue_base + queue; threshold 105 drivers/net/ethernet/netronome/nfp/abm/ctrl.c return __nfp_abm_ctrl_set_q_lvl(alink->abm, threshold, val); threshold 177 drivers/net/ethernet/netronome/nfp/abm/main.h u32 threshold; threshold 219 drivers/net/ethernet/netronome/nfp/abm/qdisc.c qdisc->red.band[i].threshold); threshold 593 drivers/net/ethernet/netronome/nfp/abm/qdisc.c qdisc->red.band[i].threshold = opt->set.tab[i].min; threshold 726 drivers/net/ethernet/netronome/nfp/abm/qdisc.c qdisc->red.band[0].threshold = opt->set.min; threshold 104 drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c int threshold) threshold 110 drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c reg_val |= (threshold << RX_FC_ACTIVE); threshold 125 drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c int threshold) threshold 131 drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c reg_val |= (threshold << RX_FC_DEACTIVE); threshold 83 drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.h int threshold); threshold 86 drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.h int threshold); threshold 91 drivers/net/ethernet/stmicro/stmmac/common.h unsigned long threshold; threshold 83 drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c STMMAC_STAT(threshold), threshold 1840 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c priv->xstats.threshold = SF_DMA_MODE; threshold 2102 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c if (unlikely(priv->xstats.threshold != SF_DMA_MODE) && threshold 2115 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c priv->xstats.threshold = tc; threshold 2667 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c priv->xstats.threshold = tc; threshold 200 drivers/net/fddi/skfp/pcmplc.c static void sm_ph_lem_start(struct s_smc *smc, int np, int threshold); threshold 1221 drivers/net/fddi/skfp/pcmplc.c static void sm_ph_lem_start(struct s_smc *smc, int np, int threshold) threshold 1232 drivers/net/fddi/skfp/pcmplc.c outpw(PLC(np,PL_LE_THRESHOLD),threshold) ; threshold 810 drivers/net/usb/sr9800.c SR9800_BULKIN_SIZE[SR9800_MAX_BULKIN_4K].threshold, threshold 821 drivers/net/usb/sr9800.c SR9800_BULKIN_SIZE[SR9800_MAX_BULKIN_2K].threshold, threshold 166 drivers/net/usb/sr9800.h struct {unsigned short size, byte_cnt, threshold; } SR9800_BULKIN_SIZE[] = { threshold 3213 drivers/net/wireless/ath/ath10k/htt_rx.c u16 threshold; threshold 3232 drivers/net/wireless/ath/ath10k/htt_rx.c threshold = MS(info1, HTT_TX_MODE_SWITCH_IND_INFO1_THRESHOLD); threshold 3236 drivers/net/wireless/ath/ath10k/htt_rx.c info0, info1, enable, num_records, mode, threshold); threshold 3260 drivers/net/wireless/ath/ath10k/htt_rx.c ar->htt.tx_q_state.num_push_allowed = threshold; threshold 1598 drivers/net/wireless/ath/ath5k/phy.c s16 nf, threshold; threshold 1615 drivers/net/wireless/ath/ath5k/phy.c threshold = ee->ee_noise_floor_thr[ee_mode]; threshold 1617 drivers/net/wireless/ath/ath5k/phy.c if (nf > threshold) { threshold 1621 drivers/net/wireless/ath/ath5k/phy.c nf, threshold); threshold 1366 drivers/net/wireless/ath/ath6kl/wmi.c u8 threshold = (u8) sq_thresh->upper_threshold[size - 1]; threshold 1371 drivers/net/wireless/ath/ath6kl/wmi.c threshold = (u8) sq_thresh->upper_threshold[index]; threshold 1376 drivers/net/wireless/ath/ath6kl/wmi.c return threshold; threshold 1384 drivers/net/wireless/ath/ath6kl/wmi.c u8 threshold = (u8) sq_thresh->lower_threshold[size - 1]; threshold 1389 drivers/net/wireless/ath/ath6kl/wmi.c threshold = (u8) sq_thresh->lower_threshold[index]; threshold 1394 drivers/net/wireless/ath/ath6kl/wmi.c return threshold; threshold 3118 drivers/net/wireless/ath/ath6kl/wmi.c int ath6kl_wmi_set_rts_cmd(struct wmi *wmi, u16 threshold) threshold 3129 drivers/net/wireless/ath/ath6kl/wmi.c cmd->threshold = cpu_to_le16(threshold); threshold 1318 drivers/net/wireless/ath/ath6kl/wmi.h __le16 threshold; threshold 2604 drivers/net/wireless/ath/ath6kl/wmi.h int ath6kl_wmi_set_rts_cmd(struct wmi *wmi, u16 threshold); threshold 1430 drivers/net/wireless/ath/wil6210/wil6210.h int wmi_rbufcap_cfg(struct wil6210_priv *wil, bool enable, u16 threshold); threshold 2154 drivers/net/wireless/ath/wil6210/wmi.c int wmi_rbufcap_cfg(struct wil6210_priv *wil, bool enable, u16 threshold) threshold 2161 drivers/net/wireless/ath/wil6210/wmi.c .rx_desc_threshold = cpu_to_le16(threshold), threshold 804 drivers/net/wireless/broadcom/b43legacy/radio.c s32 threshold; threshold 819 drivers/net/wireless/broadcom/b43legacy/radio.c threshold = (phy->nrssi[1] - phy->nrssi[0]) * 32; threshold 820 drivers/net/wireless/broadcom/b43legacy/radio.c threshold += 20 * (phy->nrssi[0] + 1); threshold 821 drivers/net/wireless/broadcom/b43legacy/radio.c threshold /= 40; threshold 823 drivers/net/wireless/broadcom/b43legacy/radio.c threshold = phy->nrssi[1] - 5; threshold 825 drivers/net/wireless/broadcom/b43legacy/radio.c threshold = clamp_val(threshold, 0, 0x3E); threshold 827 drivers/net/wireless/broadcom/b43legacy/radio.c b43legacy_phy_write(dev, 0x0020, (((u16)threshold) << 8) threshold 343 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_int.h u16 threshold; threshold 4956 drivers/net/wireless/intel/ipw2x00/ipw2100.c static int ipw2100_set_rts_threshold(struct ipw2100_priv *priv, u32 threshold) threshold 4965 drivers/net/wireless/intel/ipw2x00/ipw2100.c if (threshold & RTS_DISABLED) threshold 4968 drivers/net/wireless/intel/ipw2x00/ipw2100.c cmd.host_command_parameters[0] = threshold & ~RTS_DISABLED; threshold 4974 drivers/net/wireless/intel/ipw2x00/ipw2100.c priv->rts_threshold = threshold; threshold 4981 drivers/net/wireless/intel/ipw2x00/ipw2100.c u32 threshold, int batch_mode) threshold 4997 drivers/net/wireless/intel/ipw2x00/ipw2100.c if (threshold == 0) threshold 4998 drivers/net/wireless/intel/ipw2x00/ipw2100.c threshold = DEFAULT_FRAG_THRESHOLD; threshold 5000 drivers/net/wireless/intel/ipw2x00/ipw2100.c threshold = max(threshold, MIN_FRAG_THRESHOLD); threshold 5001 drivers/net/wireless/intel/ipw2x00/ipw2100.c threshold = min(threshold, MAX_FRAG_THRESHOLD); threshold 5004 drivers/net/wireless/intel/ipw2x00/ipw2100.c cmd.host_command_parameters[0] = threshold; threshold 5006 drivers/net/wireless/intel/ipw2x00/ipw2100.c IPW_DEBUG_HC("FRAG_THRESHOLD: %u\n", threshold); threshold 5014 drivers/net/wireless/intel/ipw2x00/ipw2100.c priv->frag_threshold = threshold; threshold 348 drivers/net/wireless/intel/iwlwifi/dvm/devices.c s32 threshold = (s32)CELSIUS_TO_KELVIN(CT_KILL_THRESHOLD_LEGACY) - threshold 351 drivers/net/wireless/intel/iwlwifi/dvm/devices.c priv->hw_params.ct_kill_threshold = threshold * volt2temp_coef; threshold 147 drivers/net/wireless/intel/iwlwifi/dvm/rx.c int threshold = priv->plcp_delta_threshold; threshold 149 drivers/net/wireless/intel/iwlwifi/dvm/rx.c if (threshold == IWL_MAX_PLCP_ERR_THRESHOLD_DISABLE) { threshold 163 drivers/net/wireless/intel/iwlwifi/dvm/rx.c if ((delta * 100 / msecs) > threshold) { threshold 166 drivers/net/wireless/intel/iwlwifi/dvm/rx.c threshold, delta, msecs); threshold 911 drivers/net/wireless/marvell/libertas/host.h __le16 threshold; threshold 3358 drivers/net/wireless/marvell/mwl8k.c __le16 threshold; threshold 3374 drivers/net/wireless/marvell/mwl8k.c cmd->threshold = cpu_to_le16(rts_thresh); threshold 918 drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie.c int threshold = 0; threshold 925 drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie.c if (++threshold > 10000) { threshold 1229 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c queue->threshold = DIV_ROUND_UP(queue->limit, 10); threshold 464 drivers/net/wireless/ralink/rt2x00/rt2x00queue.h unsigned short threshold; threshold 620 drivers/net/wireless/ralink/rt2x00/rt2x00queue.h return rt2x00queue_available(queue) < queue->threshold; threshold 4559 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c u8 thermal_value, u8 threshold) threshold 4613 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c u8 thermal_value, u8 threshold) threshold 231 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.h u8 thermal_value, u8 threshold); threshold 233 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.h u8 thermal_value, u8 threshold); threshold 1125 drivers/net/wireless/st/cw1200/sta.c struct wsm_rcpi_rssi_threshold threshold = { threshold 1139 drivers/net/wireless/st/cw1200/sta.c if (threshold.rssiRcpiMode & WSM_RCPI_RSSI_USE_RSSI) threshold 1158 drivers/net/wireless/st/cw1200/sta.c wsm_set_rcpi_rssi_threshold(priv, &threshold); threshold 2029 drivers/net/wireless/st/cw1200/sta.c struct wsm_rcpi_rssi_threshold threshold = { threshold 2049 drivers/net/wireless/st/cw1200/sta.c threshold.upperThreshold = threshold 2051 drivers/net/wireless/st/cw1200/sta.c threshold.lowerThreshold = threshold 2053 drivers/net/wireless/st/cw1200/sta.c threshold.rssiRcpiMode |= WSM_RCPI_RSSI_USE_RSSI; threshold 2055 drivers/net/wireless/st/cw1200/sta.c threshold.upperThreshold = (info->cqm_rssi_thold + info->cqm_rssi_hyst + 110) * 2; threshold 2056 drivers/net/wireless/st/cw1200/sta.c threshold.lowerThreshold = (info->cqm_rssi_thold + 110) * 2; threshold 2058 drivers/net/wireless/st/cw1200/sta.c threshold.rssiRcpiMode |= WSM_RCPI_RSSI_THRESHOLD_ENABLE; threshold 2063 drivers/net/wireless/st/cw1200/sta.c threshold.rssiRcpiMode |= threshold 2068 drivers/net/wireless/st/cw1200/sta.c threshold.rssiRcpiMode |= WSM_RCPI_RSSI_USE_RSSI; threshold 2070 drivers/net/wireless/st/cw1200/sta.c wsm_set_rcpi_rssi_threshold(priv, &threshold); threshold 448 drivers/net/wireless/ti/wl1251/acx.c rts->threshold = rts_threshold; threshold 721 drivers/net/wireless/ti/wl1251/acx.c int wl1251_acx_low_rssi(struct wl1251 *wl, s8 threshold, u8 weight, threshold 733 drivers/net/wireless/ti/wl1251/acx.c rssi->threshold = threshold; threshold 317 drivers/net/wireless/ti/wl1251/acx.h u32 threshold; threshold 384 drivers/net/wireless/ti/wl1251/acx.h u16 threshold; threshold 410 drivers/net/wireless/ti/wl1251/acx.h s8 threshold; threshold 1465 drivers/net/wireless/ti/wl1251/acx.h int wl1251_acx_low_rssi(struct wl1251 *wl, s8 threshold, u8 weight, threshold 328 drivers/net/wireless/ti/wl12xx/main.c .threshold = 0, threshold 466 drivers/net/wireless/ti/wl18xx/main.c .threshold = 0, threshold 298 drivers/net/wireless/ti/wlcore/acx.c rts->threshold = cpu_to_le16((u16)rts_threshold); threshold 442 drivers/net/wireless/ti/wlcore/acx.c u32 threshold = ACX_CONN_MONIT_DISABLE_VALUE; threshold 456 drivers/net/wireless/ti/wlcore/acx.c threshold = wl->conf.conn.synch_fail_thold; threshold 461 drivers/net/wireless/ti/wlcore/acx.c acx->synch_fail_thold = cpu_to_le32(threshold); threshold 1041 drivers/net/wireless/ti/wlcore/acx.c rx_conf->threshold = cpu_to_le16(wl->conf.rx.irq_pkt_threshold); threshold 1239 drivers/net/wireless/ti/wlcore/acx.c acx->threshold = cpu_to_le16(thold); threshold 210 drivers/net/wireless/ti/wlcore/acx.h __le16 threshold; threshold 522 drivers/net/wireless/ti/wlcore/acx.h __le16 threshold; threshold 636 drivers/net/wireless/ti/wlcore/acx.h __le16 threshold; threshold 1789 drivers/net/wireless/ti/wlcore/cmd.c cmd->threshold = wl->conf.fwlog.threshold; threshold 671 drivers/net/wireless/ti/wlcore/cmd.h u8 threshold; threshold 1070 drivers/net/wireless/ti/wlcore/conf.h u8 threshold; threshold 1684 drivers/net/wireless/wl3501_cs.c u16 threshold; /* size checked: it is u16 */ threshold 1687 drivers/net/wireless/wl3501_cs.c &threshold, sizeof(threshold)); threshold 1689 drivers/net/wireless/wl3501_cs.c wrqu->rts.value = threshold; threshold 1690 drivers/net/wireless/wl3501_cs.c wrqu->rts.disabled = threshold >= 2347; threshold 1700 drivers/net/wireless/wl3501_cs.c u16 threshold; /* size checked: it is u16 */ threshold 1703 drivers/net/wireless/wl3501_cs.c &threshold, sizeof(threshold)); threshold 1705 drivers/net/wireless/wl3501_cs.c wrqu->frag.value = threshold; threshold 1706 drivers/net/wireless/wl3501_cs.c wrqu->frag.disabled = threshold >= 2346; threshold 512 drivers/scsi/esas2r/atvda.h u8 threshold; threshold 473 drivers/scsi/pm8001/pm8001_hwi.h __le32 threshold; threshold 706 drivers/scsi/pm8001/pm80xx_hwi.h __le32 threshold; threshold 1167 drivers/scsi/sd.c sector_t threshold; threshold 1199 drivers/scsi/sd.c threshold = sdkp->capacity - SD_LAST_BUGGY_SECTORS; threshold 1201 drivers/scsi/sd.c if (unlikely(sdp->last_sector_bug && lba + nr_blocks > threshold)) { threshold 1202 drivers/scsi/sd.c if (lba < threshold) { threshold 1204 drivers/scsi/sd.c nr_blocks = threshold - lba; threshold 34 drivers/soc/tegra/fuse/speedo-tegra114.c int *threshold) threshold 47 drivers/soc/tegra/fuse/speedo-tegra114.c *threshold = THRESHOLD_INDEX_0; threshold 54 drivers/soc/tegra/fuse/speedo-tegra114.c *threshold = THRESHOLD_INDEX_1; threshold 61 drivers/soc/tegra/fuse/speedo-tegra114.c *threshold = THRESHOLD_INDEX_0; threshold 77 drivers/soc/tegra/fuse/speedo-tegra114.c int threshold; threshold 85 drivers/soc/tegra/fuse/speedo-tegra114.c rev_sku_to_speedo_ids(sku_info, &threshold); threshold 91 drivers/soc/tegra/fuse/speedo-tegra114.c if (cpu_speedo_val < cpu_process_speedos[threshold][i]) threshold 96 drivers/soc/tegra/fuse/speedo-tegra114.c if (soc_speedo_val < soc_process_speedos[threshold][i]) threshold 51 drivers/soc/tegra/fuse/speedo-tegra124.c int *threshold) threshold 59 drivers/soc/tegra/fuse/speedo-tegra124.c *threshold = THRESHOLD_INDEX_0; threshold 77 drivers/soc/tegra/fuse/speedo-tegra124.c *threshold = THRESHOLD_INDEX_0; threshold 85 drivers/soc/tegra/fuse/speedo-tegra124.c *threshold = THRESHOLD_INDEX_1; threshold 93 drivers/soc/tegra/fuse/speedo-tegra124.c *threshold = THRESHOLD_INDEX_1; threshold 104 drivers/soc/tegra/fuse/speedo-tegra124.c int i, threshold, cpu_speedo_0_value, soc_speedo_0_value; threshold 133 drivers/soc/tegra/fuse/speedo-tegra124.c rev_sku_to_speedo_ids(sku_info, &threshold); threshold 139 drivers/soc/tegra/fuse/speedo-tegra124.c gpu_process_speedos[threshold][i]) threshold 145 drivers/soc/tegra/fuse/speedo-tegra124.c cpu_process_speedos[threshold][i]) threshold 151 drivers/soc/tegra/fuse/speedo-tegra124.c soc_process_speedos[threshold][i]) threshold 58 drivers/soc/tegra/fuse/speedo-tegra210.c u8 speedo_rev, int *threshold) threshold 66 drivers/soc/tegra/fuse/speedo-tegra210.c *threshold = THRESHOLD_INDEX_0; threshold 236 drivers/spi/spi-pxa2xx-dma.c u32 *threshold) threshold 248 drivers/spi/spi-pxa2xx-dma.c *threshold = SSCR1_RxTresh(RX_THRESH_DFLT) threshold 257 drivers/spi/spi-pxa2xx.c u32 *sccr1_reg, u32 threshold) threshold 261 drivers/spi/spi-pxa2xx.c *sccr1_reg |= QUARK_X1000_SSCR1_RxTresh(threshold); threshold 264 drivers/spi/spi-pxa2xx.c *sccr1_reg |= CE4100_SSCR1_RxTresh(threshold); threshold 267 drivers/spi/spi-pxa2xx.c *sccr1_reg |= SSCR1_RxTresh(threshold); threshold 599 drivers/spi/spi-pxa2xx.c sccr1_reg |= chip->threshold; threshold 1049 drivers/spi/spi-pxa2xx.c cr1 = chip->cr1 | chip->threshold | drv_data->int_cr1; threshold 1361 drivers/spi/spi-pxa2xx.c chip->threshold = (QUARK_X1000_SSCR1_RxTresh(rx_thres) threshold 1367 drivers/spi/spi-pxa2xx.c chip->threshold = (CE4100_SSCR1_RxTresh(rx_thres) & CE4100_SSCR1_RFT) | threshold 1371 drivers/spi/spi-pxa2xx.c chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) | threshold 75 drivers/spi/spi-pxa2xx.h u32 threshold; threshold 141 drivers/spi/spi-pxa2xx.h u32 *threshold); threshold 294 drivers/spi/spi-uniphier.c unsigned int threshold) threshold 300 drivers/spi/spi-uniphier.c val |= FIELD_PREP(SSI_FC_TXFTH_MASK, SSI_FIFO_DEPTH - threshold); threshold 301 drivers/spi/spi-uniphier.c val |= FIELD_PREP(SSI_FC_RXFTH_MASK, threshold); threshold 397 drivers/spi/spi-uniphier.c unsigned long threshold; threshold 409 drivers/spi/spi-uniphier.c threshold = DIV_ROUND_UP(SSI_POLL_TIMEOUT_US * priv->speed_hz, threshold 411 drivers/spi/spi-uniphier.c if (t->len > threshold) threshold 232 drivers/staging/comedi/drivers/cb_pcidas64.c static inline u16 analog_trig_low_threshold_bits(u16 threshold) threshold 234 drivers/staging/comedi/drivers/cb_pcidas64.c return threshold & 0xfff; threshold 222 drivers/staging/comedi/drivers/jr3_pci.h s32 threshold; threshold 467 drivers/staging/comedi/drivers/quatech_daqp_cs.c int threshold; threshold 580 drivers/staging/comedi/drivers/quatech_daqp_cs.c threshold = nbytes; threshold 582 drivers/staging/comedi/drivers/quatech_daqp_cs.c threshold = DAQP_FIFO_SIZE / 2; threshold 600 drivers/staging/comedi/drivers/quatech_daqp_cs.c outb((DAQP_FIFO_SIZE - threshold) & 0xff, threshold 602 drivers/staging/comedi/drivers/quatech_daqp_cs.c outb((DAQP_FIFO_SIZE - threshold) >> 8, dev->iobase + DAQP_AI_FIFO_REG); threshold 77 drivers/staging/iio/cdc/ad7150.c u16 threshold[2][2]; threshold 190 drivers/staging/iio/cdc/ad7150.c value = chip->threshold[rising][chan]; threshold 302 drivers/staging/iio/cdc/ad7150.c *val = chip->threshold[rising][chan->channel]; threshold 329 drivers/staging/iio/cdc/ad7150.c chip->threshold[rising][chan->channel] = val; threshold 638 drivers/staging/pi433/rf69.c int rf69_set_rssi_threshold(struct spi_device *spi, u8 threshold) threshold 642 drivers/staging/pi433/rf69.c return rf69_write_reg(spi, REG_RSSITHRESH, threshold); threshold 796 drivers/staging/pi433/rf69.c int rf69_set_fifo_threshold(struct spi_device *spi, u8 threshold) threshold 801 drivers/staging/pi433/rf69.c if (threshold & 0x80) { threshold 809 drivers/staging/pi433/rf69.c threshold); threshold 44 drivers/staging/pi433/rf69.h int rf69_set_rssi_threshold(struct spi_device *spi, u8 threshold); threshold 63 drivers/staging/pi433/rf69.h int rf69_set_fifo_threshold(struct spi_device *spi, u8 threshold); threshold 1829 drivers/staging/rtl8188eu/core/rtw_mlme.c u8 threshold; threshold 1844 drivers/staging/rtl8188eu/core/rtw_mlme.c threshold = 1; threshold 1846 drivers/staging/rtl8188eu/core/rtw_mlme.c threshold = 0; threshold 1847 drivers/staging/rtl8188eu/core/rtw_mlme.c rtw_hal_set_hwreg(padapter, HW_VAR_RXDMA_AGG_PG_TH, (u8 *)(&threshold)); threshold 1849 drivers/staging/rtl8188eu/core/rtw_mlme.c threshold = 1; threshold 1850 drivers/staging/rtl8188eu/core/rtw_mlme.c rtw_hal_set_hwreg(padapter, HW_VAR_RXDMA_AGG_PG_TH, (u8 *)(&threshold)); threshold 1606 drivers/staging/rtl8188eu/hal/usb_halinit.c u8 threshold = *((u8 *)val); threshold 1608 drivers/staging/rtl8188eu/hal/usb_halinit.c if (threshold == 0) threshold 1609 drivers/staging/rtl8188eu/hal/usb_halinit.c threshold = haldata->UsbRxAggPageCount; threshold 1610 drivers/staging/rtl8188eu/hal/usb_halinit.c usb_write8(Adapter, REG_RXDMA_AGG_PG_TH, threshold); threshold 2555 drivers/staging/rtl8723bs/core/rtw_mlme.c u8 threshold; threshold 2572 drivers/staging/rtl8723bs/core/rtw_mlme.c threshold = 1; threshold 2574 drivers/staging/rtl8723bs/core/rtw_mlme.c threshold = 0; threshold 2575 drivers/staging/rtl8723bs/core/rtw_mlme.c rtw_hal_set_hwreg(padapter, HW_VAR_RXDMA_AGG_PG_TH, (u8 *)(&threshold)); threshold 2577 drivers/staging/rtl8723bs/core/rtw_mlme.c threshold = 1; threshold 2578 drivers/staging/rtl8723bs/core/rtw_mlme.c rtw_hal_set_hwreg(padapter, HW_VAR_RXDMA_AGG_PG_TH, (u8 *)(&threshold)); threshold 501 drivers/thermal/armada_thermal.c unsigned int threshold = armada_mc_to_reg_temp(data, thresh_mc); threshold 510 drivers/thermal/armada_thermal.c ctrl1 |= threshold << data->thresh_shift; threshold 65 drivers/thermal/qcom/tsens-8960.c ret = regmap_read(map, THRESHOLD_ADDR, &priv->ctx.threshold); threshold 104 drivers/thermal/qcom/tsens-8960.c ret = regmap_write(map, THRESHOLD_ADDR, priv->ctx.threshold); threshold 281 drivers/thermal/qcom/tsens.h int threshold; threshold 55 drivers/usb/host/ehci-st.c u32 threshold; threshold 58 drivers/usb/host/ehci-st.c threshold = 128 | (128 << 16); threshold 59 drivers/usb/host/ehci-st.c writel(threshold, hcd->regs + AHB2STBUS_INSREG01); threshold 110 drivers/video/fbdev/arkfb.c static int threshold = 4; threshold 112 drivers/video/fbdev/arkfb.c module_param(threshold, int, 0644); threshold 113 drivers/video/fbdev/arkfb.c MODULE_PARM_DESC(threshold, "FIFO threshold"); threshold 679 drivers/video/fbdev/arkfb.c regval = 0x10 | ((threshold & 0x0E) >> 1) | (threshold & 0x01) << 7 | (threshold & 0x10) << 1; threshold 670 drivers/video/fbdev/cirrusfb.c unsigned int control = 0, format = 0, threshold = 0; threshold 879 drivers/video/fbdev/cirrusfb.c threshold = fb_readw(cinfo->laguna_mmio + 0xea); threshold 882 drivers/video/fbdev/cirrusfb.c threshold &= 0xffc0 & 0x3fbf; threshold 1036 drivers/video/fbdev/cirrusfb.c threshold |= 0x10; threshold 1121 drivers/video/fbdev/cirrusfb.c threshold |= 0x10; threshold 1179 drivers/video/fbdev/cirrusfb.c threshold |= 0x20; threshold 1247 drivers/video/fbdev/cirrusfb.c fb_writew(threshold, cinfo->laguna_mmio + 0xea); threshold 110 drivers/watchdog/intel_scu_watchdog.c static int watchdog_set_ipc(int soft_threshold, int threshold) threshold 118 drivers/watchdog/intel_scu_watchdog.c ipc_wbuf[1] = threshold; threshold 159 drivers/watchdog/intel_scu_watchdog.c iowrite32(watchdog_device.threshold, threshold 201 drivers/watchdog/intel_scu_watchdog.c watchdog_device.threshold = threshold 213 drivers/watchdog/intel_scu_watchdog.c watchdog_device.threshold); threshold 219 drivers/watchdog/intel_scu_watchdog.c watchdog_device.threshold = threshold 220 drivers/watchdog/intel_scu_watchdog.c watchdog_device.threshold / FREQ_ADJUSTMENT; threshold 229 drivers/watchdog/intel_scu_watchdog.c watchdog_device.threshold); threshold 482 drivers/watchdog/intel_scu_watchdog.c watchdog_device.threshold = threshold 35 drivers/watchdog/intel_scu_watchdog.h u32 threshold; threshold 2841 fs/btrfs/qgroup.c u64 threshold; threshold 2861 fs/btrfs/qgroup.c threshold = min_t(u64, qg->max_excl / QGROUP_FREE_RATIO, threshold 2865 fs/btrfs/qgroup.c threshold = min_t(u64, qg->max_rfer / QGROUP_FREE_RATIO, threshold 2873 fs/btrfs/qgroup.c if (free < threshold) threshold 203 fs/jffs2/compr_rubin.c long i0, threshold; threshold 216 fs/jffs2/compr_rubin.c threshold = rs->q + i0; threshold 217 fs/jffs2/compr_rubin.c symbol = rs->rec_q >= threshold; threshold 218 fs/jffs2/compr_rubin.c if (rs->rec_q >= threshold) { threshold 2137 fs/ntfs/layout.h sle64 threshold; /* Soft quota (-1 if not limited). */ threshold 152 fs/ocfs2/cluster/heartbeat.c static void o2hb_dead_threshold_set(unsigned int threshold) threshold 154 fs/ocfs2/cluster/heartbeat.c if (threshold > O2HB_MIN_DEAD_THRESHOLD) { threshold 157 fs/ocfs2/cluster/heartbeat.c o2hb_dead_threshold = threshold; threshold 743 fs/ocfs2/move_extents.c u32 threshold, int *skip) threshold 745 fs/ocfs2/move_extents.c if ((*alloc_size + *len_defraged) < threshold) { threshold 764 fs/ocfs2/move_extents.c *alloc_size = threshold - *len_defraged; threshold 197 include/drm/gpu_scheduler.h int threshold) threshold 199 include/drm/gpu_scheduler.h return (s_job && atomic_inc_return(&s_job->karma) > threshold); threshold 898 include/linux/i2c.h u8 *i2c_get_dma_safe_msg_buf(struct i2c_msg *msg, unsigned int threshold); threshold 146 include/linux/memcontrol.h unsigned long threshold; threshold 505 include/linux/mfd/db8500-prcmu.h int db8500_prcmu_config_hotdog(u8 threshold); threshold 621 include/linux/mfd/db8500-prcmu.h static inline int db8500_prcmu_config_hotdog(u8 threshold) threshold 343 include/linux/mfd/dbx500-prcmu.h static inline int prcmu_config_hotdog(u8 threshold) threshold 345 include/linux/mfd/dbx500-prcmu.h return db8500_prcmu_config_hotdog(threshold); threshold 540 include/linux/mfd/dbx500-prcmu.h static inline int prcmu_config_hotdog(u8 threshold) threshold 481 include/linux/mlx5/driver.h int threshold; threshold 32 include/linux/mroute_base.h unsigned char threshold; threshold 266 include/linux/mroute_base.h unsigned char threshold, threshold 312 include/linux/mroute_base.h unsigned char threshold, threshold 1300 include/linux/mtd/rawnand.h int threshold); threshold 101 include/linux/psi_types.h u64 threshold; threshold 24 include/media/i2c/ov772x.h unsigned char threshold; threshold 45 include/media/i2c/ov772x.h .threshold = (t & OV772X_EDGE_THRESHOLD_MASK), \ threshold 669 include/net/devlink.h u32 threshold, struct netlink_ext_ack *extack); threshold 679 include/net/devlink.h u16 pool_index, u32 threshold, threshold 12 include/net/ipcomp.h u16 threshold; threshold 1412 include/net/tcp.h int threshold = rcvbuf - (rcvbuf >> 3); threshold 1414 include/net/tcp.h return atomic_read(&sk->sk_rmem_alloc) > threshold; threshold 1377 include/net/xfrm.h u16 threshold; threshold 231 include/rdma/rdma_vt.h int threshold; threshold 19 include/uapi/linux/netfilter/xt_NFLOG.h __u16 threshold; threshold 18 include/uapi/linux/netfilter_bridge/ebt_nflog.h __u16 threshold; threshold 275 include/uapi/linux/omap3isp.h __u8 threshold; /* Threshold Value for Horizontal Median Filter */ threshold 530 kernel/sched/psi.c if (growth < t->threshold) threshold 1042 kernel/sched/psi.c t->threshold = threshold_us * NSEC_PER_USEC; threshold 1313 kernel/trace/trace.c unsigned long threshold; threshold 1318 kernel/trace/trace.c ret = kstrtoul(str, 0, &threshold); threshold 1321 kernel/trace/trace.c tracing_thresh = threshold * 1000; threshold 66 lib/zstd/entropy_common.c int threshold; threshold 82 lib/zstd/entropy_common.c threshold = 1 << nbBits; threshold 118 lib/zstd/entropy_common.c int const max = (2 * threshold - 1) - remaining; threshold 121 lib/zstd/entropy_common.c if ((bitStream & (threshold - 1)) < (U32)max) { threshold 122 lib/zstd/entropy_common.c count = bitStream & (threshold - 1); threshold 125 lib/zstd/entropy_common.c count = bitStream & (2 * threshold - 1); threshold 126 lib/zstd/entropy_common.c if (count >= threshold) threshold 135 lib/zstd/entropy_common.c while (remaining < threshold) { threshold 137 lib/zstd/entropy_common.c threshold >>= 1; threshold 212 lib/zstd/fse_compress.c int threshold; threshold 226 lib/zstd/fse_compress.c threshold = tableSize; threshold 263 lib/zstd/fse_compress.c int const max = (2 * threshold - 1) - remaining; threshold 266 lib/zstd/fse_compress.c if (count >= threshold) threshold 274 lib/zstd/fse_compress.c while (remaining < threshold) threshold 275 lib/zstd/fse_compress.c nbBits--, threshold >>= 1; threshold 4052 mm/memcontrol.c for (; i >= 0 && unlikely(t->entries[i].threshold > usage); i--) threshold 4064 mm/memcontrol.c for (; i < t->size && unlikely(t->entries[i].threshold <= usage); i++) threshold 4089 mm/memcontrol.c if (_a->threshold > _b->threshold) threshold 4092 mm/memcontrol.c if (_a->threshold < _b->threshold) threshold 4124 mm/memcontrol.c unsigned long threshold; threshold 4128 mm/memcontrol.c ret = page_counter_memparse(args, "-1", &threshold); threshold 4165 mm/memcontrol.c new->entries[size - 1].threshold = threshold; threshold 4174 mm/memcontrol.c if (new->entries[i].threshold <= usage) { threshold 4268 mm/memcontrol.c if (new->entries[j].threshold <= usage) { threshold 174 mm/vmstat.c int threshold; threshold 186 mm/vmstat.c threshold = max(1, (int)(watermark_distance / num_online_cpus())); threshold 191 mm/vmstat.c threshold = min(125, threshold); threshold 193 mm/vmstat.c return threshold; threshold 198 mm/vmstat.c int threshold; threshold 233 mm/vmstat.c threshold = 2 * fls(num_online_cpus()) * (1 + fls(mem)); threshold 238 mm/vmstat.c threshold = min(125, threshold); threshold 240 mm/vmstat.c return threshold; threshold 251 mm/vmstat.c int threshold; threshold 264 mm/vmstat.c threshold = calculate_normal_threshold(zone); threshold 270 mm/vmstat.c = threshold; threshold 275 mm/vmstat.c = max(threshold, pgdat_threshold); threshold 284 mm/vmstat.c max_drift = num_online_cpus() * threshold; threshold 296 mm/vmstat.c int threshold; threshold 304 mm/vmstat.c threshold = (*calculate_pressure)(zone); threshold 307 mm/vmstat.c = threshold; threshold 636 net/batman-adv/bat_v.c u32 threshold; threshold 647 net/batman-adv/bat_v.c threshold = ifinfo1->bat_v.throughput / 4; threshold 648 net/batman-adv/bat_v.c threshold = ifinfo1->bat_v.throughput - threshold; threshold 650 net/batman-adv/bat_v.c ret = ifinfo2->bat_v.throughput > threshold; threshold 789 net/batman-adv/bat_v.c u32 gw_throughput, orig_throughput, threshold; threshold 792 net/batman-adv/bat_v.c threshold = atomic_read(&bat_priv->gw.sel_class); threshold 815 net/batman-adv/bat_v.c if ((orig_throughput - gw_throughput) < threshold) threshold 2109 net/bluetooth/l2cap_core.c int threshold; threshold 2134 net/bluetooth/l2cap_core.c threshold = chan->ack_win; threshold 2135 net/bluetooth/l2cap_core.c threshold += threshold << 1; threshold 2136 net/bluetooth/l2cap_core.c threshold >>= 2; threshold 2139 net/bluetooth/l2cap_core.c threshold); threshold 2141 net/bluetooth/l2cap_core.c if (frames_to_ack >= threshold) { threshold 33 net/bridge/netfilter/ebt_nflog.c li.u.ulog.qthreshold = info->threshold; threshold 1116 net/core/devlink.c u32 threshold; threshold 1121 net/core/devlink.c pool_index, &threshold); threshold 1137 net/core/devlink.c if (nla_put_u32(msg, DEVLINK_ATTR_SB_THRESHOLD, threshold)) threshold 1265 net/core/devlink.c u32 threshold, threshold 1273 net/core/devlink.c pool_index, threshold, extack); threshold 1283 net/core/devlink.c u32 threshold; threshold 1294 net/core/devlink.c threshold = nla_get_u32(info->attrs[DEVLINK_ATTR_SB_THRESHOLD]); threshold 1296 net/core/devlink.c pool_index, threshold, info->extack); threshold 1309 net/core/devlink.c u32 threshold; threshold 1315 net/core/devlink.c &pool_index, &threshold); threshold 1335 net/core/devlink.c if (nla_put_u32(msg, DEVLINK_ATTR_SB_THRESHOLD, threshold)) threshold 1495 net/core/devlink.c u16 pool_index, u32 threshold, threshold 1504 net/core/devlink.c pool_index, threshold, extack); threshold 1516 net/core/devlink.c u32 threshold; threshold 1536 net/core/devlink.c threshold = nla_get_u32(info->attrs[DEVLINK_ATTR_SB_THRESHOLD]); threshold 1539 net/core/devlink.c pool_index, threshold, info->extack); threshold 808 net/ipv4/fib_trie.c unsigned long threshold = used; threshold 811 net/ipv4/fib_trie.c threshold *= IS_TRIE(tp) ? inflate_threshold_root : inflate_threshold; threshold 817 net/ipv4/fib_trie.c return (used > 1) && tn->pos && ((50 * used) >= threshold); threshold 823 net/ipv4/fib_trie.c unsigned long threshold = used; threshold 826 net/ipv4/fib_trie.c threshold *= IS_TRIE(tp) ? halve_threshold_root : halve_threshold; threshold 831 net/ipv4/fib_trie.c return (used > 1) && (tn->bits > 1) && ((100 * used) < threshold); threshold 12 net/ipv4/ipmr_base.c unsigned char threshold, threshold 23 net/ipv4/ipmr_base.c v->threshold = threshold; threshold 30 net/netfilter/xt_NFLOG.c li.u.ulog.qthreshold = info->threshold; threshold 145 net/sched/sch_fq_codel.c unsigned int threshold; threshold 163 net/sched/sch_fq_codel.c threshold = maxbacklog >> 1; threshold 173 net/sched/sch_fq_codel.c } while (++i < max_packets && len < threshold); threshold 116 net/wireless/wext-spy.c struct iw_thrspy * threshold = (struct iw_thrspy *) extra; threshold 123 net/wireless/wext-spy.c memcpy(&(spydata->spy_thr_low), &(threshold->low), threshold 143 net/wireless/wext-spy.c struct iw_thrspy * threshold = (struct iw_thrspy *) extra; threshold 150 net/wireless/wext-spy.c memcpy(&(threshold->low), &(spydata->spy_thr_low), threshold 167 net/wireless/wext-spy.c struct iw_thrspy threshold; threshold 173 net/wireless/wext-spy.c memcpy(threshold.addr.sa_data, address, ETH_ALEN); threshold 174 net/wireless/wext-spy.c threshold.addr.sa_family = ARPHRD_ETHER; threshold 176 net/wireless/wext-spy.c memcpy(&(threshold.qual), wstats, sizeof(struct iw_quality)); threshold 178 net/wireless/wext-spy.c memcpy(&(threshold.low), &(spydata->spy_thr_low), threshold 182 net/wireless/wext-spy.c wireless_send_event(dev, SIOCGIWTHRSPY, &wrqu, (char *) &threshold); threshold 562 net/xfrm/xfrm_algo.c .threshold = 90, threshold 572 net/xfrm/xfrm_algo.c .threshold = 90, threshold 582 net/xfrm/xfrm_algo.c .threshold = 50, threshold 173 net/xfrm/xfrm_ipcomp.c if (skb->len < ipcd->threshold) { threshold 366 net/xfrm/xfrm_ipcomp.c ipcd->threshold = calg_desc->uinfo.comp.threshold; threshold 1691 sound/pci/asihpi/hpi.h u16 hpi_tone_detector_set_threshold(u32 hC, int threshold); threshold 1693 sound/pci/asihpi/hpi.h u16 hpi_tone_detector_get_threshold(u32 hC, int *threshold); threshold 1714 sound/pci/asihpi/hpi.h u16 hpi_silence_detector_set_threshold(u32 hC, int threshold); threshold 1716 sound/pci/asihpi/hpi.h u16 hpi_silence_detector_get_threshold(u32 hC, int *threshold); threshold 2420 sound/pci/asihpi/hpifunc.c u16 hpi_tone_detector_set_threshold(u32 h_control, int threshold) threshold 2423 sound/pci/asihpi/hpifunc.c (u32)threshold, 0); threshold 2426 sound/pci/asihpi/hpifunc.c u16 hpi_tone_detector_get_threshold(u32 h_control, int *threshold) threshold 2429 sound/pci/asihpi/hpifunc.c (u32 *)threshold); threshold 2473 sound/pci/asihpi/hpifunc.c u16 hpi_silence_detector_set_threshold(u32 h_control, int threshold) threshold 2476 sound/pci/asihpi/hpifunc.c threshold, 0); threshold 2479 sound/pci/asihpi/hpifunc.c u16 hpi_silence_detector_get_threshold(u32 h_control, int *threshold) threshold 2482 sound/pci/asihpi/hpifunc.c HPI_SILENCEDETECTOR_THRESHOLD, (u32 *)threshold); threshold 398 sound/soc/codecs/wm_adsp.c __be32 threshold; threshold 111 sound/soc/meson/axg-fifo.c unsigned int burst_num, period, threshold; threshold 135 sound/soc/meson/axg-fifo.c threshold = min(period / 2, threshold 142 sound/soc/meson/axg-fifo.c threshold /= AXG_FIFO_BURST; threshold 144 sound/soc/meson/axg-fifo.c threshold ? threshold - 1 : 0); threshold 119 sound/soc/tegra/tegra30_ahub.c cif_conf.threshold = 0; threshold 221 sound/soc/tegra/tegra30_ahub.c cif_conf.threshold = 0; threshold 678 sound/soc/tegra/tegra30_ahub.c value = (conf->threshold << threshold 710 sound/soc/tegra/tegra30_ahub.c value = (conf->threshold << threshold 475 sound/soc/tegra/tegra30_ahub.h unsigned int threshold; threshold 170 sound/soc/tegra/tegra30_i2s.c cif_conf.threshold = 0; threshold 43 sound/soc/ti/omap-dmic.c int threshold; threshold 220 sound/soc/ti/omap-dmic.c dma_data->maxburst = dmic->threshold * channels; threshold 221 sound/soc/ti/omap-dmic.c dmic->latency = (OMAP_DMIC_THRES_MAX - dmic->threshold) * USEC_PER_SEC / threshold 237 sound/soc/ti/omap-dmic.c omap_dmic_write(dmic, OMAP_DMIC_FIFO_CTRL_REG, dmic->threshold); threshold 424 sound/soc/ti/omap-dmic.c dmic->threshold = OMAP_DMIC_THRES_MAX - 3; threshold 242 sound/soc/ti/omap-mcbsp.c static void omap_mcbsp_set_tx_threshold(struct omap_mcbsp *mcbsp, u16 threshold) threshold 244 sound/soc/ti/omap-mcbsp.c if (threshold && threshold <= mcbsp->max_tx_thres) threshold 245 sound/soc/ti/omap-mcbsp.c MCBSP_WRITE(mcbsp, THRSH2, threshold - 1); threshold 253 sound/soc/ti/omap-mcbsp.c static void omap_mcbsp_set_rx_threshold(struct omap_mcbsp *mcbsp, u16 threshold) threshold 255 sound/soc/ti/omap-mcbsp.c if (threshold && threshold <= mcbsp->max_rx_thres) threshold 256 sound/soc/ti/omap-mcbsp.c MCBSP_WRITE(mcbsp, THRSH1, threshold - 1); threshold 279 sound/soc/ti/omap-mcbsp.c u16 buffstat, threshold; threshold 284 sound/soc/ti/omap-mcbsp.c threshold = MCBSP_READ(mcbsp, THRSH1); threshold 287 sound/soc/ti/omap-mcbsp.c if (threshold <= buffstat) threshold 290 sound/soc/ti/omap-mcbsp.c return threshold - buffstat; threshold 35 sound/soc/ti/omap-mcpdm.c u32 threshold; /* FIFO threshold */ threshold 185 sound/soc/ti/omap-mcpdm.c mcpdm->config[SNDRV_PCM_STREAM_PLAYBACK].threshold); threshold 187 sound/soc/ti/omap-mcpdm.c mcpdm->config[SNDRV_PCM_STREAM_CAPTURE].threshold); threshold 301 sound/soc/ti/omap-mcpdm.c u32 threshold; threshold 335 sound/soc/ti/omap-mcpdm.c threshold = mcpdm->config[stream].threshold; threshold 345 sound/soc/ti/omap-mcpdm.c (MCPDM_DN_THRES_MAX - threshold) * channels; threshold 346 sound/soc/ti/omap-mcpdm.c latency = threshold; threshold 352 sound/soc/ti/omap-mcpdm.c dma_data->maxburst = threshold * channels; threshold 353 sound/soc/ti/omap-mcpdm.c latency = (MCPDM_DN_THRES_MAX - threshold); threshold 436 sound/soc/ti/omap-mcpdm.c mcpdm->config[SNDRV_PCM_STREAM_PLAYBACK].threshold = 2; threshold 437 sound/soc/ti/omap-mcpdm.c mcpdm->config[SNDRV_PCM_STREAM_CAPTURE].threshold = threshold 359 sound/soc/uniphier/aio-compress.c sub->threshold = 2 * bytes; threshold 1177 sound/soc/uniphier/aio-core.c sub->threshold = 2 * period; threshold 1195 sound/soc/uniphier/aio-core.c sub->threshold = 2 * period; threshold 1207 sound/soc/uniphier/aio-core.c sub->threshold = 2 * period; threshold 37 sound/soc/uniphier/aio-dma.c sub->threshold + bytes); threshold 39 sound/soc/uniphier/aio-dma.c sub->threshold += bytes; threshold 56 sound/soc/uniphier/aio-dma.c sub->threshold + bytes); threshold 58 sound/soc/uniphier/aio-dma.c sub->threshold += bytes; threshold 259 sound/soc/uniphier/aio.h u32 threshold; threshold 1375 tools/perf/builtin-timechart.c static int determine_display_tasks(struct timechart *tchart, u64 threshold) threshold 1390 tools/perf/builtin-timechart.c if (p->total_time >= threshold) threshold 1401 tools/perf/builtin-timechart.c if (c->total_time >= threshold) { threshold 1416 tools/perf/builtin-timechart.c static int determine_display_io_tasks(struct timechart *timechart, u64 threshold) threshold 1433 tools/perf/builtin-timechart.c if (c->total_bytes >= threshold) { threshold 1312 tools/perf/util/callchain.c char *bf, int bfsize, float threshold) threshold 1316 tools/perf/util/callchain.c if (threshold != 0.0 && value < threshold)