Home
last modified time | relevance | path

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

/xnu-11417.101.15/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-11417.101.15/osfmk/conf/
H A DMakefile.x86_6441 lock_ticket.o_CFLAGS_ADD += -fsanitize-address-use-after-return=never
/xnu-11417.101.15/doc/debugging/
H A Dtask_ref.md26 _leaks_ commonly occur. This happens when a reference is taken but never
/xnu-11417.101.15/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-11417.101.15/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-11417.101.15/doc/lifecycle/
H A Dstartup.md309 Denotes that the kernel is locking down, this phase should never be hooked.
/xnu-11417.101.15/bsd/miscfs/devfs/
H A DREADME91 backing nodes and the front nodes. The backing node never moves. If
/xnu-11417.101.15/libsyscall/mach/
H A Derr_iokit.sub43 "(iokit/common) invalid - should never be seen", // 0x001
/xnu-11417.101.15/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-11417.101.15/doc/mach_ipc/
H A Dguard_exceptions.md130 destroyed. Pinned ports must never have a send right count going to zero in a
403 Some of the exceptions are never fatal (hitting them will only emit a simulated
H A Dkmsg.md227 there is never auxiliary data in this form.
/xnu-11417.101.15/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-11417.101.15/doc/building/
H A Dbound_checks.md195 checks are never desirable, it is better to catch them at that stage than at any
/xnu-11417.101.15/osfmk/mach/
H A Dmach_port.defs400 * Should never be called directly by users (at least not
/xnu-11417.101.15/makedefs/
H A DMakeInc.kernel341 # build configs. Non-primary build configs will never compete for
H A DMakeInc.top99 # This is typically never specified (TARGET_CONFIGS is used)
/xnu-11417.101.15/doc/vm/
H A Dsanitize.md327 watchOS. These kernels respond to these MIG messages but Libsystem never sends
/xnu-11417.101.15/tests/
H A Dstackshot_tests.m888 // Should never get here
896 // Should never get here
1857 /* wait on the reply from the parent (that we will never receive) */
/xnu-11417.101.15/tools/lldbmacros/
H A DREADME.md286 - Trying to modify a string value? You can only create new strings but never modify existing ones.