Searched defs:threshold (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dtanhl.c43 * 1 <= x <= threshold : tanhl(x) := 1 - ---------------
45 * threshold < x <= INF : tanhl(x) := 1.
48 * single : small = 1.e-5 threshold = 11.0
49 * double : small = 1.e-10 threshold = 22.0
50 * quad : small = 1.e-20 threshold = 45.0
52 * Note: threshold was chosen so that
53 * fl(1.0+2/(expm1(2*threshold)+2)) == 1.
67 threshold = 45.0L; variable
82 if (t <= threshold) {
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dtanhl.c43 * 1 <= x <= threshold : tanhl(x) := 1 - ---------------
45 * threshold < x <= INF : tanhl(x) := 1.
48 * single : small = 1.e-5 threshold = 11.0
49 * double : small = 1.e-10 threshold = 22.0
50 * quad : small = 1.e-20 threshold = 45.0
52 * Note: threshold was chosen so that
53 * fl(1.0+2/(expm1(2*threshold)+2)) == 1.
67 threshold = 45.0L; variable
82 if (t <= threshold) {
/illumos-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
/illumos-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 */
/illumos-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
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dmode.h150 uchar_t threshold; /* Prefetch threshold */ member in struct:mode_cache_ccs
/illumos-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
/illumos-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)
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_memerr.c253 upos_thresh_check(gmem_dimm_t *dimm, uint16_t upos, uint32_t threshold) argument
265 if (count >= 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, 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,
/illumos-gate/usr/src/cmd/power/
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...]
/illumos-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;
/illumos-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
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c436 htable_steal_active(hat_t *hat, uint_t cnt, uint_t threshold, argument
456 ht->ht_level > 0 || ht->ht_valid_cnt > threshold ||
575 uint_t threshold; local
606 threshold = pass * mmu.ptes_per_table / htable_steal_passes;
657 htable_steal_active(hat, cnt, threshold,
/illumos-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;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1653 uint_t threshold, uint_t timeout)
1660 ct->ct_threshold = threshold;
1672 * This threshold mechanism is used to limit the number of simultaneous
1674 * Requests that would take us over the threshold wait until either the
1652 smb_threshold_init(smb_cmd_threshold_t *ct, char *cmd, uint_t threshold, uint_t timeout) argument
/illumos-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...]
/illumos-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...]
/illumos-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...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h471 DAT_COUNT threshold; member in struct:dapl_evd
807 IN DAT_COUNT, /* threshold */
821 IN DAT_COUNT, /* threshold */
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h525 uint16_t threshold; member in struct:wpi_scan_hdr
/illumos-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 */
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2063 * Set packet size threshold for implicit use of RTS.
2065 * XXX packet length > threshold =>'s RTS
2068 mwl_hal_setrtsthreshold(struct mwl_softc *sc, int threshold) argument
2076 pCmd->Threshold = LE_16(threshold);
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c93 * threshold for switching from parallel lzjb to paralled bzip2 is
394 int threshold; /* ncpu threshold for bzip2 */ member in struct:dumpcfg
508 * The ncpu threshold is selected with dump_plat_mincpu.
526 * Faster dump devices have larger I/O buffers. The threshold value is
529 * the threshold is 3X; for buffers >= 256K threshold is 2X.
603 /* increase threshold for faster disks */
604 new->threshold = dump_plat_mincpu;
606 new->threshold *
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c3031 int threshold; local
3051 * Note: dequeue requests have a threshold = 0, timeout = 0
3053 threshold = args.evp_threshold;
3057 if (max_events < threshold) {
3058 DERR("event_poll: max_events(%d) < threshold(%d)\n",
3059 max_events, threshold);
3068 D4("event_poll: threshold(%d) timeout(0x%llx) max_events(%d)\n",
3069 threshold, (longlong_t)args.evp_timeout, max_events);
3099 * events. max_events is >= threshold. If at any stage we get
3105 * If after the above 2 steps we don't have enough(>= threshold) event
[all...]

Completed in 167 milliseconds

12