Searched refs:limit (Results 301 - 325 of 497) sorted by relevance

<<11121314151617181920

/freebsd-13-stable/sys/vm/
H A Dswap_pager.c125 * The 64-page limit is due to the radix code (kern/subr_blist.c).
383 static int nsw_wcount_async; /* limit async write buffers */
467 static bool swp_pager_swblk_empty(struct swblk *sb, int start, int limit);
598 * Currently we hardwire nsw_wcount_async to 4. This limit is
1992 swp_pager_swblk_empty(struct swblk *sb, int start, int limit) argument
1996 MPASS(0 <= start && start <= limit && limit <= SWAP_META_PAGES);
1997 for (i = start; i < limit; i++) {
2159 int i, limit, start; local
2174 limit
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c516 if ((tableType == byU16) && (inputSize>=LZ4_64Klimit)) return 0; /* Size too large (not within 64K limit) */
588 const BYTE* limit; local
590 limit = ip + (dictEnd-match);
591 if (limit > matchlimit) limit = matchlimit;
592 matchCode = LZ4_count(ip+MINMATCH, match+MINMATCH, limit);
594 if (ip==limit) {
759 if ((tableType == byU16) && (*srcSizePtr>=LZ4_64Klimit)) return 0; /* Size too large (not within 64K limit) */
/freebsd-13-stable/contrib/dialog/
H A Ddialog.c1471 size_t limit = sizeof(options) / sizeof(options[0]); local
1478 opts = dlg_calloc(const Options *, limit);
1480 for (j = 0; j < limit; ++j) {
1483 qsort(opts, limit, sizeof(Options *), compare_opts);
1487 for (j = k = 0; j < limit; j++) {
1501 for (j = 0; j < limit; j++) {
H A Ddlg_keys.c613 int limit = 3; local
614 while (limit-- > 0 && IsOctal(**string)) {
/freebsd-13-stable/contrib/less/
H A Dfuncs.h67 public void utf_skip_to_lead LESSPARAMS ((char **pp, char *limit));
70 public LWCHAR step_char LESSPARAMS ((char **pp, signed int dir, constant char *limit));
196 public void skip_ansi LESSPARAMS ((struct ansi_state *pansi, char **pp, constant char *limit));
/freebsd-13-stable/sys/kern/
H A Dkern_rctl.c377 * If the limit isn't exceeded, it decreases the usage amount to zero.
378 * Otherwise, it decreases it by the value of the limit. This way
379 * resource consumption exceeding the limit "carries over" to the next
410 * Cap utilization counter at ten times the limit. Otherwise,
430 int64_t available, minavailable, limit; local
436 limit = 0;
447 limit = rule->rr_amount;
456 if (limit != 0) {
457 if (limit > 2 * RCTL_PCPU_SHIFT)
460 minavailable -= (limit /
[all...]
/freebsd-13-stable/stand/ficl/
H A Dwords.c2000 ** pops index and limit from the p stack and moves them
2010 ** ( R: leave limit index )
2012 ** limit and index are the loop control variables.
2042 CELL index, limit; local
2047 limit = stackPop(pVM->pStack);
2051 stackPush(pVM->rStack, limit);
2082 CELL index, limit; local
2087 limit = stackPop(pVM->pStack);
2092 if (limit.u == index.u)
2098 stackPush(pVM->rStack, limit);
2157 FICL_INT limit = stackFetch(pVM->rStack, 1).i; local
2178 FICL_INT index,limit,increment; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/rand/
H A Drand_lib.c624 const size_t limit = pool->max_len / 2; local
633 newlen = newlen < limit ? newlen * 2 : pool->max_len;
/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dlog-cmd.c863 opt_state->limit,
886 opt_state->limit,
/freebsd-13-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c123 N_("limit operation by depth ARG ('empty', 'files',\n"
161 {"limit", 'l', 1, N_("maximum number of log entries")},
474 err = svn_cstring_atoi(&opt_state.limit, opt_arg);
478 _("Non-numeric limit argument given"));
480 if (opt_state.limit <= 0)
483 _("Argument to --limit must be positive"));
/freebsd-13-stable/contrib/bearssl/tools/
H A Dnames.c717 next_char(const char **ps, const char *limit) argument
722 if (*ps == limit) {
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_gnutar.c707 int64_t limit = ((int64_t)1 << (s*3)); local
709 if (v < limit)
/freebsd-13-stable/contrib/libedit/
H A Dsearch.c223 el->el_search.patlen >= el->el_line.limit)
552 for (; *cp != '\0' && cp < el->el_line.limit; cp++) {
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dldebug.c139 StkId limit = (ci == L->ci) ? L->top : ci->next->func; local
140 if (limit - base >= n && n > 0) /* is 'n' inside 'ci' stack? */
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_tx_edma.c174 int limit)
202 * First pass - walk sq, queue up to 'limit' entries,
206 for (i = 0; i < limit; i++) {
222 * Ok, so now we have a staging list of up to 'limit'
324 * Note that the hardware staging queue will limit
346 * non-aggr limit (non_aggr, which is 32.) They should
173 ath_tx_edma_push_staging_list(struct ath_softc *sc, struct ath_txq *txq, int limit) argument
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtoe.c231 make_db_name(char *dst, const char *src, unsigned limit) argument
240 if (need <= limit) {
/freebsd-13-stable/sys/netinet/
H A Dip_fw.h53 * Most commands (queue, pipe, tag, untag, limit...) can have a 16-bit
57 * Note that 16bit is only a historical limit, resulting from
431 * This is used for limit rules.
604 * + if a rule has a "keep-state" (or "limit") option, then the
771 #define IPFW_VTYPE_LIMIT 0x00000100 /* limit */
882 uint32_t limit; /* O_LIMIT */ member in struct:_ipfw_table_value
917 #define IPFW_TR_LIMIT 4 /* Entry was ignored (limit) */
990 uint32_t limit; /* Max number of records */ member in struct:_ipfw_xtable_info
1004 #define IPFW_TMFLAGS_LIMIT 0x0002 /* Change limit value */
/freebsd-13-stable/sys/dev/sound/pci/
H A Dfm801.c375 u_int32_t limit; member in struct:__anon14311
399 for (i = 0; i < 10 && fm801_rates[i].limit <= speed; i++) ;
/freebsd-13-stable/sys/dev/mlx/
H A Dmlx.c1339 "because busy or parity error count exceeded limit",
2147 int slot, limit; local
2154 * Enforce slot-usage limit, if we have the required information.
2157 limit = sc->mlx_enq2->me_max_commands;
2159 limit = 2;
2161 if (sc->mlx_busycmds >= ((mc->mc_flags & MLX_CMD_PRIORITY) ? limit : limit - 4))
2169 for (slot = 0; slot < limit; slot++) {
2174 if (slot < limit) {
2180 if (slot >= limit)
[all...]
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL54 We make increasing use of Perl modules, and do our best to limit
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_emul.c440 pci_emul_alloc_resource(uint64_t *baseptr, uint64_t limit, uint64_t size, argument
449 if (base + size <= limit) {
593 uint64_t *baseptr, limit, addr, mask, lobits, bar; local
617 limit = PCI_EMUL_IOLIMIT;
632 limit = pci_emul_memlim64;
638 limit = PCI_EMUL_MEMLIMIT32;
646 limit = PCI_EMUL_MEMLIMIT32;
657 error = pci_emul_alloc_resource(baseptr, limit, size, &addr);
/freebsd-13-stable/usr.sbin/bhyveload/
H A Dbhyveload.c584 cb_vm_set_desc(void *arg, int vcpu, int reg, uint64_t base, u_int limit, argument
588 return (vm_set_desc(ctx, vcpu, reg, base, limit, access));
/freebsd-13-stable/tools/regression/posixsem/
H A Dposixsem.c60 #define ELAPSED(elapsed, limit) (abs((elapsed) - (limit)) < 100)
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddeprecated.c558 int limit,
569 return svn_repos__get_logs_compat(repos, paths, start, end, limit,
582 int limit,
598 return svn_repos_get_logs4(repos, paths, start, end, limit,
553 svn_repos_get_logs4(svn_repos_t *repos, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, svn_log_entry_receiver_t receiver, void *receiver_baton, apr_pool_t *pool) argument
577 svn_repos_get_logs3(svn_repos_t *repos, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, svn_log_message_receiver_t receiver, void *receiver_baton, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/byacc/
H A Doutput.c1109 int limit = (conflicts != 0) ? nconflicts : 0; local
1111 if (limit < high)
1112 limit = (int)high;
1118 for (i = 1; i < limit; i++)

Completed in 195 milliseconds

<<11121314151617181920