Searched refs:limit (Results 276 - 300 of 497) sorted by relevance

<<11121314151617181920

/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_openssl.c740 ev_ssize_t limit; local
766 /* Respect the rate limit */
767 limit = bufferevent_get_read_max_(&bev->bev);
768 if (result > limit) {
769 result = limit;
812 * regrettable). The damage to the rate-limit has
/freebsd-13-stable/contrib/apr/include/
H A Dapr_thread_proc.h509 * @param what Which limit to set, one of:
516 * @param limit Value to set the limit to.
520 struct rlimit *limit);
/freebsd-13-stable/sys/dev/pci/
H A Dpcib_private.h79 pci_addr_t limit; /* topmost address */ member in struct:pcib_window
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_cmd.h307 int mthca_ARM_SRQ(struct mthca_dev *dev, int srq_num, int limit);
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c1911 * MW, limit the B2B MW to half a MW. By sharing a MW, half the shared MW
3158 bus_addr_t limit; local
3176 limit = BUS_SPACE_MAXADDR;
3178 limit = BUS_SPACE_MAXADDR_32BIT;
3191 *plimit = limit;
3200 uint64_t base, limit, reg_val; local
3227 limit = 0;
3232 limit = base + size;
3234 limit = base + mw_size;
3244 /* Set and verify the limit */
[all...]
/freebsd-13-stable/sys/dev/ena/
H A Dena_netmap.c487 uint16_t limit)
495 slot_index = nm_next(slot_index, limit);
503 u_int slot_index, uint16_t limit, uint16_t bytes_to_copy, void *destination)
521 slot_index = nm_next(slot_index, limit);
486 ena_netmap_packet_len(struct netmap_slot *slots, u_int slot_index, uint16_t limit) argument
502 ena_netmap_copy_data(struct netmap_adapter *na, struct netmap_slot *slots, u_int slot_index, uint16_t limit, uint16_t bytes_to_copy, void *destination) argument
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c1507 * The trade-off is clear: The smaller the limit, the less
1676 uint32_t limit; /* when we should poll */ local
1689 limit = current_time + 1;
1690 if (peer->nextdate <= limit)
1712 peer->nextdate = limit;
/freebsd-13-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-13-stable/sys/fs/smbfs/
H A Dsmbfs_subr.h166 int smbfs_findnext(struct smbfs_fctx *ctx, int limit, struct smb_cred *scred);
/freebsd-13-stable/sys/netinet/
H A Dsctp_auth.h221 int limit);
H A Dsctp_cc_functions.c83 * We take the minimum of the burst limit and the initial
567 /* RTCC Algorithm to limit growth of cwnd, return
583 * 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-13-stable/sys/i386/include/pc/
H A Dbios.h291 u_int limit; member in struct:segment_info
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_machdep.c84 l_uint limit; member in struct:l_descriptor
435 desc.sd.sd_lolimit = (ld.limit & 0x0000ffff);
436 desc.sd.sd_hilimit = (ld.limit & 0x000f0000) >> 16;
669 info.limit = LINUX_GET_LIMIT(&desc);
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_dirhash.c66 #define WRAPINCR(val, limit) (((val) + 1 == (limit)) ? 0 : ((val) + 1))
67 #define WRAPDECR(val, limit) (((val) == 0) ? ((limit) - 1) : ((val) - 1))
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Damdvi_priv.h210 uint64_t limit:40; member in struct:amdvi_ctrl::__anon8332
/freebsd-13-stable/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_subr.c122 dtrace_toxic_ranges(void (*func)(uintptr_t base, uintptr_t limit)) argument
/freebsd-13-stable/sys/cddl/dev/dtrace/arm/
H A Ddtrace_subr.c125 dtrace_toxic_ranges(void (*func)(uintptr_t base, uintptr_t limit)) argument
/freebsd-13-stable/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c119 dtrace_toxic_ranges(void (*func)(uintptr_t base, uintptr_t limit)) argument
/freebsd-13-stable/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_subr.c124 dtrace_toxic_ranges(void (*func)(uintptr_t base, uintptr_t limit)) argument
/freebsd-13-stable/sys/contrib/ck/src/
H A Dck_ht.c293 CK_HT_TYPE limit; local
296 limit = ck_ht_map_bound_get(map, h);
298 limit = CK_HT_TYPE_MAX;
314 if (probes++ > limit)
731 * We have hit the probe limit, the map needs to be even
/freebsd-13-stable/sys/xen/interface/
H A Dvm_event.h169 /* The limit field is right-shifted by 12 bits if .ar.g is set. */
171 uint32_t limit : 20; member in struct:vm_event_x86_selector_reg
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtic.c1183 same_color(NCURSES_CONST char *oldcap, NCURSES_CONST char *newcap, int limit) argument
1186 if (limit > 16)
1187 limit = 16;
1188 if (limit >= 8) {
1191 for (n = same = 0; n < limit; ++n) {
1198 result = (same == limit);
2354 int limit = 5; local
2362 if ((limit = max_colors) > 16)
2363 limit = 16;
2365 for (count = 0; count < limit;
[all...]
/freebsd-13-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-13-stable/contrib/sendmail/src/
H A Dconf.c2273 int limit; local
2330 limit = (Daemons[dn].d_refuseLA != DPO_NOTSET) ?
2332 if (limit > 0 && CurrentLA >= limit)
2360 limit = (Daemons[dn].d_delayLA != DPO_NOTSET) ?
2362 if (limit > 0 && CurrentLA >= limit)
2371 CurrentLA, limit);
2375 Daemons[dn].d_name, CurrentLA, limit);
2381 limit
[all...]
/freebsd-13-stable/contrib/dialog/
H A Dutil.c667 int limit; local
685 limit = dlg_limit_columns(text, climit, 1);
686 if (limit > 1) {
690 indx[limit] - indx[1]);
698 limit = dlg_limit_columns(text, climit, 0);
700 if (limit > 0) {
702 dlg_print_text(win, text, cols[limit], &attr);
864 int limit = dlg_count_wchars(prompt); local
874 for (n = 0; n < limit; ++n) {

Completed in 402 milliseconds

<<11121314151617181920