Home
last modified time | relevance | path

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

/xnu-8020.140.41/makedefs/
H A DMakeInc.rule440 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
447 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
454 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
487 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
492 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
499 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
506 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
513 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
520 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
527 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
H A DMakeInc.kernel39 # to the static link archive, along with the non-LTO objects (not linked, since ld -r on mach-o obj…
H A DMakeInc.def769 # aligned since ld64 will link with 16KB alignment for ARM64.
/xnu-8020.140.41/san/memory/
H A Dkasan-blacklist54 # XXX: could this be relaxed since fakestack is reentrant?
/xnu-8020.140.41/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.m167 T_ASSERT_POSIX_ZERO(ret, "set since timestamp %" PRIu64 " on stackshot config",
340 T_LOG("taking delta stackshot since time %" PRIu64, stackshot_time);
1196 T_LOG("taking delta stackshot since time %" PRIu64, stackshot_time);
/xnu-8020.140.41/bsd/miscfs/devfs/
H A DREADME110 2/ the routines have greatly simplified since release 1.1
/xnu-8020.140.41/libkern/zlib/
H A DREADME82 installed before testing (do "make install" before "make test"), since the
/xnu-8020.140.41/bsd/man/man2/
H A Dgetdirentriesattr.2162 However, since the variable is too small to hold an
/xnu-8020.140.41/doc/
H A Dsched_clutch_edge.md53 The `FIXPRI` bucket is special cased since it contains extremely latency sensitive threads. Since t…
283 …icy is different from the default scheduling policy of the edge scheduler since this always tries …
H A Ddebugging.md115 The six library is still required even if data is encoding manually, since it converts types.
/xnu-8020.140.41/iokit/DriverKit/
H A DIOService.iig428 * @discussion For use by DriverKit userspace services, since they can't set
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c6944 unsigned int since; local
6954 since = now.tv_sec - mb_wdtstart.tv_sec;
6963 if (since >= MB_WDT_MAXTIME) {
6965 mb_waiters, since, mbuf_dump());
6976 if (since >= MB_WDT_MAXTIME / 2) {
/xnu-8020.140.41/bsd/net/
H A Dpf_ioctl.c1337 pf_status.since = pf_calendar_time_second(); in pf_start()
1359 pf_status.since = pf_calendar_time_second(); in pf_stop()
1683 pf_status.since = pf_calendar_time_second(); in pfioctl()
H A Dpfvar.h1612 u_int64_t since __attribute__((aligned(8))); member
/xnu-8020.140.41/tools/lldbmacros/
H A DREADME.md413 …t into the dSYM for the kernel executable. This makes debugging very easy since they can get loade…