Searched refs:limit (Results 101 - 125 of 490) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/edquota/
H A Dedquota.c177 "block soft limit");
183 "block hard limit");
189 "inode soft limit");
195 "inode hard limit");
580 "block soft limit");
582 "block hard limit");
616 "inode soft limit");
618 "inode hard limit");
623 * Cause time limit to be reset when the quota
624 * is next used if previously had no soft limit
818 cvtblkval(uint64_t limit, char units, const char *itemname) argument
870 cvtinoval(uint64_t limit, char units, const char *itemname) argument
[all...]
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c103 * to put a limit on the length of the list on each bucket...).
178 struct dyn_parent *limit; member in union:dyn_ipv4_state::__anon20
203 struct dyn_parent *limit; member in union:dyn_ipv6_state::__anon21
531 /* Functions to work with limit states */
1128 if (s->limit->parent == rule &&
1129 s->limit->ruleid == ruleid &&
1130 s->limit->rulenum == rulenum &&
1135 if (s->limit->expire != time_uptime +
1137 ck_pr_store_32(&s->limit->expire,
1153 if (s->limit
1457 struct dyn_parent *limit; local
1540 struct dyn_parent *limit; local
1671 struct dyn_parent *limit; local
1769 dyn_get_parent_state(const struct ipfw_flow_id *pkt, uint32_t zoneid, struct ip_fw *rule, uint32_t hashval, uint32_t limit, uint16_t kidx) argument
1861 dyn_install_state(const struct ipfw_flow_id *pkt, uint32_t zoneid, uint16_t fibnum, const void *ulp, int pktlen, struct ip_fw *rule, struct ipfw_dyn_info *info, uint32_t limit, uint16_t limit_mask, uint16_t kidx, uint8_t type) argument
1991 uint32_t limit; local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c88 bucket->limit += n_ticks * cfg->rate;
90 if (bucket->limit > cfg->maximum)
91 bucket->limit = cfg->maximum;
121 if (tick != bev->rate_limiting->limit.last_updated)
122 ev_token_bucket_update_(&bev->rate_limiting->limit,
220 bucket, and take the smaller of our rate limit and the group
221 rate limit.
226 max_so_far = LIM(bev->rate_limiting->limit);
282 bev->rate_limiting->limit.read_limit -= bytes;
283 if (bev->rate_limiting->limit
[all...]
H A Dbufferevent_async.c210 int limit; local
227 limit = (int)bufferevent_get_write_max_(&beva->bev);
228 if (at_most >= (size_t)limit && limit >= 0)
229 at_most = limit;
256 int limit; local
283 limit = (int)bufferevent_get_read_max_(&beva->bev);
284 if (at_most >= (size_t)limit && limit >= 0)
285 at_most = limit;
[all...]
/freebsd-current/contrib/libevent/
H A Dbufferevent_ratelim.c88 bucket->limit += n_ticks * cfg->rate;
90 if (bucket->limit > cfg->maximum)
91 bucket->limit = cfg->maximum;
121 if (tick != bev->rate_limiting->limit.last_updated)
122 ev_token_bucket_update_(&bev->rate_limiting->limit,
220 bucket, and take the smaller of our rate limit and the group
221 rate limit.
226 max_so_far = LIM(bev->rate_limiting->limit);
282 bev->rate_limiting->limit.read_limit -= bytes;
283 if (bev->rate_limiting->limit
[all...]
/freebsd-current/stand/common/
H A Disapnp.c160 u_int limit; local
164 limit = 1000;
165 while ((limit-- > 0) && !isapnp_get_resource_info(&tag, 1)) {
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp338 uint64_t limit) {
346 bool optionalAllowed = limit - off > 12;
347 if (off >= limit || limit - off < 12) {
349 off = limit;
594 uint64_t limit = (dataSym == mapSyms.end()) ? isec->content().size() local
597 while (off < limit) {
600 scanCortexA53Errata843419(isec, off, limit))
337 scanCortexA53Errata843419(InputSection *isec, uint64_t &off, uint64_t limit) argument
H A DARMErrataFix.cpp256 uint64_t limit) {
262 if (off >= limit || limit - off < 8) {
264 off = limit;
500 uint64_t limit = nonThumbSym == mapSyms.end() ? isec->content().size() local
503 while (off < limit) {
504 ScanResult sr = scanCortexA8Errata657417(isec, off, limit);
255 scanCortexA8Errata657417(InputSection *isec, uint64_t &off, uint64_t limit) argument
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_ar.c591 uint64_t l, limit, last_digit_limit; local
595 limit = UINT64_MAX / base;
604 if (l>limit || (l == limit && digit > last_digit_limit)) {
617 uint64_t l, limit, last_digit_limit; local
621 limit = UINT64_MAX / base;
629 if (l > limit || (l == limit && digit > last_digit_limit)) {
/freebsd-current/contrib/xz/src/liblzma/simple/
H A Dx86.c41 const size_t limit = size - 5; local
44 while (buffer_pos <= limit) {
/freebsd-current/contrib/xz/src/liblzma/check/
H A Dcrc32_fast.c49 const uint8_t *const limit = buf + (size & ~(size_t)(7)); local
56 while (buf < limit) {
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp585 T init, limit; local
598 limit = id;
609 limit = init + small_chunk - (id < extras ? 0 : 1);
615 limit = tc - 1;
628 *cur_chunk = limit - init + 1;
632 pr->u.p.ub = lb + limit;
635 T ub_tmp = lb + limit * st;
647 pr->u.p.ordered_upper = limit;
1335 UT limit, trip, init; local
1461 limit
2229 UT limit, trip, init; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c304 unsigned limit = 0;
305 limit += p->ext_Booleans;
306 if (limit != 0 && which < limit) {
309 limit += p->ext_Numbers;
310 if (limit != 0 && which < limit) {
313 limit += p->ext_Strings;
314 if (limit != 0 && which < limit) {
[all...]
H A Dobsolete.c107 _nc_conv_to_utf8(unsigned char *target, unsigned source, unsigned limit) argument
125 if ((unsigned) rc > limit) { /* whatever it is, we cannot decode it */
181 _nc_conv_to_utf32(unsigned *target, const char *source, unsigned limit) argument
211 if ((unsigned) rc > limit) { /* whatever it is, we cannot decode it */
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcm.c180 size_t limit, offset; local
186 limit = bhnd_nvram_io_getsize(io);
198 limit = bhnd_nv_ummin(le32toh(hdr.size), limit);
209 while ((offset - bufpos) < limit) {
217 BHND_NV_ASSERT(offset < limit, ("offset overrun"));
219 buflen = bhnd_nv_ummin(sizeof(buf), limit - offset);
316 } else if (p == NULL && offset == limit) {
334 limit - offset);
346 "(exceeds %zu byte limit)\
373 size_t limit, nbytes; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_screen.c61 #define CUR_SLIMIT _nc_SLIMIT(limit - (size_t) (target - base))
171 size_t limit = 1024; local
172 char *result = malloc(limit);
182 if (used + 2 >= limit) {
183 limit += 1024;
184 buffer = realloc(result, limit);
269 int limit = 0; local
293 limit = 3;
296 limit = 4;
300 limit
[all...]
/freebsd-current/contrib/bzip2/
H A Dhuffman.c170 void BZ2_hbCreateDecodeTables ( Int32 *limit, argument
190 for (i = 0; i < BZ_MAX_CODE_LEN; i++) limit[i] = 0;
195 limit[i] = vec-1;
199 base[i] = ((limit[i-1] + 1) << 1) - base[i];
/freebsd-current/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp270 struct rlimit limit; local
271 if (getrlimit(RLIMIT_STACK, &limit) == 0 && limit.rlim_cur != RLIM_INFINITY)
272 size = limit.rlim_cur;
/freebsd-current/contrib/processor-trace/libipt/internal/include/
H A Dpt_image_section_cache.h88 /* The memory limit for our LRU cache. */
89 uint64_t limit; member in struct:pt_image_section_cache
/freebsd-current/sys/i386/linux/
H A Dlinux.h123 #define LINUX_RLIMIT_AS 9 /* Address space limit */
283 l_uint limit; member in struct:l_user_desc
304 ((info)->limit & LINUX_LOWERWORD))
316 ((info)->limit & 0xf0000) | \
327 (info)->limit == 0 && \
/freebsd-current/usr.sbin/pciconf/
H A Dpciconf.c319 uint64_t limit)
323 reg, type, range, (uintmax_t)base, (uintmax_t)limit,
324 base < limit ? "enabled" : "disabled");
352 uint64_t base, limit; local
359 * XXX: This assumes that a window with a base and limit of 0
370 limit = PCI_PPBIOLIMIT(
376 limit = PCI_PPBIOLIMIT(0,
380 print_window(PCIR_IOBASEL_1, "I/O Port", range, base, limit);
385 limit = PCI_PPBMEMLIMIT(0,
387 print_window(PCIR_MEMBASE_1, "Memory", 32, base, limit);
318 print_window(int reg, const char *type, int range, uint64_t base, uint64_t limit) argument
441 uint32_t base, limit; local
[all...]
/freebsd-current/sys/x86/x86/
H A Dmca.c786 int limit; local
789 limit = cur_threshold;
798 if (delta < cmc_throttle && count >= limit &&
799 limit < max_threshold) {
800 limit = min(limit << 1, max_threshold);
802 return (limit);
810 return (limit);
814 return (limit);
817 * Compute a new limit base
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp53 for (unsigned i = 0, limit = Bits->getNumBits(); i < limit; i++)
96 for (unsigned i = 0, limit = Dag->getNumArgs(); i < limit; ++i) {
/freebsd-current/contrib/diff/src/
H A Dutil.c523 char const *base = line[0], *limit = line[1]; /* Help the compiler. */
537 output_1_line (base, limit, flag_format, line_flag);
539 if ((!line_flag || line_flag[0]) && limit[-1] != '\n')
549 output_1_line (char const *base, char const *limit, char const *flag_format,
553 fwrite (base, sizeof (char), limit - base, outfile);
562 while (t < limit)
577 if (flag_format && t < limit && *t != '\n')
516 char const *base = line[0], *limit = line[1]; /* Help the compiler. */ local
542 output_1_line(char const *base, char const *limit, char const *flag_format, char const *line_flag) argument
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua164 limit = 5000
167 for i=1,limit do
178 for i=1,limit do
189 for i=1,limit do a[i] = false end
192 for i,v in pairs(a) do assert(not v or i=='n' and v==limit) end

Completed in 514 milliseconds

1234567891011>>