Home
last modified time | relevance | path

Searched refs:its (Results 1 – 25 of 65) sorted by relevance

123

/xnu-8792.81.2/osfmk/mach/arm/
H A Dthread_status.h255 is_thread_state32(const arm_unified_thread_state_t *its) in is_thread_state32() argument
257 return its->ash.flavor == ARM_THREAD_STATE32; in is_thread_state32()
261 is_thread_state64(const arm_unified_thread_state_t *its) in is_thread_state64() argument
263 return its->ash.flavor == ARM_THREAD_STATE64; in is_thread_state64()
267 thread_state32(arm_unified_thread_state_t *its) in thread_state32() argument
269 return &its->ts_32; in thread_state32()
273 thread_state64(arm_unified_thread_state_t *its) in thread_state64() argument
275 return &its->ts_64; in thread_state64()
279 const_thread_state32(const arm_unified_thread_state_t *its) in const_thread_state32() argument
281 return &its->ts_32; in const_thread_state32()
[all …]
/xnu-8792.81.2/osfmk/kern/
H A Dkern_debug.modulemap6 // kern/debug.h gets its own top level module because it includes
7 // <kern/kcdata.h>, which gets its own top level module outside of the
17 // uses the Darwin module, and so <kern/kcdata.h> needs its own top level
H A Dkcdata.modulemap2 // kern/kcdata.h gets its own top level module outside of the Darwin module
12 // needs its own top level module that sits on top of Darwin.
/xnu-8792.81.2/bsd/vfs/
H A Dvnode_if.src17 # California, Berkeley and its contributors.
18 # 4. Neither the name of the University nor the names of its contributors
/xnu-8792.81.2/doc/allocators/
H A Dread-only.md35 This is where the Read-Only Allocator provides its defense: we observe that
62 e.g. a thread points to its task, which points to its proc, which points to
63 its credential. The principle here is to ensure the integrity of the entire
H A Dapi-basics.md20 - `<kern/zalloc.h>` and `<kern/kalloc.h>` for its API surface, which most
95 `kalloc_type` or one of its variants (like IOKit's `IOMallocType`) and untyped
97 one of its variants (like IOKit's `IOMallocData`). However, this comes with
101 as its ABI has not yet converged.
333 all its subclasses must also explicitly adopt typed allocators. It is not
335 automatically provide the implementation of the operators for all of its children:
371 purpose as its backing store should not contain kernel pointers.
/xnu-8792.81.2/osfmk/conf/
H A Dcopyright.osf20 # Software, then Licensee will (1) notify the OSF/RI regarding its
45 # of its terms. Licensee may be held legally responsible for any
H A Dcopyright.cmu6 * Permission to use, copy, modify and distribute this software and its
/xnu-8792.81.2/osfmk/mach/
H A Dtask.defs36 * Permission to use, copy, modify and distribute this software and its
108 * Destroy the target task, causing all of its threads
109 * to be destroyed, all of its IPC rights to be deallocated,
110 * and all of its address space to be deallocated.
237 * is not suspended; its initial execution state is given
H A Dthread_act.defs36 * Permission to use, copy, modify and distribute this software and its
176 * its suspend count is zero, and the suspend count
177 * for its task is also zero.
H A Dhost_priv.defs36 * Permission to use, copy, modify and distribute this software and its
158 * In addition to all the failure modes of its cousin,
330 * If this value is already set, the kernel will discard its
H A Dmach_notify.defs31 * But its existence keeps us from having MIG generate the client-side
H A Daudit_triggers.defs16 * its contributors may be used to endorse or promote products derived
H A Dhost_security.defs36 * Permission to use, copy, modify and distribute this software and its
H A Dupl.defs36 * Permission to use, copy, modify and distribute this software and its
/xnu-8792.81.2/doc/
H A Dsched_cond.md46 `sched_cond_t` and its functions provide fast paths for (1) and (2) by wrapping `thread_wake_thread…
72 signalling that it is active and clearing the queued wakeup. Once done with its consumption it atte…
H A Dsched_clutch_edge.md14 …ecisions at various thread grouping levels. The hierarchical scheduler, as its implemented today, …
26 …ue. The deadline for a root bucket is calculated based on its first-runnable timestamp and its **W…
39its deadline is set to `(now + WCEL[bucket])`. This ensures that the bucket would be scheduled at …
124 * Otherwise find the (non-AboveUI) highest priority root bucket that is runnable and select its hig…
223 … for a thread of a given QoS to get on core on the cluster. The metric has its roots in queueing d…
249 …ut is invoked when the processor does not find any thread for execution in its runqueue. The aim o…
266 …ds are not runnable or executing on cluster types which are different from its preferred cluster t…
283 …at the threads first fill up all the capacity on the preferred cluster and its homogeneous peers b…
H A Drecount.md10 By default, Recount tracks its counters per-CPU kind (e.g. performance or efficiency) for threads, …
101 …re instead protected by the coalition lock while a task exits and rolls up its counters to the coa…
/xnu-8792.81.2/libsyscall/mach/
H A Derr_us.sub10 * Permission to use, copy, modify and distribute this software and its
H A Derr_ipc.sub10 * Permission to use, copy, modify and distribute this software and its
/xnu-8792.81.2/bsd/crypto/doc/
H A DKernelCrypto.txt89 in respect of its properties, including, but not limited to, correctness
119 in respect of its properties, including, but not limited to, correctness
146 in respect of its properties, including, but not limited to, correctness
/xnu-8792.81.2/libkern/libkern/c++/
H A DOSPtr.h54 ask IOKit to return shared pointers from many of its API \
/xnu-8792.81.2/osfmk/lockd/
H A Dlockd_mach.defs67 /* Ping lockd, have launchd start it if its not running */
/xnu-8792.81.2/tests/
H A Dmach_exc.defs36 * Permission to use, copy, modify and distribute this software and its
/xnu-8792.81.2/doc/memorystatus/
H A Dkill.md37 …ure`, the `memorystatus_thread` will perform these kills. Any process over its soft memory limit i…
73its hard limit. The process is immediately killed. This kill happens on the thread that tried to a…

123