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

/osnet-11/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...]
/osnet-11/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 */
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh55 [+similar=\anumber\a?The message text similarity measure threshold.
59 \bgzip\b(1). The default threshold is '$__similar__$'. A
60 threshold of \b0\b turns off message replacement, but unused
/osnet-11/usr/src/lib/udapl/libdat/include/dat/
H A Dudat_redirection.h81 #define DAT_EVD_WAIT(evd, timeout, threshold, event, nmore) \
85 (threshold),\
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h271 IN uint_t threshold,
H A Ddapl.h471 DAT_COUNT threshold; member in struct:dapl_evd
807 IN DAT_COUNT, /* threshold */
821 IN DAT_COUNT, /* threshold */
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcpy.s325 bgu,pt %icc, .big_aln4 ! jmp if size > threshold
335 !! 15 < size <= threshold
410 bgu,pt %icc, .big_aln8 ! jmp if size > threshold
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaUtil.c435 * threshold for the supported mechanisms.
531 int threshold = 0; local
548 threshold = meta_GetThreshold(
552 if ((threshold_chk_enabled == B_FALSE) || (inLen > threshold)) {
577 * threshold so we'll use softoken to perform the
1794 * enable the threshold checking which is disabled by default.
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c1192 * The evd waiter will use threshold to control wakeups
1692 IN uint_t threshold,
1704 evp_msg.evp_threshold = threshold;
1709 DAPL_MAX(evd_ptr->threshold, NUM_EVENTS_PER_POLL);
1716 "event_poll: evd 0x%p, hkey 0x%llx, threshold %d,\n"
1689 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
/osnet-11/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c274 * current cpu threshold.
452 event->adt_cpu_threshold.threshold = cpu_thr_value;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c1512 sle64_to_cpu(data->quota_q.threshold),
1514 sle64_to_cpu(data->quota_q.threshold));
H A Dmkntfs.c2536 idx_entry_q1_data->threshold = cpu_to_sle64(-1);
2563 idx_entry_q2_data->threshold = cpu_to_sle64(-1);
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h2515 sle64 threshold; /* Soft quota (-1 if not limited). */ member in struct:__anon2111
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex675 % threshold for doing this is if the group is more than \vfilllimit
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex739 % threshold for doing this is if the group is more than \vfilllimit

Completed in 958 milliseconds