Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 25 of 56) sorted by relevance

123

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_wait.c71 IN DAT_COUNT threshold, in dapl_evd_wait() argument
86 threshold, in dapl_evd_wait()
110 if (threshold <= 0 || in dapl_evd_wait()
111 (threshold > 1 && in dapl_evd_wait()
148 evd_ptr->threshold = threshold; in dapl_evd_wait()
H A Ddapl_evd_util.c324 evd_ptr->threshold = 0; in dapli_evd_event_alloc()
1334 if (evd_ptr->threshold <= NUM_EVENTS_PER_POLL) { in dapls_evd_copy_events()
1339 evd_ptr->threshold * sizeof (dapl_ib_event_t)); in dapls_evd_copy_events()
1346 if (evd_ptr->threshold == 0 && timeout == 0) in dapls_evd_copy_events()
1347 evd_ptr->threshold = 1; in dapls_evd_copy_events()
1410 events_needed = evd_ptr->threshold - num_ke - in dapls_evd_copy_events()
1424 if (evd_ptr->threshold == 0) in dapls_evd_copy_events()
1515 (evd_ptr->threshold - (num_cqe + num_ke)), evpp, in dapls_evd_copy_events()
1536 evd_ptr->threshold); in dapls_evd_copy_events()
H A Ddapl_evd_dequeue.c138 evd_ptr->threshold = 0; in dapl_evd_dequeue()
/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c166 threshold)); in last_disk_activity()
170 last_tty_activity(hrtime_t *hr_now, int threshold) in last_tty_activity() argument
173 threshold)); in last_tty_activity()
186 threshold)); in last_nfs_activity()
269 check_disks(hrtime_t *hr_now, int threshold) in check_disks() argument
293 threshold)); in check_disks()
361 check_tty(hrtime_t *hr_now, int threshold) in check_tty() argument
375 threshold)); in check_tty()
406 if (info->pd_loadaverage > threshold) { in check_load_ave()
506 check_nfs(hrtime_t *hr_now, int threshold) in check_nfs() argument
[all …]
H A Dpower.conf.i38636 cpu-threshold 1s
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dtanhl.c67 threshold = 45.0L; variable
82 if (t <= threshold) { in tanhl()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dtanhl.c67 threshold = 45.0L; variable
82 if (t <= threshold) { in tanhl()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c2189 int64_t threshold; in logprintf_temp_info() local
2324 float threshold; in logprintf_current_info() local
2357 if (got_current && current < threshold) in logprintf_current_info()
2366 if (got_current && current < threshold) in logprintf_current_info()
2375 if (got_current && current > threshold) in logprintf_current_info()
2384 if (got_current && current > threshold) in logprintf_current_info()
2458 float threshold; in logprintf_voltage_info() local
2491 if (got_voltage && voltage < threshold) in logprintf_voltage_info()
2500 if (got_voltage && voltage < threshold) in logprintf_voltage_info()
2509 if (got_voltage && voltage > threshold) in logprintf_voltage_info()
[all …]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c2597 int64_t threshold; in logprintf_temp_info() local
2732 float threshold; in logprintf_current_info() local
2765 if (got_current && current < threshold) in logprintf_current_info()
2774 if (got_current && current < threshold) in logprintf_current_info()
2783 if (got_current && current > threshold) in logprintf_current_info()
2792 if (got_current && current > threshold) in logprintf_current_info()
2867 float threshold; in logprintf_voltage_info() local
2900 if (got_voltage && voltage < threshold) in logprintf_voltage_info()
2909 if (got_voltage && voltage < threshold) in logprintf_voltage_info()
2918 if (got_voltage && voltage > threshold) in logprintf_voltage_info()
[all …]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c2576 int64_t threshold; in logprintf_temp_info() local
2712 float threshold; in logprintf_current_info() local
2745 if (got_current && current < threshold) in logprintf_current_info()
2754 if (got_current && current < threshold) in logprintf_current_info()
2763 if (got_current && current > threshold) in logprintf_current_info()
2772 if (got_current && current > threshold) in logprintf_current_info()
2847 float threshold; in logprintf_voltage_info() local
2880 if (got_voltage && voltage < threshold) in logprintf_voltage_info()
2889 if (got_voltage && voltage < threshold) in logprintf_voltage_info()
2898 if (got_voltage && voltage > threshold) in logprintf_voltage_info()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h94 u_long threshold; member
102 u_long threshold; member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c72 static int read_count = 0, threshold = 2; in iso9660_devread() local
99 if ((read_count >> 11) > threshold) { in iso9660_devread()
101 threshold += 2; /* one dot every 2 MB */ in iso9660_devread()
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c444 int threshold; in auditd_thread_init() local
502 threshold = ((p->plg_qmax * THRESHOLD_PCT) + 99) / 100; in auditd_thread_init()
509 qpool_init(p, threshold); in auditd_thread_init()
584 qpool_init(plugin_t *p, int threshold) in qpool_init() argument
592 p->plg_tid, p->plg_qmax, p->plg_qmin, threshold)); in qpool_init()
597 p->plg_q_threshold = threshold; in qpool_init()
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Dudat_redirection.h83 #define DAT_EVD_WAIT(evd, timeout, threshold, event, nmore) \ argument
87 (threshold),\
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c258 static void threshold(picl_nodehdl_t node, char *oidstr, int row,
1388 threshold(picl_nodehdl_t node, char *oidstr, int row, char *propname, in threshold() function
1458 threshold(node, in add_thresholds()
1464 threshold(node, in add_thresholds()
1470 threshold(node, in add_thresholds()
1476 threshold(node, in add_thresholds()
1482 threshold(node, in add_thresholds()
1488 threshold(node, in add_thresholds()
/illumos-gate/usr/src/test/util-tests/tests/libsff/
H A Dlibsff_opts.out8 6 Receiver decision threshold implemented
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dmode.h148 uchar_t threshold; /* Prefetch threshold */ member
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc107 * faulted in this way on a single rank exceeds a threshold we will
170 * faults on the rank up to some maximum multiple of the threshold at which
187 * with any diagnosis threshold (i.e., the number of faulty pages we are
205 * The single-correctable-unit threshold at which number of faulted pages
215 * this at twice the rank fault threshold.
225 * from any one rank on that DIMM reaches a threshold. A "correctable unit"
236 * have reached the threshold for a majority of single-bit page faults or
241 * ereport which we diagnose to a fault if the threshold has been reached.
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp4_pcbe.c682 int threshold = 0; in p4_pcbe_configure() local
775 threshold = attrs[i].ka_val; in p4_pcbe_configure()
878 cfg->p4_cccr |= threshold << CCCR_THRESHOLD_SHIFT; in p4_pcbe_configure()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sb.c816 ic->eth_dynamic_hc_cfg.sm_config[SM_RX_ID].threshold[0] = pdev->params.hc_threshold0[SM_RX_ID]; in lm_set_int_coal_info()
817 ic->eth_dynamic_hc_cfg.sm_config[SM_RX_ID].threshold[1] = pdev->params.hc_threshold1[SM_RX_ID]; in lm_set_int_coal_info()
818 ic->eth_dynamic_hc_cfg.sm_config[SM_RX_ID].threshold[2] = pdev->params.hc_threshold2[SM_RX_ID]; in lm_set_int_coal_info()
826 ic->eth_dynamic_hc_cfg.sm_config[SM_TX_ID].threshold[0] = pdev->params.hc_threshold0[SM_TX_ID]; in lm_set_int_coal_info()
827 ic->eth_dynamic_hc_cfg.sm_config[SM_TX_ID].threshold[1] = pdev->params.hc_threshold1[SM_TX_ID]; in lm_set_int_coal_info()
828 ic->eth_dynamic_hc_cfg.sm_config[SM_TX_ID].threshold[2] = pdev->params.hc_threshold2[SM_TX_ID]; in lm_set_int_coal_info()
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Ddisk.esc218 && setpayloadprop("threshold-wearout-percentage",
219 payloadprop("threshold-ssm-wearout")) };
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c436 htable_steal_active(hat_t *hat, uint_t cnt, uint_t threshold, in htable_steal_active() argument
456 ht->ht_level > 0 || ht->ht_valid_cnt > threshold || in htable_steal_active()
575 uint_t threshold; in htable_steal() local
606 threshold = pass * mmu.ptes_per_table / htable_steal_passes; in htable_steal()
661 htable_steal_active(hat, cnt, threshold, in htable_steal()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.c914 l_mem debt, threshold; in setpause() local
916 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */ in setpause()
919 debt = -cast(l_mem, threshold - gettotalbytes(g)); in setpause()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h154 uint32_t threshold; member
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c398 int threshold; /* ncpu threshold for bzip2 */ member
617 new->threshold = dump_plat_mincpu; in dump_update_clevel()
619 new->threshold *= 3; in dump_update_clevel()
621 new->threshold *= 2; in dump_update_clevel()
627 } else if ((new->nhelper + 1) >= new->threshold) { in dump_update_clevel()
1013 endsz = (cfg->maxsize * cfg->threshold) / cfg->nhelper; in dumpsys_get_maxmem()

123