Home
last modified time | relevance | path

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

/xnu-11417.140.69/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
/xnu-11417.140.69/tools/lldbmacros/
H A Dwaitq.py216 full = '-A' in cmd_options
221 if not full and not wq.hasThreads():
/xnu-11417.140.69/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);
713 set_thread_state64(thread_t thread, void *state, int full) in set_thread_state64() argument
718 if (full == TRUE) { in set_thread_state64()
757 if (full == FALSE) { in set_thread_state64()
805 get_thread_state64(thread_t thread, void *state, boolean_t full) in get_thread_state64() argument
810 if (full == TRUE) { in get_thread_state64()
840 if (full == TRUE) { in get_thread_state64()
/xnu-11417.140.69/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-11417.140.69/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/memorysta…
H A Dfreezer.md68 … try to freeze new processes before doing re-freezes. Once the freezer is full or we have no more …
/xnu-11417.140.69/libsyscall/mach/
H A Derr_server.sub52 "(server/env_mgr) port table full",
234 "(server/xkernel) map full",
/xnu-11417.140.69/doc/debugging/
H A Dmacro_testing.md20 way a test can exercise full stack including SBAPI and expression handlers.
/xnu-11417.140.69/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-11417.140.69/doc/observability/
H A Drecount.md97 Idle time has no user component and doesn't consume instructions or cycles, so a full usage structu…
/xnu-11417.140.69/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.m287 // This only works on full stackshots, so we skip it for DELTAs,
403 T_EXPECT_EQ(oldlen, sizeof (*out), "kernel should update full stats structure");
498 T_LOG("taking full stackshot");
956 T_DECL(exec, "test getting full task snapshots for a task that execs", T_META_TAG_VM_PREFERRED)
1362 T_LOG("taking full stackshot");
/xnu-11417.140.69/makedefs/
H A DMakeInc.cmd124 # must resolve these to a full path and override SDKROOT.
H A DMakeInc.def679 # full for KASAN). This implies that we cannot use CFLAGS_$(CURRENT_KERNEL_CONFIG), because
/xnu-11417.140.69/config/
H A DMASTER615 # configuration option for full, partial, or no kernel debug event tracing
/xnu-11417.140.69/
H A DAPPLE_LICENSE321 continue in full force and effect. (b) Notwithstanding the foregoing,
/xnu-11417.140.69/bsd/net/
H A Dif_bridge.c6833 bridge_rtflush(struct bridge_softc *sc, int full)
6840 if (full || (brt->brt_flags & IFBAF_TYPEMASK) == IFBAF_DYNAMIC) {
6877 bridge_rtdelete(struct bridge_softc *sc, struct ifnet *ifp, int full)
6884 if (brt->brt_ifp == ifp && (full ||
/xnu-11417.140.69/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…