Home
last modified time | relevance | path

Searched refs:large (Results 1 – 13 of 13) sorted by relevance

/xnu-8796.141.3/config/
H A DMASTER46 # xlarge = extra large scale system configuration
47 # large = large scale system configuration
186 options CONFIG_KN_HASHSIZE=64 # <medium,large,xlarge>
202 options CONFIG_VNODES=263168 # <large,xlarge>
207 options CONFIG_NC_HASH=5120 # <large,xlarge>
212 options CONFIG_VFS_NAMES=5120 # <large,xlarge>
217 options CONFIG_MAX_CLUSTERS=8 # <xlarge,large,medium>
223 options CONFIG_MIN_NBUF=256 # <medium,large,xlarge>
228 options CONFIG_MIN_NIOBUF=128 # <medium,large,xlarge>
235 options CONFIG_NMBCLUSTERS="((1024 * 1024) / MCLBYTES)" # <large,xlarge>
[all …]
/xnu-8796.141.3/libsyscall/mach/
H A Derr_mach_ipc.sub54 /* 14 */ "(ipc/send) msg too large",
61 /* 21 */ "(ipc/send) out-of-line buffer too large",
70 /* 4 */ "(ipc/rcv) msg too large",
93 /* 7 */ "(ipc/mig) array not large enough",
H A Derr_ipc.sub49 "(ipc/send) send message too large", /* -109 */
59 "(ipc/rcv) message too large", /* -204 */
74 "(ipc/mig) user specified array not large enough for return info", /* 7 */
H A Derr_kern.sub127 "(os/unix) file is too large",
133 "(os/unix) argument is too large",
/xnu-8796.141.3/tools/tests/perf_index/
H A DREADME44 fault - performs n page faults by mmaping a large chunk of memory, toggling the
46 zfod - performs n zero fill on demands, by mmaping a large chunk of memory and
51 file_read - initializes by creating one large file on disk per each thread.
/xnu-8796.141.3/bsd/skywalk/packet/
H A Dpbufpool.c61 struct skmem_obj_info *oi, uint32_t skmflag, bool large);
934 struct skmem_obj_info *oim0, void *arg, uint32_t skmflag, bool large, in pp_buflet_metadata_ctor_common() argument
947 baddr = pp_alloc_buffer_common(pp, &oib, skmflag, large); in pp_buflet_metadata_ctor_common()
972 oi_idx_reg, pp, large, attach_buf); in pp_buflet_metadata_ctor_common()
1004 bool large = BUFLET_HAS_LARGE_BUF(kbft); in pp_buflet_metadata_dtor() local
1036 skmem_cache_free(large ? PP_BUF_CACHE_LARGE(pp) : in pp_buflet_metadata_dtor()
2444 uint32_t skmflag, bool large) in pp_alloc_buffer_common() argument
2447 struct skmem_cache *skm = large ? PP_BUF_CACHE_LARGE(pp): in pp_alloc_buffer_common()
2524 boolean_t large = (flags & PP_ALLOC_BFT_LARGE) != 0; in pp_alloc_buflet_common() local
2529 ASSERT(PP_BUF_SIZE_LARGE(pp) != 0 || !large); in pp_alloc_buflet_common()
[all …]
/xnu-8796.141.3/bsd/dev/i386/
H A Dsysctl.c694 SYSCTL_PROC(_machdep_cpu_tlb_inst, OID_AUTO, large,
702 SYSCTL_PROC(_machdep_cpu_tlb_data, OID_AUTO, large,
/xnu-8796.141.3/doc/
H A Ddebugging.md106 ### Accessing large amounts of binary data (or accessing small amounts frequently)
108 In case you're planning on accessing large contiguous blocks of memory (e.g. reading a whole 10KB o…
109 or you're accessing small semi-contiguous chunks (e.g. if you're parsing large structured data), th…
/xnu-8796.141.3/iokit/DriverKit/
H A DIOUserClient.iig89 * This parameter is only set for large structures, and if set structureInput will be NULL.
/xnu-8796.141.3/makedefs/
H A DMakeInc.def499 # UBSan alignment + KASan code size is too large
754 # 0xfffffff002000000 (32MB range to allow for large page physical slide)
/xnu-8796.141.3/doc/allocators/
H A Dapi-basics.md128 we have typically found that there is a large array of data,
/xnu-8796.141.3/tests/
H A Dstackshot_tests.m101 /* syscall failed because buffer wasn't large enough, try again */
2489 T_QUIET; T_ASSERT_LE(totalout, (uint64_t)UINT_MAX, "stackshot is not too large");
2492 T_QUIET; T_ASSERT_LE(inflatedBufferSize, (size_t)UINT_MAX, "output region is not too large");
/xnu-8796.141.3/tools/lldbmacros/
H A DREADME.md202 … object be described when printed. These are very useful in displaying complex and large structures