| /xnu-12377.61.12/doc/allocators/ |
| H A D | guard-objects.md | 31 it has at least one available slot, *full* if it has no available slots. Chunks 44 its corresponding size class's full list. 56 │ full │ 66 slot and moving it to the full list: 75 │ full │──┐ A───────────────┬─┬─┬─┬─┐ 83 select B because A is now full: 92 │ full │──┐ A───────────────┬─┬─┬─┬─┐ 129 │ full │ └───────────────┴─┴─┴─┴─┴─┴─┴─┴─┘ 146 │ full │ └───────────────┴─┴─┴─┴─┴─┴─┴─┴─┘ 151 the available count drops to 0, and causes the chunk to now be full, [all …]
|
| H A D | xnu-kernel-restricted.md | 89 … of the kernel address space, and forces attackers to go down the path of full classic kernel expl…
|
| /xnu-12377.61.12/iokit/DriverKit/ |
| H A D | IODataQueueDispatchSource.iig | 82 …* @brief As a producer, set the handler block to run when the queue becomes non-full, after … 147 * kIOReturnOverrun if the queue was full. 174 * kIOReturnOverrun if the queue was full. 184 * kIOReturnOverrun if the queue is full 195 * kIOReturnOverrun if the queue is full
|
| H A D | IOService.iig | 84 * When set, the system will immediately do a full wakeup after going to sleep.
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | waitq.py | 216 full = '-A' in cmd_options 221 if not full and not wq.hasThreads():
|
| /xnu-12377.61.12/osfmk/i386/ |
| H A D | pcb.c | 153 get_thread_state64(thread_t thread, void *ts, boolean_t full); 159 set_thread_state64(thread_t thread, void *ts, boolean_t full); 712 set_thread_state64(thread_t thread, void *state, int full) in set_thread_state64() argument 717 if (full == TRUE) { in set_thread_state64() 756 if (full == FALSE) { in set_thread_state64() 804 get_thread_state64(thread_t thread, void *state, boolean_t full) in get_thread_state64() argument 809 if (full == TRUE) { in get_thread_state64() 839 if (full == TRUE) { in get_thread_state64()
|
| /xnu-12377.61.12/bsd/crypto/doc/ |
| H A D | KernelCrypto.txt | 82 ALTERNATIVELY, provided that this notice is retained in full, this product 112 ALTERNATIVELY, provided that this notice is retained in full, this product
|
| /xnu-12377.61.12/doc/vm/ |
| H A D | memorystatus.md | 69 thread is woken up *blindly* and it will do a full system health check. 94 See the full jetsam band reference on [confluence](https://confluence.sd.apple.com/display/allOSSys… 98 The memorystatus subsystem is heavily intertwined with daemon lifecycle. A full discussion of daemo… 153 …rocesses under memory pressure and demoting processes when the freezer is full. See `doc/vm/freeze…
|
| H A D | pageout_scan.md | 118 - If the compressor queues are full ("throttled"):
|
| H A D | freezer.md | 68 … try to freeze new processes before doing re-freezes. Once the freezer is full or we have no more …
|
| /xnu-12377.61.12/libsyscall/mach/ |
| H A D | err_server.sub | 52 "(server/env_mgr) port table full", 234 "(server/xkernel) map full",
|
| /xnu-12377.61.12/doc/debugging/ |
| H A D | macro_testing.md | 20 way a test can exercise full stack including SBAPI and expression handlers.
|
| H A D | extensible_paniclog.md | 7 …rently there is no way of knowing the kext or dext state unless we take a full coredump. With this…
|
| /xnu-12377.61.12/doc/arm/ |
| H A D | sme.md | 20 to xnu. It is not intended as a full programming guide for SVE or SME: readers 21 may find a full description of these ISAs in the 384 allows full use of the SIMD instruction set inside streaming SVE mode.
|
| /xnu-12377.61.12/doc/observability/ |
| H A D | recount.md | 97 Idle time has no user component and doesn't consume instructions or cycles, so a full usage structu…
|
| H A D | coalitions.md | 89 …ects attached to vouchers, which are sent along with Mach IPC messages. A full treatment of vouche…
|
| /xnu-12377.61.12/tests/ |
| H A D | poll_select_kevent_paired_fds.c | 878 WR_DECL(desc_name, fd_pair, full, "the full string", FULL_WRITE, \
|
| H A D | stackshot_tests.m | 288 // This only works on full stackshots, so we skip it for DELTAs, 404 T_EXPECT_EQ(oldlen, sizeof (*out), "kernel should update full stats structure"); 499 T_LOG("taking full stackshot"); 957 T_DECL(exec, "test getting full task snapshots for a task that execs", T_META_TAG_VM_PREFERRED) 1363 T_LOG("taking full stackshot");
|
| /xnu-12377.61.12/makedefs/ |
| H A D | MakeInc.cmd | 124 # must resolve these to a full path and override SDKROOT.
|
| H A D | MakeInc.def | 733 # full for KASAN). This implies that we cannot use CFLAGS_$(CURRENT_KERNEL_CONFIG), because
|
| /xnu-12377.61.12/config/ |
| H A D | MASTER | 617 # configuration option for full, partial, or no kernel debug event tracing
|
| /xnu-12377.61.12/ |
| H A D | APPLE_LICENSE | 321 continue in full force and effect. (b) Notwithstanding the foregoing,
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_bridge.c | 6855 bridge_rtflush(struct bridge_softc *sc, int full) 6862 if (full || (brt->brt_flags & IFBAF_TYPEMASK) == IFBAF_DYNAMIC) { 6899 bridge_rtdelete(struct bridge_softc *sc, struct ifnet *ifp, int full) 6906 if (brt->brt_ifp == ifp && (full ||
|
| /xnu-12377.61.12/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 282 …mber of CPUs in the cluster; so a cluster's shared resource is considered full if there are "n" ru…
|