Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dtest_lock.c274 const size_t never = 512; /* never inserted elements */ in smr_shash_basic_test() local
323 for (size_t i = 0; i < nelems - never; i++) { in smr_shash_basic_test()
334 check_content(nelems - never); in smr_shash_basic_test()
338 for (size_t i = nelems - never; i-- > 0;) { in smr_shash_basic_test()
/xnu-10002.81.5/osfmk/conf/
H A DMakefile.x86_6434 lock_ticket.o_CFLAGS_ADD += -fsanitize-address-use-after-return=never
/xnu-10002.81.5/doc/
H A Dtask_ref.md24 _leaks_ commonly occur. This happens when a reference is taken but never
H A Dstartup.md276 Denotes that the kernel is locking down, this phase should never be hooked.
H A Drecount.md99 The sequence lock doesn't need to be taken for these metrics since they're never updated simultaneo…
H A Ddebugging.md85 Unfortunately `'type' != b'type'` and thus LLDB will never match the type when printing summaries.
/xnu-10002.81.5/doc/allocators/
H A Dapi-basics.md39 similar fashion to `kalloc`. These functions will never fail (if the allocation
65 will never fail (the kernel will instead panic if no memory can be found).
363 described above. You should never use the operators on scalar types. Instead, you
/xnu-10002.81.5/bsd/miscfs/devfs/
H A DREADME91 backing nodes and the front nodes. The backing node never moves. If
/xnu-10002.81.5/libsyscall/mach/
H A Derr_iokit.sub43 "(iokit/common) invalid - should never be seen", // 0x001
/xnu-10002.81.5/osfmk/mach/
H A Dmach_port.defs400 * Should never be called directly by users (at least not
/xnu-10002.81.5/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-10002.81.5/tests/
H A Dstackshot_tests.m862 // Should never get here
870 // Should never get here
1801 /* wait on the reply from the parent (that we will never receive) */
/xnu-10002.81.5/tools/lldbmacros/
H A DREADME.md281 - Trying to modify a string value? You can only create new strings but never modify existing ones.