Searched refs:fast (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.61.12/doc/primitives/ |
| H A D | sched_cond.md | 9 `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 D | mld6_var.h | 238 bool fast; /* fast timer */ member
|
| H A D | mld6.c | 1594 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 D | igmp_var.h | 320 bool fast; /* fast timer */ member
|
| H A D | igmp.c | 1904 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 D | IOEventLink.iig | 55 * IOEventLink allows for fast IPC, suitable for 61 * for fast signaling.
|
| /xnu-12377.61.12/tests/ |
| H A D | disk_mount_conditioner.m | 298 …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 D | read-only.md | 29 frequent, fast and easy read/write access to memory. Unfortunately, these are
|
| /xnu-12377.61.12/doc/observability/ |
| H A D | recount.md | 9 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 D | pageout_scan.md | 68 * Reclaim "cheap" memory from any other subsystems. These must be fast and non-blocking.
|