| /xnu-11215/bsd/kern/ |
| H A D | bsd_syscalls_stashtask.txt | 1 Ensure any new syscalls added: 3 - Fill in any gaps before being added to the end of the list.
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_phantom_cache.c | 362 uint32_t added; member 380 is_thrashing(uint32_t added, uint32_t found, uint32_t threshold) in is_thrashing() argument 383 if (added < threshold || found < threshold) { in is_thrashing() 399 if (found < added / 2) { in is_thrashing() 438 …sample_period_ghost_counts[sample_period_ghost_counts_indx].added = sample_period_ghost_added_coun… in vm_phantom_cache_check_pressure()
|
| /xnu-11215/osfmk/mach/ |
| H A D | mach_types.defs | 102 * mach_port_{get,set}_attributes are added, the size of 314 * if other thread_info flavors are added, this 339 * If other task_info flavors are added, this 435 * If other host_info flavors are added, this definition may 467 * If other processor_info flavors are added, this definition 506 * If other flavors are added, this definition may 562 * If other flavors are added, this definition may 569 * If other flavors are added, this definition may
|
| H A D | prof.defs | 50 * added send_notices to support DCI profile/event tracing
|
| /xnu-11215/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 510 struct __kern_buflet *currp, uint16_t *data_csum, int *added) in copy_pkt_csum_packed() argument 622 *added = (len - tmplen); in copy_pkt_csum_packed() 1831 int added = 0; in flow_rx_agg_channel() local 1834 is_ipv4, NULL, sbuf, &data_csum, &added); in flow_rx_agg_channel() 1855 VERIFY(added > 0); in flow_rx_agg_channel() 2262 int added = 0, dbuf_idx = 0; in flow_rx_agg_host() local 2277 &data_csum, &added); in flow_rx_agg_host() 2293 VERIFY(added > 0); in flow_rx_agg_host() 2301 bytes += plen - thlen - added; in flow_rx_agg_host()
|
| /xnu-11215/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 568 size_t added = 0; in cht_concurrent_duo_check() local 575 added++; in cht_concurrent_duo_check() 583 ASSERT(added == cuckoo_hashtable_entries(h)); in cht_concurrent_duo_check()
|
| /xnu-11215/doc/vm/ |
| H A D | sanitize.md | 187 `caddr_ut` was added to `bsd/sys/_types/_caddr_t.h` and `user_addr_ut` was 188 added to `bsd/arm/types.h` and `bsd/i386/types.h`. When adding an opaque for 198 - Modify `bsd/kern/makesyscalls.sh` to handle the new types added. 233 types adopted by the API. If you added a new type that doesn't have a 288 address+size provokes various integer overflows if they are added and/or 372 probe for overflows when the values are added and/or rounded to page sizes.
|
| /xnu-11215/san/coverage/ |
| H A D | kcov-blacklist-x86_64 | 35 # added by hand
|
| /xnu-11215/san/memory/ |
| H A D | kasan-blacklist-x86_64 | 35 # added by hand
|
| /xnu-11215/libkern/os/ |
| H A D | log_queue.c | 603 bool added = log_queue_add_entry(lq, lp, lp_data); in log_queue_add() local 610 return added; in log_queue_add()
|
| /xnu-11215/doc/building/ |
| H A D | xnu_build_consolidation.md | 64 understand or manage as new tunables are added or SoCs/revisions are deprecated. 117 following macros have been added to provide a reasonably close upper bound:
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOExtensiblePaniclog.iig | 80 * @discussion When it is set active, it is picked up and added to the extensible paniclog
|
| H A D | IOService.iig | 228 …* @discussion IOService objects created by matching on a provider are always added to the power m… 229 …* Any IOService created with the Create() API is not, but may be added by calling thi…
|
| /xnu-11215/doc/allocators/ |
| H A D | read-only.md | 85 zone, a new identifier must be added to the `zone_reserved_id_t` enumeration
|
| /xnu-11215/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 3451 boolean_t added; in na_flowadv_report_ce_event() local 3469 if ((added = (fae->fae_token == flow_token))) { in na_flowadv_report_ce_event() 3476 added = FALSE; in na_flowadv_report_ce_event() 3478 if (added) { in na_flowadv_report_ce_event() 3489 return added; in na_flowadv_report_ce_event()
|
| /xnu-11215/doc/observability/ |
| H A D | mt_stackshot.md | 94 a good chunk size. The amount of memory added to the freelist is reported by
|
| /xnu-11215/tests/ |
| H A D | ipsec.m | 347 T_LOG("added sa 0x%x", spi);
|
| H A D | stackshot_tests.m | 1014 // Add 1 to match the symbolication aid added by the stackshot backtracer.
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 345 a - int, value to be added. can be 0 346 b - int/float, value to be added.
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.kernel | 36 …run ld -r on only the LTO bitcode object files to produce one mach-o for KCB to use, which is added
|
| /xnu-11215/libkern/c++/ |
| H A D | OSKext.cpp | 13292 bool added; local 13294 added = OSKext::addKextsFromKextCollection(akc_mh, infoDict, 13299 } else if (!added) {
|