Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 13 of 13) sorted by relevance

/xnu-10002.81.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_mit.c156 boolean_t simple) in nx_netif_mit_init() argument
169 if (simple) { in nx_netif_mit_init()
180 if (simple) { in nx_netif_mit_init()
239 if (simple) { in nx_netif_mit_init()
/xnu-10002.81.5/doc/allocators/
H A Dread-only.md51 To make best use of the Read-Only Allocator, some simple advice should be
92 Once a read-only zone is created, the API for using it is small and simple.
/xnu-10002.81.5/osfmk/tests/
H A DREADME.md31 Adding a new kernel POST test is very simple. Here are a few steps and guidelines for adding tests.
44 XNUPOST_TEST_CONFIG_BASIC(my_sample_tests), // simple test
/xnu-10002.81.5/doc/
H A Dstartup.md88 - `SIMPLE_LOCK_DECLARE*`: automatically initialized simple locks.
H A Dxnu_build_consolidation.md13 reduce the number of existing builds, as well as to set up a simple framework that makes it easier …
H A Datomics.md218 `os_atomic_xchg` is a simple wrapper around `atomic_exchange_explicit`.
H A Ddebugging.md430 Some macros can run for a long time. Some code may be costly even if it looks simple because objects
/xnu-10002.81.5/
H A DREADME.md403 In the simple case, a subdirectory of `usr/include` or `usr/local/include`
408 to stay in the simple case, the module name needs to be exactly the same as
/xnu-10002.81.5/doc/memorystatus/
H A Doverview.md73 To keep the synchronization simple, anytime a resource shortage is detected the memorystatus
/xnu-10002.81.5/config/
H A DMASTER602 # version of simple-locks on uniprocessor machines. The code size and
/xnu-10002.81.5/tools/lldbmacros/
H A DREADME.md151 …e and core utility function so that any function/code can be called as a simple util function and …
/xnu-10002.81.5/osfmk/kern/
H A Dsmr.c2271 #pragma mark SMR simple hash tables
/xnu-10002.81.5/tests/
H A Dstackshot_tests.m264 T_DECL(simple_compressed, "take a simple compressed stackshot")