Searched refs:threshold (Results 1 - 25 of 36) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/power/
H A Dpower.conf.i38638 cpu-threshold 1s
H A Dsysstat.c164 last_disk_activity(hrtime_t *hr_now, int threshold) argument
167 threshold));
171 last_tty_activity(hrtime_t *hr_now, int threshold) argument
174 threshold));
184 last_nfs_activity(hrtime_t *hr_now, int threshold) argument
187 threshold));
270 check_disks(hrtime_t *hr_now, int threshold) argument
294 threshold));
362 check_tty(hrtime_t *hr_now, int threshold) argument
376 threshold));
401 check_load_ave(hrtime_t *hr_now, float threshold) argument
507 check_nfs(hrtime_t *hr_now, int threshold) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_wait.c71 IN DAT_COUNT threshold,
86 threshold,
110 if (threshold <= 0 ||
111 (threshold > 1 &&
148 evd_ptr->threshold = threshold;
68 dapl_evd_wait( IN DAT_EVD_HANDLE evd_handle, IN DAT_TIMEOUT time_out, IN DAT_COUNT threshold, OUT DAT_EVENT *event, OUT DAT_COUNT *nmore) argument
H A Ddapl_evd_dequeue.c137 /* poll for events with threshold and timeout both 0 */
138 evd_ptr->threshold = 0;
H A Ddapl_evd_util.c316 evd_ptr->threshold = 0;
1329 if (evd_ptr->threshold <= NUM_EVENTS_PER_POLL) {
1334 evd_ptr->threshold * sizeof (dapl_ib_event_t));
1341 if (evd_ptr->threshold == 0 && timeout == 0)
1342 evd_ptr->threshold = 1;
1405 events_needed = evd_ptr->threshold - num_ke -
1410 * note: threshold=0 implies dapl_evd_dequeue
1419 if (evd_ptr->threshold == 0)
1422 * when threshold > 0, we have sufficient events
1429 * threshold >
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h96 u_long threshold; member in struct:invk_request
104 u_long threshold; member in struct:more_request
/opensolaris-onvv-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c2597 int64_t threshold; local
2628 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_WARNING,
2631 if (got_temp && temperature < threshold)
2637 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_SHUTDOWN,
2640 if (got_temp && temperature < threshold)
2646 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_WARNING,
2649 if (got_temp && temperature > threshold)
2655 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_SHUTDOWN,
2658 if (got_temp && temperature > threshold)
2732 float threshold; local
2867 float threshold; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c2576 int64_t threshold; local
2607 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_WARNING,
2610 if (got_temp && temperature < threshold)
2616 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_SHUTDOWN,
2619 if (got_temp && temperature < threshold)
2625 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_WARNING,
2628 if (got_temp && temperature > threshold)
2634 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_SHUTDOWN,
2637 if (got_temp && temperature > threshold)
2712 float threshold; local
2847 float threshold; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c2189 int64_t threshold; local
2220 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_WARNING,
2223 if (got_temp && temperature < threshold)
2229 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_SHUTDOWN,
2232 if (got_temp && temperature < threshold)
2238 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_WARNING,
2241 if (got_temp && temperature > threshold)
2247 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_SHUTDOWN,
2250 if (got_temp && temperature > threshold)
2324 float threshold; local
2458 float threshold; local
[all...]
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c72 static int read_count = 0, threshold = 2; local
99 if ((read_count >> 11) > threshold) {
101 threshold += 2; /* one dot every 2 MB */
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/impl/
H A Dmode.h150 uchar_t threshold; /* Prefetch threshold */ member in struct:mode_cache_ccs
/opensolaris-onvv-gate/usr/src/lib/udapl/libdat/include/dat/
H A Dudat_redirection.h85 #define DAT_EVD_WAIT(evd, timeout, threshold, event, nmore) \
89 (threshold),\
/opensolaris-onvv-gate/usr/src/cmd/auditd/
H A Ddoorway.c435 int threshold; local
493 threshold = ((p->plg_qmax * THRESHOLD_PCT) + 99) / 100;
500 qpool_init(p, threshold);
576 qpool_init(plugin_t *p, int threshold) argument
584 p->plg_tid, p->plg_qmax, p->plg_qmin, threshold));
589 p->plg_q_threshold = threshold;
/opensolaris-onvv-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, function
1427 * No bit string of threshold masks was returned, so we can't
1458 threshold(node,
1464 threshold(node,
1470 threshold(node,
1476 threshold(node,
1482 threshold(node,
1488 threshold(node,
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h271 IN uint_t threshold,
/opensolaris-onvv-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h154 uint32_t threshold; member in struct:nxge_rdc_cfg
218 uint32_t pthres; /* packet threshold */
266 /* Transmit threshold before reclamation */
/opensolaris-onvv-gate/usr/src/uts/intel/pcbe/
H A Dp4_pcbe.c544 #define P4_ATTRS "emask,tag,compare,complement,threshold,edge"
685 int threshold = 0; local
775 } else if (strcmp("threshold", attrs[i].ka_name) == 0) {
778 threshold = attrs[i].ka_val;
881 cfg->p4_cccr |= threshold << CCCR_THRESHOLD_SHIFT;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Ddumpsubr.c92 * threshold for switching from parallel lzjb to paralled bzip2 is
392 int threshold; /* ncpu threshold for bzip2 */ member in struct:dumpcfg
506 * The ncpu threshold is selected with dump_plat_mincpu.
524 * Faster dump devices have larger I/O buffers. The threshold value is
527 * the threshold is 3X; for buffers >= 256K threshold is 2X.
601 /* increase threshold for faster disks */
602 new->threshold = dump_plat_mincpu;
604 new->threshold *
[all...]
/opensolaris-onvv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaUtil.c422 * threshold for the supported mechanisms.
518 int threshold = 0; local
535 threshold = meta_GetThreshold(
539 if ((threshold_chk_enabled == B_FALSE) || (inLen > threshold)) {
564 * threshold so we'll use softoken to perform the
/opensolaris-onvv-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h525 uint16_t threshold; member in struct:wpi_scan_hdr
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_memerr.c93 upos_thresh_check(cmd_dimm_t *dimm, uint16_t upos, uint32_t threshold) argument
105 if (count >= threshold)
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_memerr.c256 upos_thresh_check(gmem_dimm_t *dimm, uint16_t upos, uint32_t threshold) argument
268 if (count >= threshold)
/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dctlr_scsi.c1584 tmp2 = page38->threshold;
1596 (fixed->threshold & cur_dtype->dtype_threshold) ==
1598 flag |= (page38->threshold != cur_dtype->dtype_threshold);
1599 page38->threshold = cur_dtype->dtype_threshold;
1623 fmt_print(" threshold= %d (%d) ",
1624 page38->threshold, tmp2);
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c1190 * The evd waiter will use threshold to control wakeups
1690 IN uint_t threshold,
1702 evp_msg.evp_threshold = threshold;
1707 DAPL_MAX(evd_ptr->threshold, NUM_EVENTS_PER_POLL);
1714 "event_poll: evd 0x%p, hkey 0x%llx, threshold %d,\n"
1687 dapls_ib_event_poll( IN DAPL_EVD *evd_ptr, IN uint64_t timeout, IN uint_t threshold, OUT dapl_ib_event_t *evp_ptr, OUT int *num_events) argument
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c2337 smb_threshold_init(smb_cmd_threshold_t *ct, char *cmd, int threshold, argument
2343 ct->ct_threshold = threshold;
2348 cmn_err(CE_NOTE, "smb_threshold_init[%s]: threshold (%d), "
2349 "timeout (%d)", cmd, threshold, timeout);
2368 * This threshold mechanism can be used to limit the number of simultaneous
2373 * If the number of requests exceeds the threshold, new requests will be
2374 * stalled until the number drops back to the threshold. Stalled requests
2408 "threshold %d exceeded)",

Completed in 303 milliseconds

12