Home
last modified time | relevance | path

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

123

/titanic_50/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.c316 evd_ptr->threshold = 0; in dapli_evd_event_alloc()
1329 if (evd_ptr->threshold <= NUM_EVENTS_PER_POLL) { in dapls_evd_copy_events()
1334 evd_ptr->threshold * sizeof (dapl_ib_event_t)); in dapls_evd_copy_events()
1341 if (evd_ptr->threshold == 0 && timeout == 0) in dapls_evd_copy_events()
1342 evd_ptr->threshold = 1; in dapls_evd_copy_events()
1405 events_needed = evd_ptr->threshold - num_ke - in dapls_evd_copy_events()
1419 if (evd_ptr->threshold == 0) in dapls_evd_copy_events()
1510 (evd_ptr->threshold - (num_cqe + num_ke)), evpp, in dapls_evd_copy_events()
1531 evd_ptr->threshold); in dapls_evd_copy_events()
H A Ddapl_evd_dequeue.c138 evd_ptr->threshold = 0; in dapl_evd_dequeue()
/titanic_50/usr/src/cmd/power/
H A Dsysstat.c164 last_disk_activity(hrtime_t *hr_now, int threshold) in last_disk_activity() argument
167 threshold)); in last_disk_activity()
171 last_tty_activity(hrtime_t *hr_now, int threshold) in last_tty_activity() argument
174 threshold)); in last_tty_activity()
184 last_nfs_activity(hrtime_t *hr_now, int threshold) in last_nfs_activity() argument
187 threshold)); in last_nfs_activity()
270 check_disks(hrtime_t *hr_now, int threshold) in check_disks() argument
294 threshold)); in check_disks()
362 check_tty(hrtime_t *hr_now, int threshold) in check_tty() argument
376 threshold)); in check_tty()
[all …]
H A Dpower.conf.i38638 cpu-threshold 1s
/titanic_50/usr/src/lib/libm/common/LD/
H A Dtanhl.c67 threshold = 45.0L; variable
82 if (t <= threshold) { in tanhl()
/titanic_50/usr/src/lib/libm/common/Q/
H A Dtanhl.c67 threshold = 45.0L; variable
82 if (t <= threshold) { in tanhl()
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c2189 int64_t threshold; in logprintf_temp_info() local
2220 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_WARNING, in logprintf_temp_info()
2223 if (got_temp && temperature < threshold) in logprintf_temp_info()
2229 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_SHUTDOWN, in logprintf_temp_info()
2232 if (got_temp && temperature < threshold) in logprintf_temp_info()
2238 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_WARNING, in logprintf_temp_info()
2241 if (got_temp && temperature > threshold) in logprintf_temp_info()
2247 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_SHUTDOWN, in logprintf_temp_info()
2250 if (got_temp && temperature > threshold) in logprintf_temp_info()
2324 float threshold; in logprintf_current_info() local
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h96 u_long threshold; member
104 u_long threshold; member
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c2597 int64_t threshold; in logprintf_temp_info() local
2628 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_WARNING, in logprintf_temp_info()
2631 if (got_temp && temperature < threshold) in logprintf_temp_info()
2637 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_SHUTDOWN, in logprintf_temp_info()
2640 if (got_temp && temperature < threshold) in logprintf_temp_info()
2646 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_WARNING, in logprintf_temp_info()
2649 if (got_temp && temperature > threshold) in logprintf_temp_info()
2655 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_SHUTDOWN, in logprintf_temp_info()
2658 if (got_temp && temperature > threshold) in logprintf_temp_info()
2732 float threshold; in logprintf_current_info() local
[all …]
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c2576 int64_t threshold; in logprintf_temp_info() local
2607 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_WARNING, in logprintf_temp_info()
2610 if (got_temp && temperature < threshold) in logprintf_temp_info()
2616 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_SHUTDOWN, in logprintf_temp_info()
2619 if (got_temp && temperature < threshold) in logprintf_temp_info()
2625 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_WARNING, in logprintf_temp_info()
2628 if (got_temp && temperature > threshold) in logprintf_temp_info()
2634 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_SHUTDOWN, in logprintf_temp_info()
2637 if (got_temp && temperature > threshold) in logprintf_temp_info()
2712 float threshold; in logprintf_current_info() local
[all …]
/titanic_50/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()
/titanic_50/usr/src/cmd/auditd/
H A Ddoorway.c435 int threshold; in auditd_thread_init() local
493 threshold = ((p->plg_qmax * THRESHOLD_PCT) + 99) / 100; in auditd_thread_init()
500 qpool_init(p, threshold); in auditd_thread_init()
576 qpool_init(plugin_t *p, int threshold) in qpool_init() argument
584 p->plg_tid, p->plg_qmax, p->plg_qmin, threshold)); in qpool_init()
589 p->plg_q_threshold = threshold; in qpool_init()
/titanic_50/usr/src/lib/udapl/libdat/include/dat/
H A Dudat_redirection.h85 #define DAT_EVD_WAIT(evd, timeout, threshold, event, nmore) \ argument
89 (threshold),\
/titanic_50/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()
/titanic_50/usr/src/test/util-tests/tests/libsff/
H A Dlibsff_opts.out8 6 Receiver decision threshold implemented
/titanic_50/usr/src/uts/common/sys/scsi/impl/
H A Dmode.h150 uchar_t threshold; /* Prefetch threshold */ member
/titanic_50/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.
/titanic_50/usr/src/uts/intel/pcbe/
H A Dp4_pcbe.c685 int threshold = 0; in p4_pcbe_configure() local
778 threshold = attrs[i].ka_val; in p4_pcbe_configure()
881 cfg->p4_cccr |= threshold << CCCR_THRESHOLD_SHIFT; in p4_pcbe_configure()
/titanic_50/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()
/titanic_50/usr/src/cmd/fm/dicts/
H A DSCF.po181 … occurs when the number of offline attempts has exceeded an\nacceptable threshold.\n Refer to %s …
213 …orrectable errors associated with a CPU chip has exceeded an acceptable threshold.\n Refer to %s …
229 …errors associated with a core on a CPU chip have exceeded an acceptable threshold.\n Refer to %s …
245 …s exceeded an acceptable threshold. \nThis fault occurs when the number of offline attempts has ex…
261 …errors within a way of a CPU chip's L2 cache has exceeded an acceptable threshold.\n Refer to %s …
341 …orrectable errors associated with a CPU chip has exceeded an acceptable threshold.\n Refer to %s …
421 …manent correctable errors (PCE's) on single DIMM exceeds an\nacceptable threshold.\n Refer to %s …
437 …orrectable and correctable errors on single DIMM exceeds an\nacceptable threshold. This fault is d…
469 …rrectable errors associated with a FLP chip has exceeded an\nacceptable threshold.\n Refer to %s …
805 …terface between an IOC chip and a FLP chip has exceeded \nan acceptable threshold.\n Refer to %s …
[all …]
/titanic_50/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()
657 htable_steal_active(hat, cnt, threshold, in htable_steal()
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h154 uint32_t threshold; member
/titanic_50/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()
/titanic_50/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h271 IN uint_t threshold,

123