Home
last modified time | relevance | path

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

12

/xnu-12377.41.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…
/xnu-12377.41.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-12377.41.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 Dcoalitions.md19 Coalition IDs are not re-used (they are assigned monotonically by the kernel). However, since empty…
53 Calculating the current resource usage of a coalition is a surprisingly tricky process, since data …
H A Drecount.md111 The sequence lock doesn't need to be taken for these metrics since they're never updated simultaneo…
/xnu-12377.41.6/san/memory/
H A Dkasan-denylist60 # XXX: could this be relaxed since fakestack is reentrant?
/xnu-12377.41.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
H A Dapple_speculative_hardening.md312 since the probability of success is heavily influenced by the number zones
536 hardening sites in most normal programs, since SCEV can draw no meaningful
603 // new_offset's load, arrayidx3 must be hardened. Additionally, since new_ptr
/xnu-12377.41.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-12377.41.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-12377.41.6/doc/vm/
H A Dpageout_scan.md128 has been referenced since deactivation, it will be reactivated (barring
175 5. If the page has been referenced since we identified it as a victim, consider
H A Dfreezer.md96 …d 30 when idle. Importantly, docked apps are not eligible for the freezer since they're not in the…
/xnu-12377.41.6/tests/vm/
H A Dtest_vm_no_pager.m61 // Status and signal will be empty since we took over exception handling
/xnu-12377.41.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
/xnu-12377.41.6/libkern/zlib/
H A DREADME82 installed before testing (do "make install" before "make test"), since the
/xnu-12377.41.6/bsd/miscfs/devfs/
H A DREADME110 2/ the routines have greatly simplified since release 1.1
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c4461 unsigned int since; local
4471 since = now.tv_sec - mb_wdtstart.tv_sec;
4480 if (since >= MB_WDT_MAXTIME) {
4482 mb_waiters, since, mbuf_dump());
4493 if (since >= MB_WDT_MAXTIME / 2) {
/xnu-12377.41.6/tests/unit/
H A DREADME.md70 This make target adds the unit-tests executables that were built since the last `clean` to the `com…
/xnu-12377.41.6/bsd/man/man2/
H A Dgetdirentriesattr.2162 However, since the variable is too small to hold an
/xnu-12377.41.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-12377.41.6/iokit/DriverKit/
H A DIOService.iig464 * @discussion For use by DriverKit userspace services, since they can't set
/xnu-12377.41.6/bsd/net/
H A Dpf_ioctl.c1433 pf_status.since = pf_calendar_time_second(); in pf_start()
1454 pf_status.since = pf_calendar_time_second(); in pf_stop()
1778 pf_status.since = pf_calendar_time_second(); in pfioctl()
/xnu-12377.41.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…

12