| /xnu-11215/config/ |
| H A D | MASTER | 46 # xlarge = extra large scale system configuration 47 # large = large scale system configuration 188 options CONFIG_KN_HASHSIZE=64 # <medium,large,xlarge> 204 options CONFIG_VNODES=263168 # <large,xlarge> 209 options CONFIG_NC_HASH=5120 # <large,xlarge> 214 options CONFIG_VFS_NAMES=5120 # <large,xlarge> 225 options CONFIG_MIN_NBUF=256 # <medium,large,xlarge> 254 options CONFIG_AIO_MAX=180 # <large> 261 options CONFIG_AIO_PROCESS_MAX=32 # <large> 268 options CONFIG_AIO_THREAD_COUNT=8 # <large> [all …]
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_mach_ipc.sub | 54 /* 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 D | err_ipc.sub | 49 "(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 D | err_kern.sub | 127 "(os/unix) file is too large", 133 "(os/unix) argument is too large",
|
| /xnu-11215/bsd/skywalk/packet/ |
| H A D | pbufpool_var.h | 263 uint32_t skmflag, bool large); 266 bool large);
|
| H A D | pbufpool.c | 64 struct skmem_obj_info *oi, uint32_t skmflag, bool large); 68 bool large); 1026 SKMEM_OBJ_BUFCTL(&oib), oi_idx_reg, pp, large); in pp_buflet_metadata_ctor_common() 1051 bool large = BUFLET_HAS_LARGE_BUF(kbft); in pp_buflet_metadata_dtor() local 1073 skmem_cache_free(large ? PP_BUF_CACHE_LARGE(pp) : in pp_buflet_metadata_dtor() 2554 uint32_t skmflag, bool large) in pp_alloc_buffer_common() argument 2636 bool large) in pp_alloc_buflet_common() argument 2646 ASSERT(PP_BUF_SIZE_LARGE(pp) != 0 || !large); in pp_alloc_buflet_common() 2648 if (large) { in pp_alloc_buflet_common() 2683 bool large) in pp_alloc_buflet() argument [all …]
|
| /xnu-11215/tools/tests/perf_index/ |
| H A D | README | 44 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-11215/doc/vm/ |
| H A D | memorystatus_notify.md | 92 Jetsam attempts to maintain a sufficiently large pool of 94 need not be overly large; thus jetsam thresholds are generally on the order of
|
| H A D | sanitize.md | 369 exercise edge cases and invalid state for large values and interconnected
|
| /xnu-11215/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 1732 os_channel_packet_alloc_common(const channel_t chd, packet_t *ph, bool large) in os_channel_packet_alloc_common() argument 1745 if (__improbable(large && in os_channel_packet_alloc_common() 1749 chrd = &chd->chd_rings[large ? in os_channel_packet_alloc_common() 1763 if (large) { in os_channel_packet_alloc_common() 1987 os_channel_purge_packet_alloc_ring_common(const channel_t chd, bool large) in os_channel_purge_packet_alloc_ring_common() argument 1996 chrd = &chd->chd_rings[large ? in os_channel_purge_packet_alloc_ring_common()
|
| /xnu-11215/doc/debugging/ |
| H A D | debugging.md | 34 ### Accessing large amounts of binary data (or accessing small amounts frequently) 36 In case you're planning on accessing large contiguous blocks of memory (e.g. reading a whole 10KB o… 37 or you're accessing small semi-contiguous chunks (e.g. if you're parsing large structured data), th…
|
| /xnu-11215/bsd/dev/i386/ |
| H A D | sysctl.c | 694 SYSCTL_PROC(_machdep_cpu_tlb_inst, OID_AUTO, large, 702 SYSCTL_PROC(_machdep_cpu_tlb_data, OID_AUTO, large,
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 89 * This parameter is only set for large structures, and if set structureInput will be NULL.
|
| /xnu-11215/doc/mach_ipc/ |
| H A D | kmsg.md | 364 count, content, and disposition at will, which lets them reach a fairly large
|
| /xnu-11215/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 3581 alloc_packets(kern_pbufpool_t pp, uint64_t *__counted_by(*ph_cnt)buf_arr, bool large, in alloc_packets() argument 3590 err = kern_pbufpool_alloc_batch_nosleep(pp, large ? 0 : 1, buf_arr, ph_cnt); in alloc_packets() 3591 if (!large) { in alloc_packets() 3655 uint32_t flags, bool large) in na_packet_pool_alloc_sync_common() argument 3721 PP_HAS_BUFFER_ON_DEMAND(pp) && large, &ph_cnt); in na_packet_pool_alloc_sync_common()
|
| /xnu-11215/doc/arm/ |
| H A D | sme.md | 194 Since SME thread state (`thread->machine.usme`) is large, and won't be used by
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.def | 590 # UBSan alignment + KASan code size is too large 852 # 0xfffffff002000000 (32MB range to allow for large page physical slide)
|
| /xnu-11215/doc/allocators/ |
| H A D | api-basics.md | 130 we have typically found that there is a large array of data,
|
| /xnu-11215/tests/ |
| H A D | stackshot_tests.m | 130 /* syscall failed because buffer wasn't large enough, try again */ 2970 T_QUIET; T_ASSERT_LE(totalout, (uint64_t)UINT_MAX, "stackshot is not too large"); 2973 T_QUIET; T_ASSERT_LE(inflatedBufferSize, (size_t)UINT_MAX, "output region is not too large");
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 207 … object be described when printed. These are very useful in displaying complex and large structures
|