Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dtest_lock.c285 const size_t never = 512; /* never inserted elements */ in smr_shash_basic_test() local
334 for (size_t i = 0; i < nelems - never; i++) { in smr_shash_basic_test()
345 check_content(nelems - never); in smr_shash_basic_test()
349 for (size_t i = nelems - never; i-- > 0;) { in smr_shash_basic_test()
/xnu-12377.1.9/osfmk/conf/
H A DMakefile.x86_6441 lock_ticket.o_CFLAGS_ADD += -fsanitize-address-use-after-return=never
/xnu-12377.1.9/doc/debugging/
H A Dtask_ref.md26 _leaks_ commonly occur. This happens when a reference is taken but never
/xnu-12377.1.9/doc/allocators/
H A Dapi-basics.md41 similar fashion to `kalloc`. These functions will never fail (if the allocation
67 will never fail (the kernel will instead panic if no memory can be found).
378 described above. You should never use the operators on scalar types. Instead, you
/xnu-12377.1.9/doc/mach_ipc/
H A Dipc_security_concepts.md68 - task ports are never unpinned;
H A Dkmsg.md227 there is never auxiliary data in this form.
H A Dguard_exceptions.md130 destroyed. Pinned ports must never have a send right count going to zero in a
473 Some of the exceptions are never fatal (hitting them will only emit a simulated
/xnu-12377.1.9/doc/primitives/
H A Dstring-handling.md54 never use `str` functions to write to strings. Functions that simply read
250 `strn` functions are **never** recommended. You should use `strbuflen` over
/xnu-12377.1.9/doc/lifecycle/
H A Dstartup.md312 Denotes that the kernel is locking down, this phase should never be hooked.
/xnu-12377.1.9/bsd/miscfs/devfs/
H A DREADME91 backing nodes and the front nodes. The backing node never moves. If
/xnu-12377.1.9/libsyscall/mach/
H A Derr_iokit.sub43 "(iokit/common) invalid - should never be seen", // 0x001
/xnu-12377.1.9/doc/observability/
H A Drecount.md111 The sequence lock doesn't need to be taken for these metrics since they're never updated simultaneo…
/xnu-12377.1.9/doc/arm/
H A Dsme.md209 value stashed in the new thread's SME state. If the new process has never used
217 which never has `ZA` state.
/xnu-12377.1.9/doc/building/
H A Dbound_checks.md195 checks are never desirable, it is better to catch them at that stage than at any
/xnu-12377.1.9/doc/vm/
H A Dpageout_scan.md105 - Speculative Queue: file-backed pages which have never been activated. These
H A Dsanitize.md327 watchOS. These kernels respond to these MIG messages but Libsystem never sends
/xnu-12377.1.9/makedefs/
H A DMakeInc.kernel348 # build configs. Non-primary build configs will never compete for
H A DMakeInc.top99 # This is typically never specified (TARGET_CONFIGS is used)
/xnu-12377.1.9/osfmk/mach/
H A Dmach_port.defs400 * Should never be called directly by users (at least not
/xnu-12377.1.9/tools/lldbmacros/
H A DREADME.md286 - Trying to modify a string value? You can only create new strings but never modify existing ones.
/xnu-12377.1.9/tests/
H A Dstackshot_tests.m945 // Should never get here
953 // Should never get here
1916 /* wait on the reply from the parent (that we will never receive) */