Home
last modified time | relevance | path

Searched refs:fast (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.61.12/doc/primitives/
H A Dsched_cond.md9 `assert_wait`/`thread_block` & `thread_wake` patterns with fast paths.
51 `sched_cond_t` and its functions provide fast paths for (1) and (2) by wrapping `thread_wake_thread…
/xnu-12377.61.12/bsd/netinet6/
H A Dmld6_var.h238 bool fast; /* fast timer */ member
H A Dmld6.c1594 if (mtp->fast) { in mld_set_timeout()
1607 mtp->fast = true; in mld_set_fast_timeout()
1624 bool fast = arg0 != NULL; in mld_timeout() local
1641 current_state_timers_running6, state_change_timers_running6, fast)); in mld_timeout()
1643 if (fast) { in mld_timeout()
1841 if (fast) { in mld_timeout()
/xnu-12377.61.12/bsd/netinet/
H A Digmp_var.h320 bool fast; /* fast timer */ member
H A Digmp.c1904 if (itp->fast) { in igmp_set_timeout()
1917 itp->fast = true; in igmp_set_fast_timeout()
1934 bool fast = arg0 != NULL; in igmp_timeout() local
1950 fast)); in igmp_timeout()
1952 if (fast) { in igmp_timeout()
2089 if (fast) { in igmp_timeout()
/xnu-12377.61.12/iokit/DriverKit/
H A DIOEventLink.iig55 * IOEventLink allows for fast IPC, suitable for
61 * for fast signaling.
/xnu-12377.61.12/tests/
H A Ddisk_mount_conditioner.m298 …T_ASSERT_LT_ULLONG(elapsed_nsec, expected_nsec, "DMC disabled read(%ld) is reasonably fast", READS…
322 …T_ASSERT_LT_ULLONG(elapsed_nsec, expected_nsec, "After disabling DMC read(%ld) is reasonably fast"…
/xnu-12377.61.12/doc/allocators/
H A Dread-only.md29 frequent, fast and easy read/write access to memory. Unfortunately, these are
/xnu-12377.61.12/doc/observability/
H A Drecount.md9 ARM64 devices with a fast timebase read and Intel devices can track time spent in the kernel (syste…
/xnu-12377.61.12/doc/vm/
H A Dpageout_scan.md68 * Reclaim "cheap" memory from any other subsystems. These must be fast and non-blocking.