/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_evd_wait.c | 71 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 D | dapl_evd_util.c | 324 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 D | dapl_evd_dequeue.c | 138 evd_ptr->threshold = 0; in dapl_evd_dequeue()
|
/illumos-gate/usr/src/cmd/power/ |
H A D | sysstat.c | 163 last_disk_activity(hrtime_t *hr_now, int threshold) in last_disk_activity() argument 166 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() 183 last_nfs_activity(hrtime_t *hr_now, int threshold) in last_nfs_activity() argument 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() [all …]
|
H A D | power.conf.i386 | 36 cpu-threshold 1s
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/ |
H A D | schumacher.c | 2189 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 …]
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | tanhl.c | 67 threshold = 45.0L; variable 82 if (t <= threshold) { in tanhl()
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | tanhl.c | 67 threshold = 45.0L; variable 82 if (t <= threshold) { in tanhl()
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/ |
H A D | picldiag.c | 2597 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 …]
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/ |
H A D | lw8.c | 2576 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 …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | fw.h | 94 u_long threshold; member 102 u_long threshold; member
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_iso9660.c | 72 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 D | doorway.c | 444 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 D | udat_redirection.h | 83 #define DAT_EVD_WAIT(evd, timeout, threshold, event, nmore) \ argument 87 (threshold),\
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/ |
H A D | snmpplugin.c | 258 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 D | libsff_opts.out | 8 6 Receiver decision threshold implemented
|
/illumos-gate/usr/src/uts/common/sys/scsi/impl/ |
H A D | mode.h | 148 uchar_t threshold; /* Prefetch threshold */ member
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | amd64.esc | 107 * 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 D | p4_pcbe.c | 682 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 D | lm_sb.c | 816 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 D | disk.esc | 218 && setpayloadprop("threshold-wearout-percentage", 219 payloadprop("threshold-ssm-wearout")) };
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | htable.c | 436 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 D | lgc.c | 914 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 D | nxge_common.h | 154 uint32_t threshold; member
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 398 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()
|