/src/usr.sbin/mrouted/ |
rsrr.h | 101 * The threshold indicates the ttl an outgoing packet needs in order to 110 u_char threshold; /* vif threshold ttl */ member in struct:rsrr_vif
|
/src/sys/arch/arm/nvidia/ |
tegra124_cpu.c | 191 int threshold = 0; local in function:tegra124_speedo_init_ids 214 threshold = 1; 222 threshold = 1; 229 return threshold;
|
/src/sys/dev/scsipi/ |
scsi_scanner.h | 82 u_int8_t threshold; member in struct:scsi_window_data
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_hotplug.c | 70 * of interrupts exceeds a certain threshold, the interrupt is disabled for a 140 * @HPD_STORM_DEFAULT_THRESHOLD. Long IRQs count as +10 to this threshold, and 141 * short IRQs count as +1. If this threshold is exceeded, it's considered an 152 * The HPD threshold can be controlled through i915_hpd_storm_ctl in debugfs, 164 const int threshold = hpd->hpd_storm_threshold; local in function:intel_hpd_irq_storm_detect 167 if (!threshold || 177 if (hpd->stats[pin].count > threshold) {
|
intel_fbc.c | 129 /* Note: fbc.threshold == 1 for i8xx */ 223 int threshold = dev_priv->fbc.threshold; local in function:ilk_fbc_activate 227 threshold++; 229 switch (threshold) { 288 int threshold = dev_priv->fbc.threshold; local in function:gen7_fbc_activate 307 threshold++; 309 switch (threshold) { 492 fbc->threshold = ret [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
mt2701.dtsi | 96 threshold: trip-point@0 { label in label:cpu_thermal
|
rv1108.dtsi | 323 threshold: trip-point0 { label in label:soc_thermal
|
/src/usr.sbin/diskpart/ |
diskpart.c | 126 int threshold, numcyls[NPARTITIONS], startcyl[NPARTITIONS]; local in function:main 188 threshold = howmany(spc, badsecttable); 191 threshold = 0; 213 if (curcyl < dp->d_ncylinders - threshold)
|
/src/sys/arch/macppc/dev/ |
pbms.c | 89 * below a threshold. The raw finger position is computed as a 166 * threshold: Accumulated changes less than this are ignored. A good 187 int threshold; /* Changes less than this are ignored. */ member in struct:pbms_dev 205 .threshold = 5, \ 244 int sc_theshold; /* Threshold value. */ 355 sc->sc_theshold = pd->threshold; 698 detect_pos(int *sensors, int n_sensors, int threshold, int fact, 710 if (sensors[i] >= threshold) { 711 if (i == 0 || sensors[i - 1] < threshold)
|
/src/sys/external/bsd/drm/dist/shared-core/ |
savage_bci.c | 41 uint32_t threshold = dev_priv->bci_threshold_hi; local in function:savage_bci_wait_fifo_shadow 46 if (n > dev_priv->cob_size + SAVAGE_BCI_FIFO_SIZE - threshold) 54 if ((status & mask) < threshold) 61 DRM_INFO(" status=0x%08x, threshold=0x%08x\n", status, threshold);
|
/src/sys/external/bsd/drm2/dist/drm/savage/ |
savage_bci.c | 55 uint32_t threshold = dev_priv->bci_threshold_hi; local in function:savage_bci_wait_fifo_shadow 60 if (n > dev_priv->cob_size + SAVAGE_BCI_FIFO_SIZE - threshold) 68 if ((status & mask) < threshold) 75 DRM_INFO(" status=0x%08x, threshold=0x%08x\n", status, threshold);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/ |
hi6220.dtsi | 884 threshold: trip-point0 { label in label:cls0
|
hi3660.dtsi | 1125 threshold: trip-point0 { label in label:cls0
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
mt8173-elm.dtsi | 195 threshold: trip-point0 { label
|
mt8183.dtsi | 769 threshold: trip-point0 { label in label:thermal_zones.cpu_thermal
|
mt8173.dtsi | 284 threshold: trip-point0 { label in label:cpu_thermal
|
/src/sys/sys/ |
rndio.h | 55 uint32_t threshold; member in struct:__anon55e960fb0208
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/ |
flask_op.h | 112 uint32_t threshold; member in struct:xen_flask_setavc_threshold
|
/src/usr.sbin/map-mbone/ |
mapper.c | 57 u_char threshold; /* TTL threshold to forward */ member in struct:neighbor 310 u_char metric, threshold, ncount; local in function:accept_neighbors 324 threshold = *p++; 360 || nb_i->threshold != nb_n->threshold) 363 "metric/threshold", 404 if (metric != nb->metric || threshold != nb->threshold) 407 "metric/threshold", 445 u_char metric, threshold, ncount, flags; local in function:accept_neighbors2 [all...] |
/src/sys/dev/usb/ |
if_mue.c | 279 uint32_t flow, threshold; local in function:mue_uno_mii_statchg 331 threshold = 0x820; 335 threshold = 0x817; 338 threshold = 0x211; 341 threshold = 0; 345 /* Threshold value should be set before enabling flow. */ 347 MUE_7500_FCT_FLOW : MUE_7800_FCT_FLOW, threshold);
|
if_axereg.h | 299 int threshold; member in struct:ax88772b_mfb
|
/src/sys/arch/powerpc/oea/ |
cpu_subr.c | 1350 int i, threshold, count; local in function:cpu_tau_refresh 1352 threshold = 64; /* Half of the 7-bit sensor range */ 1360 SPR_THRM_THRESHOLD(threshold) | SPR_THRM_VALID); 1369 * temperature was above the threshold 1371 threshold += 1 << i; 1373 /* Temperature was below the threshold */ 1374 threshold -= 1 << i; 1377 threshold += 2; 1380 edata->value_cur = (threshold * 1000000) + 273150000;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
amdgpu_color_gamma.c | 193 struct fixed31_32 threshold; local in function:compute_hlg_eotf 201 threshold = dc_fixpt_from_fraction(1, 2); 203 if (dc_fixpt_lt(in_x, threshold)) { 224 struct fixed31_32 threshold; local in function:compute_hlg_oetf 232 threshold = dc_fixpt_from_fraction(1, 12); 236 if (dc_fixpt_lt(x, threshold)) {
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
rk3328.dtsi | 512 threshold: trip-point0 { label in label:soc_thermal
|
/src/sys/dev/qbus/ |
qduser.h | 448 unsigned short threshold; /* threshold to trigger acc at */ member in struct:prg_cursor
|