Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dnd6_prproxy.c233 struct nd6_prproxy_prelist *up, *down, *ndprl_tmp; in nd6_prproxy_prelist_setroute() local
296 SLIST_FOREACH_SAFE(down, down_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_prelist_setroute()
303 SLIST_REMOVE(down_head, down, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_prelist_setroute()
304 pr = down->ndprl_pr; in nd6_prproxy_prelist_setroute()
305 pr_up = down->ndprl_up; in nd6_prproxy_prelist_setroute()
346 nd6_ndprl_free(down); in nd6_prproxy_prelist_setroute()
359 struct nd6_prproxy_prelist *up, *down; in nd6_if_prproxy() local
460 down = nd6_ndprl_alloc(Z_WAITOK); in nd6_if_prproxy()
461 if (down == NULL) { in nd6_if_prproxy()
466 down->ndprl_pr = fwd; in nd6_if_prproxy()
[all …]
/xnu-8019.80.24/doc/
H A Dstartup.md53 - `TUNABLE_WRITEABLE`: same as `TUNABLE` but the global will not be locked down.
306 Denotes that the kernel is locking down, this phase should never be hooked.
307 When the kernel locks down:
H A Dsched_clutch_edge.md174 * Power gate or power down unused ACCs
179 * **Migrate "down" only**. Threads should migrate to clusters where execution efficiency won’t be s…
/xnu-8019.80.24/libsyscall/mach/
H A Derr_kern.sub87 "(os/kern) remote node down",
146 "(os/unix) network is down",
160 "(os/unix) host is down",
H A Derr_iokit.sub79 "(iokit/common) can't wire down physical memory", // 0x2de
/xnu-8019.80.24/config/
H A DMASTER596 # statistics gathering, which will slow down the system
618 # that IPL level has been raised down to SPL0 after some calls to
681 # statistics gathering, which will slow down the system,
/xnu-8019.80.24/tests/
H A Dstackshot_block_owner_14362384.m253 action_name = "tear down";
367 action_name = "tear down";
/xnu-8019.80.24/osfmk/mach/
H A Dtask.defs358 * JMM - Everything from here down is likely to go away soon
/xnu-8019.80.24/bsd/net/
H A Dnecp.h782 u_int8_t down; member
H A Dnecp_client.c4622 .down = 0, in necp_update_client_result()
4661 throughput.down = direct_interface->if_estimated_down_bucket; in necp_update_client_result()
4694 if (throughput.up == 0 && throughput.down == 0) { in necp_update_client_result()
4696 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()
4730 if (throughput.up != 0 || throughput.down != 0) { in necp_update_client_result()