Home
last modified time | relevance | path

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

/xnu-8792.61.2/iokit/DriverKit/ !
H A DIODataQueueDispatchSource.iig83 …* @brief As a producer, set the handler block to run when the queue becomes non-full, after …
148 * kIOReturnOverrun if the queue was full.
175 * kIOReturnOverrun if the queue was full.
185 * kIOReturnOverrun if the queue is full
196 * kIOReturnOverrun if the queue is full
/xnu-8792.61.2/tools/lldbmacros/ !
H A Dwaitq.py229 full = '-A' in cmd_options
234 if not full and not wq.hasThreads():
/xnu-8792.61.2/osfmk/i386/ !
H A Dpcb.c151 get_thread_state64(thread_t thread, void *ts, boolean_t full);
157 set_thread_state64(thread_t thread, void *ts, boolean_t full);
711 set_thread_state64(thread_t thread, void *state, int full) in set_thread_state64() argument
716 if (full == TRUE) { in set_thread_state64()
755 if (full == FALSE) { in set_thread_state64()
803 get_thread_state64(thread_t thread, void *state, boolean_t full) in get_thread_state64() argument
808 if (full == TRUE) { in get_thread_state64()
838 if (full == TRUE) { in get_thread_state64()
/xnu-8792.61.2/doc/memorystatus/ !
H A Doverview.md74 thread is woken up *blindly* and it will do a full system health check.
99 See the full jetsam band reference on [confluence](https://confluence.sd.apple.com/display/allOSSys…
103 The memorystatus subsystem is heavily intertwined with daemon lifecycle. A full discussion of daemo…
150 …rocesses under memory pressure and demoting processes when the freezer is full. See `doc/memorysta…
H A Dfreezer.md72 … try to freeze new processes before doing re-freezes. Once the freezer is full or we have no more …
/xnu-8792.61.2/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-8792.61.2/libsyscall/mach/ !
H A Derr_server.sub52 "(server/env_mgr) port table full",
234 "(server/xkernel) map full",
/xnu-8792.61.2/doc/ !
H A Drecount.md85 Idle time has no user component and doesn't consume instructions or cycles, so a full usage structu…
H A Dsched_clutch_edge.md283 …mber of CPUs in the cluster; so a cluster's shared resource is considered full if there are "n" ru…
/xnu-8792.61.2/tests/ !
H A Dpoll_select_kevent_paired_fds.c877 WR_DECL(desc_name, fd_pair, full, "the full string", FULL_WRITE, \
H A Dstackshot_tests.m318 T_EXPECT_EQ(oldlen, sizeof (*out), "kernel should update full stats structure");
413 T_LOG("taking full stackshot");
867 T_DECL(exec, "test getting full task snapshots for a task that execs")
1269 T_LOG("taking full stackshot");
/xnu-8792.61.2/makedefs/ !
H A DMakeInc.cmd121 # must resolve these to a full path and override SDKROOT.
H A DMakeInc.def502 # full for KASAN). This implies that we cannot use CFLAGS_$(CURRENT_KERNEL_CONFIG), because
/xnu-8792.61.2/config/ !
H A DMASTER596 # configuration option for full, partial, or no kernel debug event tracing
/xnu-8792.61.2/ !
H A DAPPLE_LICENSE321 continue in full force and effect. (b) Notwithstanding the foregoing,
/xnu-8792.61.2/bsd/net/ !
H A Dif_bridge.c6731 bridge_rtflush(struct bridge_softc *sc, int full)
6738 if (full || (brt->brt_flags & IFBAF_TYPEMASK) == IFBAF_DYNAMIC) {
6775 bridge_rtdelete(struct bridge_softc *sc, struct ifnet *ifp, int full)
6782 if (brt->brt_ifp == ifp && (full ||