Home
last modified time | relevance | path

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

/xnu-12377.81.4/libkern/os/
H A Dcpp_util.h105 constexpr T && forward(os::remove_reference_t<T>&t) noexcept {
110 constexpr T && forward(os::remove_reference_t<T>&& t) noexcept {
/xnu-12377.81.4/libkern/libkern/c++/
H A Dintrusive_shared_ptr.h59 constexpr T && forward(remove_reference_t<T>&t) noexcept {
64 constexpr T && forward(remove_reference_t<T>&& t) noexcept {
/xnu-12377.81.4/doc/vm/
H A Dpageout_scan.md113 allow the rest of the system to make forward progress.
177 of pages, then reclaim the page anyway to ensure forward progress is made.\*
H A Dfreezer.md28 …mapped into the same process in multiple places though, so we do a quick forward scan in the map a…
/xnu-12377.81.4/doc/arm/
H A Dapple_speculative_hardening.md540 Next, the pass performs a forward taint analysis on each of the remaining GEPs
578 // arrayidx2 is potentially far OOB and initiates a forward taint
592 // arrayidx3 is potentially far OOB and initiates a forward taint
596 // new_ptr is potentially far OOB and initiates its own a forward taint.
/xnu-12377.81.4/doc/building/
H A Dxnu_build_consolidation.md16 builds across different SoCs moving forward.
/xnu-12377.81.4/bsd/netinet/
H A Dip_input.c2443 int opt, optlen, cnt, off, type = ICMP_PARAMPROB, forward = 0; in ip_dooptions() local
2596 forward = !IN_MULTICAST(ntohl(ip->ip_dst.s_addr)); in ip_dooptions()
2716 if (forward && ipforwarding) { in ip_dooptions()
/xnu-12377.81.4/osfmk/mach/
H A Dvm_map.defs263 * The behavior value is one of {default, random, forward
H A Dmach_vm.defs308 * The behavior value is one of {default, random, forward
/xnu-12377.81.4/bsd/net/
H A Dif_bridge.c8557 mblist forward;
8562 mblist_init(&forward);
8579 mblist_append(&forward, scan);
8590 *forward_head = forward.head;
9819 mbuf_ref_t forward = NULL;
9824 list.head, &forward);
9834 if (forward != NULL) {
9836 forward);