| /xnu-8792.61.2/iokit/DriverKit/ ! |
| H A D | IODataQueueDispatchSource.iig | 83 …* @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 D | waitq.py | 229 full = '-A' in cmd_options 234 if not full and not wq.hasThreads():
|
| /xnu-8792.61.2/osfmk/i386/ ! |
| H A D | pcb.c | 151 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 D | overview.md | 74 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 D | freezer.md | 72 … 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 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-8792.61.2/libsyscall/mach/ ! |
| H A D | err_server.sub | 52 "(server/env_mgr) port table full", 234 "(server/xkernel) map full",
|
| /xnu-8792.61.2/doc/ ! |
| H A D | recount.md | 85 Idle time has no user component and doesn't consume instructions or cycles, so a full usage structu…
|
| H A D | sched_clutch_edge.md | 283 …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 D | poll_select_kevent_paired_fds.c | 877 WR_DECL(desc_name, fd_pair, full, "the full string", FULL_WRITE, \
|
| H A D | stackshot_tests.m | 318 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 D | MakeInc.cmd | 121 # must resolve these to a full path and override SDKROOT.
|
| H A D | MakeInc.def | 502 # full for KASAN). This implies that we cannot use CFLAGS_$(CURRENT_KERNEL_CONFIG), because
|
| /xnu-8792.61.2/config/ ! |
| H A D | MASTER | 596 # configuration option for full, partial, or no kernel debug event tracing
|
| /xnu-8792.61.2/ ! |
| H A D | APPLE_LICENSE | 321 continue in full force and effect. (b) Notwithstanding the foregoing,
|
| /xnu-8792.61.2/bsd/net/ ! |
| H A D | if_bridge.c | 6731 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 ||
|