Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/bsd/netinet6/
H A Dmld6_var.h238 bool fast; /* fast timer */ member
H A Dmld6.c1601 if (mtp->fast) { in mld_set_timeout()
1614 mtp->fast = true; in mld_set_fast_timeout()
1631 bool fast = arg0 != NULL; in mld_timeout() local
1648 current_state_timers_running6, state_change_timers_running6, fast)); in mld_timeout()
1650 if (fast) { in mld_timeout()
1848 if (fast) { in mld_timeout()
/xnu-10063.141.1/bsd/netinet/
H A Digmp_var.h320 bool fast; /* fast timer */ member
H A Digmp.c1911 if (itp->fast) { in igmp_set_timeout()
1924 itp->fast = true; in igmp_set_fast_timeout()
1941 bool fast = arg0 != NULL; in igmp_timeout() local
1957 fast)); in igmp_timeout()
1959 if (fast) { in igmp_timeout()
2096 if (fast) { in igmp_timeout()
/xnu-10063.141.1/iokit/DriverKit/
H A DIOEventLink.iig55 * IOEventLink allows for fast IPC, suitable for
61 * for fast signaling.
/xnu-10063.141.1/doc/allocators/
H A Dread-only.md29 frequent, fast and easy read/write access to memory. Unfortunately, these are
/xnu-10063.141.1/doc/observability/
H A Drecount.md9 ARM64 devices with a fast timebase read and Intel devices can track time spent in the kernel (syste…