Home
last modified time | relevance | path

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

/xnu-8792.41.9/doc/
H A Dsched_cond.md4 `assert_wait`/`thread_block` & `thread_wake` patterns with fast paths.
46 `sched_cond_t` and its functions provide fast paths for (1) and (2) by wrapping `thread_wake_thread…
H A Drecount.md5 ARM64 devices with a fast timebase read and Intel devices can track time spent in the kernel (syste…
/xnu-8792.41.9/bsd/netinet6/
H A Dmld6_var.h238 bool fast; /* fast timer */ member
H A Dmld6.c1598 mld_sched_timeout(mtp->fast); in mld_set_timeout()
1607 mtp->fast = true; in mld_set_fast_timeout()
1624 bool fast = arg != NULL; in mld_timeout() local
1641 current_state_timers_running6, state_change_timers_running6, fast)); in mld_timeout()
1643 if (fast) { in mld_timeout()
1851 mld_sched_timeout(bool fast) in mld_sched_timeout() argument
1859 int sched_hz = fast ? 0 : hz; in mld_sched_timeout()
1860 void *arg = fast ? (void *)mld_sched_timeout : NULL; in mld_sched_timeout()
/xnu-8792.41.9/bsd/netinet/
H A Digmp_var.h320 bool fast; /* fast timer */ member
H A Digmp.c1902 igmp_sched_timeout(itp->fast); in igmp_set_timeout()
1911 itp->fast = true; in igmp_set_fast_timeout()
1928 bool fast = arg != NULL; in igmp_timeout() local
1944 fast)); in igmp_timeout()
1946 if (fast) { in igmp_timeout()
2093 igmp_sched_timeout(bool fast) in igmp_sched_timeout() argument
2101 int sched_hz = fast ? 0 : hz; in igmp_sched_timeout()
2102 void *arg = fast ? (void *)igmp_sched_timeout : NULL; in igmp_sched_timeout()
/xnu-8792.41.9/iokit/DriverKit/
H A DIOEventLink.iig55 * IOEventLink allows for fast IPC, suitable for
61 * for fast signaling.
/xnu-8792.41.9/doc/allocators/
H A Dread-only.md27 frequent, fast and easy read/write access to memory. Unfortunately, these are