| /xnu-10063.141.1/config/ |
| H A D | MASTER | 46 # xlarge = extra large scale system configuration 47 # large = large scale system configuration 189 options CONFIG_KN_HASHSIZE=64 # <medium,large,xlarge> 205 options CONFIG_VNODES=263168 # <large,xlarge> 210 options CONFIG_NC_HASH=5120 # <large,xlarge> 215 options CONFIG_VFS_NAMES=5120 # <large,xlarge> 220 options CONFIG_MAX_CLUSTERS=8 # <xlarge,large,medium> 226 options CONFIG_MIN_NBUF=256 # <medium,large,xlarge> 231 options CONFIG_MIN_NIOBUF=128 # <medium,large,xlarge> 238 options CONFIG_NMBCLUSTERS="((1024 * 1024) / MCLBYTES)" # <large,xlarge> [all …]
|
| /xnu-10063.141.1/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-10063.141.1/bsd/skywalk/packet/ |
| H A D | pbufpool_var.h | 254 uint32_t skmflag, bool large); 256 uint32_t *size, uint32_t skmflag, bool large);
|
| H A D | pbufpool.c | 61 struct skmem_obj_info *oi, uint32_t skmflag, bool large); 64 uint32_t num, uint32_t skmflag, bool large); 912 struct skmem_obj_info *oim0, void *arg, uint32_t skmflag, bool large) in pp_buflet_metadata_ctor_common() argument 922 baddr = pp_alloc_buffer_common(pp, &oib, skmflag, large); in pp_buflet_metadata_ctor_common() 944 SKMEM_OBJ_BUFCTL(&oib), oi_idx_reg, pp, large); in pp_buflet_metadata_ctor_common() 969 bool large = BUFLET_HAS_LARGE_BUF(kbft); in pp_buflet_metadata_dtor() local 991 skmem_cache_free(large ? PP_BUF_CACHE_LARGE(pp) : in pp_buflet_metadata_dtor() 2370 uint32_t skmflag, bool large) in pp_alloc_buffer_common() argument 2373 struct skmem_cache *skm = large ? PP_BUF_CACHE_LARGE(pp): in pp_alloc_buffer_common() 2443 uint32_t num, uint32_t skmflag, bool large) in pp_alloc_buflet_common() argument [all …]
|
| /xnu-10063.141.1/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-10063.141.1/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-10063.141.1/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-10063.141.1/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-10063.141.1/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 3507 alloc_packets(kern_pbufpool_t pp, uint64_t *buf_arr, bool large, uint32_t *ph_cnt) in alloc_packets() argument 3515 err = kern_pbufpool_alloc_batch_nosleep(pp, large ? 0 : 1, buf_arr, ph_cnt); in alloc_packets() 3516 if (!large) { in alloc_packets() 3579 uint32_t flags, bool large) in na_packet_pool_alloc_sync_common() argument 3645 PP_HAS_BUFFER_ON_DEMAND(pp) && large, &ph_cnt); in na_packet_pool_alloc_sync_common()
|
| /xnu-10063.141.1/doc/mach_ipc/ |
| H A D | kmsg.md | 364 count, content, and disposition at will, which lets them reach a fairly large
|
| /xnu-10063.141.1/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 89 * This parameter is only set for large structures, and if set structureInput will be NULL.
|
| /xnu-10063.141.1/makedefs/ |
| H A D | MakeInc.def | 519 # UBSan alignment + KASan code size is too large 782 # 0xfffffff002000000 (32MB range to allow for large page physical slide)
|
| /xnu-10063.141.1/doc/allocators/ |
| H A D | api-basics.md | 130 we have typically found that there is a large array of data,
|
| /xnu-10063.141.1/tests/ |
| H A D | stackshot_tests.m | 112 /* syscall failed because buffer wasn't large enough, try again */ 2745 T_QUIET; T_ASSERT_LE(totalout, (uint64_t)UINT_MAX, "stackshot is not too large"); 2748 T_QUIET; T_ASSERT_LE(inflatedBufferSize, (size_t)UINT_MAX, "output region is not too large");
|
| /xnu-10063.141.1/tools/lldbmacros/ |
| H A D | README.md | 202 … object be described when printed. These are very useful in displaying complex and large structures
|