Home
last modified time | relevance | path

Searched refs:full (Results 1 – 24 of 24) sorted by relevance

/xnu-12377.61.12/doc/allocators/
H A Dguard-objects.md31 it has at least one available slot, *full* if it has no available slots. Chunks
44 its corresponding size class's full list.
56full
66 slot and moving it to the full list:
75full │──┐ A───────────────┬─┬─┬─┬─┐
83 select B because A is now full:
92full │──┐ A───────────────┬─┬─┬─┬─┐
129full │ └───────────────┴─┴─┴─┴─┴─┴─┴─┴─┘
146full │ └───────────────┴─┴─┴─┴─┴─┴─┴─┴─┘
151 the available count drops to 0, and causes the chunk to now be full,
[all …]
H A Dxnu-kernel-restricted.md89 … 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 DIODataQueueDispatchSource.iig82 …* @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 DIOService.iig84 * When set, the system will immediately do a full wakeup after going to sleep.
/xnu-12377.61.12/tools/lldbmacros/
H A Dwaitq.py216 full = '-A' in cmd_options
221 if not full and not wq.hasThreads():
/xnu-12377.61.12/osfmk/i386/
H A Dpcb.c153 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 DKernelCrypto.txt82 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 Dmemorystatus.md69 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 Dpageout_scan.md118 - If the compressor queues are full ("throttled"):
H A Dfreezer.md68 … 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 Derr_server.sub52 "(server/env_mgr) port table full",
234 "(server/xkernel) map full",
/xnu-12377.61.12/doc/debugging/
H A Dmacro_testing.md20 way a test can exercise full stack including SBAPI and expression handlers.
H A Dextensible_paniclog.md7 …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 Dsme.md20 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 Drecount.md97 Idle time has no user component and doesn't consume instructions or cycles, so a full usage structu…
H A Dcoalitions.md89 …ects attached to vouchers, which are sent along with Mach IPC messages. A full treatment of vouche…
/xnu-12377.61.12/tests/
H A Dpoll_select_kevent_paired_fds.c878 WR_DECL(desc_name, fd_pair, full, "the full string", FULL_WRITE, \
H A Dstackshot_tests.m288 // 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 DMakeInc.cmd124 # must resolve these to a full path and override SDKROOT.
H A DMakeInc.def733 # full for KASAN). This implies that we cannot use CFLAGS_$(CURRENT_KERNEL_CONFIG), because
/xnu-12377.61.12/config/
H A DMASTER617 # configuration option for full, partial, or no kernel debug event tracing
/xnu-12377.61.12/
H A DAPPLE_LICENSE321 continue in full force and effect. (b) Notwithstanding the foregoing,
/xnu-12377.61.12/bsd/net/
H A Dif_bridge.c6855 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 Dsched_clutch_edge.md282 …mber of CPUs in the cluster; so a cluster's shared resource is considered full if there are "n" ru…