Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 55) sorted by relevance

123

/xnu-11215/osfmk/kern/
H A Dmpsc_queue.h187 #pragma mark Advanced Multi Producer calls
271 #pragma mark Multi Producer calls
322 #pragma mark Single Consumer calls
/xnu-11215/tests/ktrace/
H A Dkperf_backtracing_tests.c281 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 Dbacktracing_tests.c330 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 DIOUserClient.iig82 * @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 DIODataQueueDispatchSource.iig157 * 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 Dstartup.md110 - 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 Dhibernation.md45 * 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 DIOStatistics.cpp1092 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 DIOStatistics.h207 uint32_t calls; member
/xnu-11215/osfmk/mach/
H A Dsemaphore.defs36 * Exported kernel calls
H A Dvfs_nspace.defs60 * to mess up the calls numbering in mig.
H A Dprocessor.defs62 * Exported kernel calls.
/xnu-11215/doc/vm/
H A Dsanitize.md74 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 Dmemorystatus.md122 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 DMASTER.arm84 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
H A DMASTER.arm64.BridgeOS82 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
H A DMASTER.arm64.WatchOS91 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
H A DMASTER.arm6491 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
H A DMASTER.arm64.t6020.iPhoneOS99 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
H A DMASTER.arm64.t8120.iPhoneOS99 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
H A DMASTER.arm64.iPhoneOS104 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
H A DMASTER.arm64.t8112.iPhoneOS99 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
H A DMASTER.arm64.MacOSX99 options COUNT_SYSCALLS # count bsd system calls # <countcalls>
/xnu-11215/doc/observability/
H A Drecount.md91 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 Dsched_cond.md41 1. Multiple calls to wake the consumer thread (A) may be made before the consumer_thread has awoken.

123