| /xnu-11215/osfmk/kern/ |
| H A D | mpsc_queue.h | 187 #pragma mark Advanced Multi Producer calls 271 #pragma mark Multi Producer calls 322 #pragma mark Single Consumer calls
|
| /xnu-11215/tests/ktrace/ |
| H A D | kperf_backtracing_tests.c | 281 unsigned int calls; in backtrace_thread() local 297 calls = USER_FRAMES - RECURSE_START_OFFSET - 2; in backtrace_thread() 302 calls -= 1; in backtrace_thread() 306 calls, RECURSE_START_OFFSET); in backtrace_thread() 307 (void)recurse_a(notify_spinning, calls); in backtrace_thread()
|
| /xnu-11215/tests/ |
| H A D | backtracing_tests.c | 330 unsigned int calls; in backtrace_thread() local 336 calls = USER_FRAMES - NON_RECURSE_FRAMES; in backtrace_thread() 339 calls, NON_RECURSE_FRAMES); in backtrace_thread() 340 (void)recurse_a(scenario, calls); in backtrace_thread()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 82 * @brief Holds arguments from IOKit.framework IOConnectMethod calls. 167 * As an IOService subclass, IOUserClient receives the normal Start()/Stop() lifecyle calls. 185 * @brief Receive arguments from IOKit.framework IOConnectMethod calls. 186 * @discussion IOConnectMethod calls from the owner of the connection come here. 217 …* @discussion IOConnectAsyncMethod calls from the owner of the connection come will pass an OSAct… 218 * To deliver the asynchronous results the driver calls AsyncCompletion().
|
| H A D | IODataQueueDispatchSource.iig | 157 * It should be initialized to false before a series of calls to this method, 158 * and if true after those calls, the notification sent with SendDataServiced(). 171 * It should be initialized to false before a series of calls to this method, 172 * and if true after those calls, the notification sent with SendDataAvailable().
|
| /xnu-11215/doc/lifecycle/ |
| H A D | startup.md | 110 - Rank 1: calls the module initializer (`PE_init_kprintf`). 204 - Rank 1: calls the module initializer (`cs_init`). 241 - Rank Middle: Initialize modules needing thread calls
|
| H A D | hibernation.md | 45 * PMRootDomain calls `IOHibernateSystemSleep()` before system sleep (devices 82 * Eventually the platform calls `hibernate_write_image()` in the shutdown 86 permitted because preemption is disabled. `hibernate_write_image()` calls 91 `hibernate_page_list_setall()` calls `hibernate_page_list_setall_machine()` to 190 * `hibernate_machine_entrypoint()` calls `hibernate_kernel_entrypoint()`. 208 - On Intel, `hibernate_kernel_entrypoint()` calls `acpi_wake_prot_entry()`. 220 `wake_abstime` is captured too early; later calls to 236 * When the kernel calls IOKit to wake (normal execution context)
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOStatistics.cpp | 1092 stats->userClientCalls[procs].calls = processEntry->calls; in copyUserClientStatistics() 1162 entry->calls++; in storeUserClientCallInfo() 1190 entry->calls = 1; in storeUserClientCallInfo() 1194 if (nextEntry->calls <= entry->calls) { in storeUserClientCallInfo()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOStatistics.h | 207 uint32_t calls; member
|
| /xnu-11215/osfmk/mach/ |
| H A D | semaphore.defs | 36 * Exported kernel calls
|
| H A D | vfs_nspace.defs | 60 * to mess up the calls numbering in mig.
|
| H A D | processor.defs | 62 * Exported kernel calls.
|
| /xnu-11215/doc/vm/ |
| H A D | sanitize.md | 74 1. VM API calls a sanitizer function, passing its own identity in `vms_caller`. 76 3. If an invalid parameter is found, the sanitizer calls 79 for that type in the caller's identity, and calls it if present. 268 The expected error codes returned by these calls are stored in "golden" result 385 required setup for the test or for each trial, and calls the function 398 Wrap your calls in the same processing and deallocation functions as the
|
| H A D | memorystatus.md | 122 And it calls into `memorystatus_pages_update` to actually update `memorystatus_available_pages` and… 164 When awoken it calls `consider_vm_pressure_events` which winds its way to `memorystatus_update_vm_p… 185 …n the kernel, memorystatus calls `memorystatus_approaching_fg_band` when we're about to do a fg ba…
|
| /xnu-11215/config/ |
| H A D | MASTER.arm | 84 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
|
| H A D | MASTER.arm64.BridgeOS | 82 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
|
| H A D | MASTER.arm64.WatchOS | 91 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
|
| H A D | MASTER.arm64 | 91 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
|
| H A D | MASTER.arm64.t6020.iPhoneOS | 99 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
|
| H A D | MASTER.arm64.t8120.iPhoneOS | 99 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
|
| H A D | MASTER.arm64.iPhoneOS | 104 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
|
| H A D | MASTER.arm64.t8112.iPhoneOS | 99 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
|
| H A D | MASTER.arm64.MacOSX | 99 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
|
| /xnu-11215/doc/observability/ |
| H A D | recount.md | 91 The user/kernel transition code calls `recount_leave_user` or `recount_enter_user`, which performs … 96 Processors also track their idle time separately from the usage structure with paired calls to `rec…
|
| /xnu-11215/doc/primitives/ |
| H A D | sched_cond.md | 41 1. Multiple calls to wake the consumer thread (A) may be made before the consumer_thread has awoken.
|