Searched refs:limit (Results 226 - 250 of 447) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c121 dtrace_toxic_ranges(void (*func)(uintptr_t base, uintptr_t limit)) argument
/freebsd-10-stable/sys/i386/include/pc/
H A Dbios.h286 u_int limit; member in struct:segment_info
/freebsd-10-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c247 send_data_packets(ng_hci_unit_p unit, int link_type, int limit) argument
253 for (total_sent = 0; limit > 0; ) {
283 for (sent = 0; limit > 0; limit --, total_sent ++, sent ++) {
/freebsd-10-stable/sys/netinet/
H A Dsctp_auth.h225 int limit);
H A Dsctp_cc_functions.c81 * We take the minimum of the burst limit and the initial
566 /* RTCC Algoritm to limit growth of cwnd, return
582 * to limit cwnd growth due to increase
834 uint32_t limit; local
839 limit = (uint32_t) (((uint64_t) net->mtu *
846 if (incr > limit) {
847 incr = limit;
862 limit = (uint32_t) (((uint64_t) net->mtu *
871 if (incr > limit) {
872 incr = limit;
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h131 struct ev_token_bucket limit; member in struct:bufferevent_rate_limit
132 /* Pointer to the rate-limit configuration for this bufferevent.
/freebsd-10-stable/sys/dev/pci/
H A Dpcib_private.h74 pci_addr_t limit; /* topmost address */ member in struct:pcib_window
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_device.c327 * address space then we limit the VRAM size to the aperture.
359 uint64_t limit = (uint64_t)radeon_vram_limit << 20; local
374 if (limit && limit < mc->real_vram_size)
375 mc->real_vram_size = limit;
865 dev_warn(rdev->dev, "vram limit (%d) must be a power of 2\n",
/freebsd-10-stable/sys/fs/smbfs/
H A Dsmbfs_subr.h164 int smbfs_findnext(struct smbfs_fctx *ctx, int limit, struct smb_cred *scred);
/freebsd-10-stable/sbin/pfctl/
H A Dpfctl_parser.h93 u_int32_t limit[PF_LIMIT_MAX]; member in struct:pfctl
/freebsd-10-stable/contrib/subversion/subversion/include/private/
H A Dsvn_subr_private.h555 apr_size_t limit);
/freebsd-10-stable/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.c84 coder->dict.limit = coder->dict.pos
/freebsd-10-stable/contrib/xz/src/liblzma/common/
H A Dindex.c478 // that limit is used by the tree containing the Streams.
479 const uint64_t limit = UINT64_MAX - index_base; local
481 || streams > limit / stream_base
482 || groups > limit / group_base
483 || limit - streams_mem < groups_mem)
782 // this limit is quite theoretical, so we do this check always
/freebsd-10-stable/contrib/less/
H A Dline.c600 skip_ansi(pp, limit)
602 constant char *limit;
606 c = step_char(pp, +1, limit);
607 } while (*pp < limit && is_ansi_middle(c));
/freebsd-10-stable/sys/ufs/ufs/
H A Dufs_dirhash.c64 #define WRAPINCR(val, limit) (((val) + 1 == (limit)) ? 0 : ((val) + 1))
65 #define WRAPDECR(val, limit) (((val) == 0) ? ((limit) - 1) : ((val) - 1))
/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa-live.c190 unsigned int x, limit, count; local
194 limit = map->partition_size;
195 used = sbitmap_alloc (limit);
215 map->partition_to_compact = (int *)xmalloc (limit * sizeof (int));
216 memset (map->partition_to_compact, 0xff, (limit * sizeof (int)));
220 for (x = 0; x < limit; x++)
241 if (count != limit)
H A Dgcov.c1346 unsigned limit = 100;
1350 limit *= 10;
1352 percent = (unsigned) (ratio * limit + (float)0.5);
1355 else if (percent >= limit && top != bottom)
1356 percent = limit - 1;
1344 unsigned limit = 100; local
H A Dtree-flow-inline.h35 hti->limit = hti->slot + htab_size (table);
41 } while (++(hti->slot) < hti->limit);
43 if (hti->slot < hti->limit)
54 if (hti->slot >= hti->limit)
65 while (++(hti->slot) < hti->limit)
/freebsd-10-stable/contrib/ipfilter/
H A Dradix_ipf.c1324 test_addr(rnh, pref, addr, limit)
1340 if (limit < 0 || limit > 14)
1341 limit = 14;
1343 for (i = 0; i < limit; i++) {
/freebsd-10-stable/sys/vm/
H A Dvm_pageout.c231 CTLFLAG_RW, &vm_page_max_wired, 0, "System-wide limit to wired page count");
957 * some. We rate limit to avoid thrashing.
1813 * page limit. This keeps the steady state out of shortfall.
1927 vm_pindex_t limit, size; local
1961 * get a limit
1964 limit = OFF_TO_IDX(
1969 * swapped out set the limit to nothing (will force a
1973 limit = 0; /* XXX */
1980 if (size >= limit) {
1982 &vm->vm_map, limit);
[all...]
/freebsd-10-stable/contrib/sendmail/src/
H A Dconf.c2208 int limit; local
2265 limit = (Daemons[dn].d_refuseLA != DPO_NOTSET) ?
2267 if (limit > 0 && CurrentLA >= limit)
2295 limit = (Daemons[dn].d_delayLA != DPO_NOTSET) ?
2297 if (limit > 0 && CurrentLA >= limit)
2306 CurrentLA, limit);
2310 Daemons[dn].d_name, CurrentLA, limit);
2316 limit
[all...]
/freebsd-10-stable/contrib/dialog/
H A Dutil.c663 int limit; local
681 limit = dlg_limit_columns(text, climit, 1);
682 if (limit > 1) {
686 indx[limit] - indx[1]);
694 limit = dlg_limit_columns(text, climit, 0);
696 if (limit > 0) {
698 dlg_print_text(win, text, cols[limit], &attr);
835 int limit = dlg_count_wchars(prompt); local
845 for (n = 0; n < limit; ++n) {
/freebsd-10-stable/sys/dev/usb/
H A Dusb_hub.c1383 DPRINTF("Port limit exceeded\n");
2508 usb_ticks_t limit; local
2513 limit = usb_power_timeout;
2514 if (limit == 0)
2515 limit = hz;
2516 else if (limit > 255)
2517 limit = 255 * hz;
2519 limit = limit * hz;
2545 } else if ((temp >= limit)
[all...]
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp440 static int limit; member in class:input_stack
452 int input_stack::limit = DEFAULT_INPUT_STACK_LIMIT; member in class:input_stack
577 if (++level > limit && limit > 0)
578 fatal("input stack limit exceeded (probable infinite loop)");
680 if (++level > limit && limit > 0)
681 fatal("input stack limit exceeded");
4218 int limit = input_stack::nargs(); local
4220 for (int i = 1; i <= limit;
4234 int limit = input_stack::nargs(); local
[all...]
/freebsd-10-stable/sys/kern/
H A Dkern_rctl.c260 * resource limit specified by 'rule'.
287 int64_t available, minavailable, limit; local
292 limit = 0;
305 limit = rule->rr_amount;
316 if (limit != 0) {
317 if (limit > 2 * RCTL_PCPU_SHIFT)
320 minavailable -= (limit / 2);
687 * the number of limit structures removed.
1049 * limit is enforced in a different way, so "deny" rules for %CPU

Completed in 244 milliseconds

1234567891011>>