Home
last modified time | relevance | path

Searched refs:since (Results 1 – 23 of 23) sorted by relevance

/xnu-11417.121.6/makedefs/
H A DMakeInc.rule565 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
572 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
579 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
612 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
617 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
624 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
631 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
638 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
645 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
652 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
H A DMakeInc.kernel37 # to the static link archive, along with the non-LTO objects (not linked, since ld -r on mach-o obj…
H A DMakeInc.def919 # aligned since ld64 will link with 16KB alignment for ARM64.
/xnu-11417.121.6/doc/primitives/
H A Dsched_cond.md44 2. If in the time since waking (B) and blocking (D), the consumer thread has been sent a wakeup (A)…
78 cond (G), signalling that it is inactive and checking for any wakeups that have been issued since t…
88 …read is active are guaranteed to be observed because the consumer will check for wakeups since the
/xnu-11417.121.6/doc/observability/
H A Dmt_stackshot.md35 It is important to note that since stackshot happens outside of the context of
57 Stackshot is given a fixed-size buffer upfront since it cannot allocate any
138 now take a stackshot if the system panicked during a stackshot, since state has
144 panics, it will not be able to acquire the debugger lock since it is already
H A Drecount.md111 The sequence lock doesn't need to be taken for these metrics since they're never updated simultaneo…
/xnu-11417.121.6/doc/arm/
H A Dsme.md136 Several SME registers aren't affected by these controls, since they have their
162 `TPIDR2_EL0`, `ZA`, or `ZT0` during kernel entry and exit, since there are no
175 `TPIDR2_EL0`, since its contents are valid even when EL0 isn't actually using
192 or `P` register files, since these will be updated on kernel exit.
240 Unfortunately since xnu has to disable streaming SVE mode to handle traps, it's
390 CPUs, since Apple's current SME implementation only allows SVE accesses inside
/xnu-11417.121.6/osfmk/kern/
H A Drecount.c1132 uint64_t since = now - processor->pr_recount.rpr_last_interrupt_enter_time_mach; in recount_leave_interrupt() local
1133 processor->pr_recount.rpr_interrupt_duration_mach += since; in recount_leave_interrupt()
1134 thread->th_recount.rth_interrupt_duration_mach += since; in recount_leave_interrupt()
/xnu-11417.121.6/doc/lifecycle/
H A Dhibernation.md175 was mapped by the booter is safe to call, since all the other wired pages are
224 computed. This is necessary since `ml_get_hwclock()` does not tick across
228 when the count is set to 1 (since the page is captured from within the
/xnu-11417.121.6/tests/vm/
H A Dtest_vm_no_pager.m61 // Status and signal will be empty since we took over exception handling
/xnu-11417.121.6/tests/
H A Dstackshot_idle_25570396.m216 /* Take a stackshot and a delta stackshot, measuring what changed since the previous
H A Dstackshot_block_owner_14362384.m239 /* perform various actions with a mutex in kernel memory. note that, since we aren't allowed
346 /* perform various actions with a rwlock in kernel memory. note that, since we aren't allowed
H A Dstackshot_tests.m208 T_ASSERT_POSIX_ZERO(ret, "set since timestamp %" PRIu64 " on stackshot config",
502 T_LOG("taking delta stackshot since time %" PRIu64, stackshot_time);
1366 T_LOG("taking delta stackshot since time %" PRIu64, stackshot_time);
/xnu-11417.121.6/libkern/zlib/
H A DREADME82 installed before testing (do "make install" before "make test"), since the
/xnu-11417.121.6/bsd/miscfs/devfs/
H A DREADME110 2/ the routines have greatly simplified since release 1.1
/xnu-11417.121.6/bsd/man/man2/
H A Dgetdirentriesattr.2162 However, since the variable is too small to hold an
/xnu-11417.121.6/doc/vm/
H A Dfreezer.md96 …d 30 when idle. Importantly, docked apps are not eligible for the freezer since they're not in the…
/xnu-11417.121.6/doc/scheduler/
H A Dsched_clutch_edge.md55 The `FIXPRI` bucket is special cased since it contains extremely latency sensitive threads. Since t…
282 …icy is different from the default scheduling policy of the edge scheduler since this always tries …
/xnu-11417.121.6/iokit/DriverKit/
H A DIOService.iig447 * @discussion For use by DriverKit userspace services, since they can't set
/xnu-11417.121.6/bsd/net/
H A Dpf_ioctl.c1432 pf_status.since = pf_calendar_time_second(); in pf_start()
1453 pf_status.since = pf_calendar_time_second(); in pf_stop()
1777 pf_status.since = pf_calendar_time_second(); in pfioctl()
H A Dpfvar.h1685 u_int64_t since __attribute__((aligned(8))); member
/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c8138 unsigned int since; local
8148 since = now.tv_sec - mb_wdtstart.tv_sec;
8157 if (since >= MB_WDT_MAXTIME) {
8159 mb_waiters, since, mbuf_dump());
8170 if (since >= MB_WDT_MAXTIME / 2) {
/xnu-11417.121.6/tools/lldbmacros/
H A DREADME.md433 …t into the dSYM for the kernel executable. This makes debugging very easy since they can get loade…