Searched refs:max (Results 1 - 25 of 2317) sorted by last modified time

1234567891011>>

/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_object.c2035 #define BATCH_LIMIT(max) (vm_max_batch >= max ? max : vm_max_batch)
H A Dvm_page.h526 1 = disable high mem ( cap max pages to 4G)
1036 #define DELAYED_WORK_LIMIT(max) ((vm_max_delayed_work_limit >= max ? max : vm_max_delayed_work_limit))
H A Dvm_map.c734 vm_map_offset_t max,
763 result->max_offset = max;
1665 * Allow an insertion beyond the map's max offset.
2134 * allocation into 4GB chunks if the max protection is NONE. That
4108 /* mapped data, this implies that max protection */
731 vm_map_create( pmap_t pmap, vm_map_offset_t min, vm_map_offset_t max, boolean_t pageable) argument
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dtask_info.h230 integer_t max; member in struct:task_affinity_tag_info
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c1038 #define MAX_ZONE_NAME 32 /* max length of a zone name we can take from the boot-args */
1659 vm_size_t max, /* maximum memory to use */
1692 max = round_page(max);
1733 if (max && (max < alloc))
1734 max = alloc;
1756 z->max_size = max;
1657 zinit( vm_size_t size, vm_size_t max, vm_size_t alloc, const char *name) argument
H A Daffinity.c262 * Return affinity tag info (number, min, max) for the task.
281 info->max = THREAD_AFFINITY_TAG_NULL;
292 if (info->max == THREAD_AFFINITY_TAG_NULL ||
293 aset->aset_tag > (uint32_t) info->max)
294 info->max = aset->aset_tag;
H A Dbsd_kern.c393 ledger_amount_t max; local
395 ret = ledger_get_maximum(task->ledger, task_ledgers.phys_footprint, &max);
397 return max;
/macosx-10.10/xnu-2782.1.97/osfmk/device/
H A Dsubrs.c373 * to max chars inside the buffer.
378 * max maximum length of string to search for null
380 * length of s or max; whichever is smaller
386 strnlen(const char *s, size_t max) { argument
387 const char *es = s + max, *p = s;
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cluster.c317 * don't allow a size beyond the max UPL size we can create
1735 r_addr = max(extent->e_addr, rap->cl_maxra) + 1;
3185 * we'll extend the current cluster to the max
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c619 /* Is server's max file size at least 4GB? */
3265 iosize = max(nmp->nm_rsize, nmp->nm_wsize);
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c123 u_char tcp_saveipgen[40]; /* the size must be of max ip header, now IPv6 */
600 qlimit = min(max(100, so->so_rcv.sb_hiwat >> 10),
954 /* newsize should not exceed max */
966 sbrcv->sb_idealsize = min(max(sbrcv->sb_idealsize,
1109 * 1. it can not be trimmed beyond the max rcv win advertised
1113 u_int32_t leave = max(advwin, (sbrcv->sb_idealsize >> 4));
1301 tp->snd_cwnd = max(tp->snd_cwnd, TCP_CC_CWND_INIT_BYTES);
1363 * PMTU blackhole detection, then revert the size of the max
1455 max(tp->t_rexmtthresh, tp->t_dupacks);
3739 max(1
[all...]
H A Dtcp_subr.c1889 if (mtu < max(296, (tcp_minmss +
2787 tp->request_r_scale = max(tcp_win_scale, tp->request_r_scale);
H A Dtcp_var.h182 u_char tt_ipgen[40]; /* the size must be of max ip header, now IPv6 */
215 u_int32_t tc_avg_lastmax; /* Average of last max */
456 tcp_seq iaj_rwintop; /* recent max advertised window */
655 max((tp)->t_rttmin, (((tp)->t_srtt >> (TCP_RTT_SHIFT - TCP_DELTA_SHIFT)) \
H A Din_pcb.c163 #define RANGECHK(var, min, max) \
165 else if ((var) > (max)) { (var) = (max); }
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.h1292 @param max The maximum number of packets in the packet chain that
1309 extern errno_t ifnet_dequeue_multi(ifnet_t interface, u_int32_t max,
1321 @param max The maximum number of packets in the packet chain that
1339 mbuf_svc_class_t sc, u_int32_t max, mbuf_t *first_packet,
1361 @param interface The interface to set the max queue length on.
1372 @param interface The interface to get the max queue length on.
1423 @param interface The interface to set the max queue length on.
1436 @param interface The interface to get the max queue length on.
1887 #define IFNET_LLREACHINFO_ADDRLEN 64 /* max ll addr len */
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c470 static unsigned int maxclaudit; /* max # of entries in audit table */
472 static unsigned int maxslabgrp; /* max # of entries in slabs table */
1616 * Set the max limit on sb_max to be 1/16 th of the size of
1628 * max sock buf at 1M
5012 count = min(min(max(len, max_protohdr), space), n->m_len);
7294 * Send a report of mbuf usage if the usage is at least 6% of max limit
H A Dkern_proc.c730 * the BSD max thread name size. Note that bsd_getthreadname
1593 char id_buf[11]; /* Buffer for pid/uid -- max 4B */
1855 SYSCTL_INT(_kern_lctx, OID_AUTO, max, CTLFLAG_RW | CTLFLAG_LOCKED, &maxlcid, 0, "");
3284 int retval, max; local
3289 max = 0;
3303 if (retval > max) {
3304 max = retval;
3308 return max;
/macosx-10.10/xnu-2782.1.97/bsd/libkern/
H A Dlibkern.h118 max(u_int a, u_int b) function
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dsysctl.c678 SYSCTL_PROC(_machdep_cpu_flex_ratio, OID_AUTO, max,
681 cpu_flex_ratio_max, "I", "Flex ratio max (non-turbo)");
/macosx-10.10/objc4-646/runtime/
H A Dobjc-runtime-new.mm1949 // Find max ivar alignment in class.
2838 size_t size = max(sizeof(protocol_t),
/macosx-10.10/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c622 const unsigned char *max = txt + txtLen; local
652 while (txt < max)
714 const unsigned char *max = txtRecord + txtLen; local
715 while (ptr < max)
718 if (end > max) { printf("<< invalid data >>"); break; }
868 static int snprintd(char *p, int max, const unsigned char **rd) argument
871 const char *const end = p + max;
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DTestRunner.py227 exitCode = max(exitCode, res)
H A DUtil.py99 maxValue = max([v for _,v in items])
125 pfDigits = max(0, 3-pDigits)
/macosx-10.10/llvmCore-3425.0.34/utils/llvm-build/llvmbuild/
H A Dmain.py377 max_required_libraries = max(len(deps)
/macosx-10.10/llvmCore-3425.0.34/utils/KillTheDoctor/
H A DKillTheDoctor.cpp57 #undef max macro
303 if (Timeout > std::numeric_limits<uint32_t>::max() / 1000) {
305 << std::numeric_limits<uint32_t>::max() / 1000
399 if (TotalTimeMiliseconds > std::numeric_limits<uint32_t>::max()) {

Completed in 427 milliseconds

1234567891011>>