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

12

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DAllocator.h98 /// SizeThreshold - For any allocation larger than this threshold, we should
141 BumpPtrAllocator(size_t size = 4096, size_t threshold = 4096);
142 BumpPtrAllocator(size_t size, size_t threshold, SlabAllocator &allocator);
193 SpecificBumpPtrAllocator(size_t size = 4096, size_t threshold = 4096)
194 : Allocator(size, threshold) {}
195 SpecificBumpPtrAllocator(size_t size, size_t threshold, argument
197 : Allocator(size, threshold, allocator) {}
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAllocator.cpp24 BumpPtrAllocator::BumpPtrAllocator(size_t size, size_t threshold, argument
26 : SlabSize(size), SizeThreshold(std::min(size, threshold)),
29 BumpPtrAllocator::BumpPtrAllocator(size_t size, size_t threshold) argument
30 : SlabSize(size), SizeThreshold(std::min(size, threshold)),
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-source.c90 int offset, cur_line_no, cur_line, cur_len, threshold; local
102 /* Determine the threshold for the length of the line
105 threshold = (line_width - 1) + offset;
112 (threshold + 1) * sizeof (char));
154 (c != '\r') && (++i < threshold))
179 i < threshold);
197 i < threshold && (c = fgetc (stream)));
H A Dtui-winsource.c607 int i, threshold; local
610 threshold = SCROLL_THRESHOLD;
612 threshold = 0;
614 while (i < win_info->generic.content_size - threshold && !is_displayed)
633 int i, threshold; local
636 threshold = SCROLL_THRESHOLD;
638 threshold = 0;
640 while (i < win_info->generic.content_size - threshold && !is_displayed)
/freebsd-9.3-release/sys/dev/nvme/
H A Dnvme_ctrlr_cmd.c228 uint32_t microseconds, uint32_t threshold, nvme_cb_fn_t cb_fn, void *cb_arg)
236 threshold = 0;
239 if (threshold >= 0x100) {
240 nvme_printf(ctrlr, "invalid threshold %d, disabling\n",
241 threshold);
242 threshold = 0;
246 cdw11 = ((microseconds/100) << 8) | threshold;
227 nvme_ctrlr_cmd_set_interrupt_coalescing(struct nvme_controller *ctrlr, uint32_t microseconds, uint32_t threshold, nvme_cb_fn_t cb_fn, void *cb_arg) argument
H A Dnvme_private.h311 /** interrupt coalescing threshold */
402 uint32_t threshold,
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-math-opts.c293 tree def, tree recip_def, int threshold)
301 && occ->num_divisions >= threshold)
340 insert_reciprocals (def_bsi, occ_child, def, recip_def, threshold);
402 int count = 0, threshold; local
417 threshold = targetm.min_divisions_for_recip_mul (TYPE_MODE (TREE_TYPE (def)));
418 if (count >= threshold)
424 insert_reciprocals (def_bsi, occ, def, NULL, threshold);
292 insert_reciprocals(block_stmt_iterator *def_bsi, struct occurrence *occ, tree def, tree recip_def, int threshold) argument
H A Dpredict.c1750 expensive_function_p (int threshold)
1758 gcc_assert (threshold <= BB_FREQ_MAX);
1767 limit = ENTRY_BLOCK_PTR->frequency * threshold;
1744 expensive_function_p(int threshold) argument
/freebsd-9.3-release/usr.bin/du/
H A Ddu.c89 off_t threshold, threshold_sign; local
106 threshold = 0;
184 if (expand_number(optarg, &threshold) != 0 ||
185 threshold == 0) {
186 warnx("invalid threshold: %s", optarg);
188 } else if (threshold < 0)
252 if (threshold != 0)
253 threshold = howmany(threshold / DEV_BSIZE * cblocksize,
279 if (p->fts_level <= depth && threshold <
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Ddictionary.h45 double threshold; member in class:dictionary
H A Ddictionary.cpp41 dictionary::dictionary(int n) : size(n), used(0), threshold(0.5), factor(1.5)
69 if ((double)used/(double)size >= threshold || used + 1 >= size) {
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dhdspe-pcm.c446 int threshold; local
466 threshold = hr->speed + ((rate_map[i + 1].speed != 0) ?
468 if (speed < threshold)
510 int threshold; local
538 threshold = hl->period + ((latency_map[i + 1].period != 0) ?
540 if (blocksize < threshold)
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dchannel.c710 device_printf(c->dev, "%s(): %s (%s) threshold "
764 * a threshold. The threshold is checked against fl or rl respectively.
768 chn_sync(struct pcm_channel *c, int threshold) argument
782 (threshold < 1 && sndbuf_getready(bs) < 1))
787 if (threshold > 0 || sndbuf_getready(bs) > 0) {
797 minflush = threshold + sndbuf_xbytes(sndbuf_getready(b), b, bs);
801 if (syncdelay < 0 && (threshold > 0 || sndbuf_getready(bs) > 0))
816 threshold = min(minflush, sndbuf_getfree(bs));
817 sndbuf_clear(bs, threshold);
[all...]
H A Dfeeder_eq.c275 uint32_t spd, threshold; local
287 threshold = spd + ((i < (FEEDEQ_TAB_SIZE - 1) &&
291 (feeder_eq_exact_rate == 0 && rate <= threshold))
H A Dchannel.h259 int chn_sync(struct pcm_channel *c, int threshold);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-slow.c164 u_int8_t threshold[8]; member in struct:slow_oam_link_event_t
605 EXTRACT_64BITS(&tlv.slow_oam_link_event->threshold),
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h476 int threshold, int hysteresis)
480 threshold, hysteresis);
475 wpa_drv_signal_monitor(struct wpa_supplicant *wpa_s, int threshold, int hysteresis) argument
/freebsd-9.3-release/sys/dev/drm/
H A Dsavage_bci.c44 uint32_t threshold = dev_priv->bci_threshold_hi; local
49 if (n > dev_priv->cob_size + SAVAGE_BCI_FIFO_SIZE - threshold)
57 if ((status & mask) < threshold)
64 DRM_INFO(" status=0x%08x, threshold=0x%08x\n", status, threshold);
/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_axereg.h254 int threshold; member in struct:ax88772b_mfb
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk116 CLANG_OPT_SMALL= -mstack-alignment=8 -mllvm -inline-threshold=3\
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.c780 * Set packet size threshold for implicit use of RTS.
782 * XXX packet length > threshold =>'s RTS
785 mwl_hal_setrtsthreshold(struct mwl_hal_vap *vap, int threshold) argument
795 pCmd->Threshold = htole16(threshold);
1604 mwl_hal_setaggampduratemode(struct mwl_hal *mh0, int mode, int threshold) argument
1615 pCmd->Threshold = htole32(threshold);
1623 mwl_hal_getaggampduratemode(struct mwl_hal *mh0, int *mode, int *threshold) argument
1637 *threshold = le32toh(pCmd->Threshold);
H A Dmwlhal.h305 * Set the threshold for using RTS on TX.
307 int mwl_hal_setrtsthreshold(struct mwl_hal_vap *, int threshold);
/freebsd-9.3-release/sys/netinet/
H A Dsctp_timer.c88 struct sctp_nets *net, uint16_t threshold)
96 /* We had a threshold failure */
142 (uint32_t) threshold,
148 if (stcb->asoc.overall_error_count > threshold) {
824 /* We don't do normal threshold management on window probes */
1022 * increment the resend counter (after all the threshold management stuff of
1058 /* Ok we found the cookie, threshold management next */
1104 /* do threshold management */
1171 /* do threshold management */
1190 * cleared threshold managemen
87 sctp_threshold_management(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net, uint16_t threshold) argument
[all...]
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c526 pf_init_threshold(struct pf_threshold *threshold, argument
529 threshold->limit = limit * PF_THRESHOLD_MULT;
530 threshold->seconds = seconds;
531 threshold->count = 0;
532 threshold->last = time_second;
536 pf_add_threshold(struct pf_threshold *threshold) argument
538 u_int32_t t = time_second, diff = t - threshold->last;
540 if (diff >= threshold->seconds)
541 threshold->count = 0;
543 threshold
550 pf_check_threshold(struct pf_threshold *threshold) argument
[all...]
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver.h1403 * set_rts - Set RTS threshold
1405 * @rts: RTS threshold in octets
1411 * set_frag - Set fragmentation threshold
1413 * @frag: Fragmentation threshold in octets
1742 * @threshold: Threshold value for signal change events; 0 = disabled
1749 * %threshold value or increases above it, EVENT_SIGNAL_CHANGE event
1753 int (*signal_monitor)(void *priv, int threshold, int hysteresis);

Completed in 191 milliseconds

12