Home
last modified time | relevance | path

Searched refs:added (Results 1 – 21 of 21) sorted by relevance

/xnu-11215/bsd/kern/
H A Dbsd_syscalls_stashtask.txt1 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 Dvm_phantom_cache.c362 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 Dmach_types.defs102 * 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 Dprof.defs50 * added send_notices to support DCI profile/event tracing
/xnu-11215/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c510 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 Dcuckoo_hashtable_test.c568 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 Dsanitize.md187 `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 Dkcov-blacklist-x86_6435 # added by hand
/xnu-11215/san/memory/
H A Dkasan-blacklist-x86_6435 # added by hand
/xnu-11215/libkern/os/
H A Dlog_queue.c603 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 Dxnu_build_consolidation.md64 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 DIOExtensiblePaniclog.iig80 * @discussion When it is set active, it is picked up and added to the extensible paniclog
H A DIOService.iig228 …* @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 Dread-only.md85 zone, a new identifier must be added to the `zone_reserved_id_t` enumeration
/xnu-11215/bsd/skywalk/nexus/
H A Dnexus_adapter.c3451 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 Dmt_stackshot.md94 a good chunk size. The amount of memory added to the freelist is reported by
/xnu-11215/tests/
H A Dipsec.m347 T_LOG("added sa 0x%x", spi);
H A Dstackshot_tests.m1014 // Add 1 to match the symbolication aid added by the stackshot backtracer.
/xnu-11215/tools/lldbmacros/
H A DREADME.md345 a - int, value to be added. can be 0
346 b - int/float, value to be added.
/xnu-11215/makedefs/
H A DMakeInc.kernel36 …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 DOSKext.cpp13292 bool added; local
13294 added = OSKext::addKextsFromKextCollection(akc_mh, infoDict,
13299 } else if (!added) {