Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dnd6_prproxy.c234 struct nd6_prproxy_prelist *__single up, *__single down, *__single ndprl_tmp; in nd6_prproxy_prelist_setroute() local
297 SLIST_FOREACH_SAFE(down, down_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_prelist_setroute()
304 SLIST_REMOVE(down_head, down, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_prelist_setroute()
305 pr = down->ndprl_pr; in nd6_prproxy_prelist_setroute()
306 pr_up = down->ndprl_up; in nd6_prproxy_prelist_setroute()
347 nd6_ndprl_free(down); in nd6_prproxy_prelist_setroute()
360 struct nd6_prproxy_prelist *__single up, *__single down; in nd6_if_prproxy() local
461 down = nd6_ndprl_alloc(Z_WAITOK); in nd6_if_prproxy()
462 if (down == NULL) { in nd6_if_prproxy()
467 down->ndprl_pr = fwd; in nd6_if_prproxy()
[all …]
/xnu-12377.1.9/doc/lifecycle/
H A Dstartup.md55 - `TUNABLE_WRITEABLE`: same as `TUNABLE` but the global will not be locked down.
312 Denotes that the kernel is locking down, this phase should never be hooked.
313 When the kernel locks down:
H A Dhibernation.md150 * The machine powers down.
235 * The polling driver is closed down and regular wake proceeds.
/xnu-12377.1.9/libsyscall/mach/
H A Derr_kern.sub87 "(os/kern) remote node down",
150 "(os/unix) network is down",
164 "(os/unix) host is down",
H A Derr_iokit.sub79 "(iokit/common) can't wire down physical memory", // 0x2de
/xnu-12377.1.9/makedefs/
H A DMakeInc.dir32 # passed down to the sub-makes for each subdirectory. If it's anything
/xnu-12377.1.9/doc/vm/
H A Dmemorystatus.md107 …ibxpc/browse) reads the JetsamProperties database and passes these values down to the kernel via p…
113 … it's defined as `pageable_external + free + secluded_over_target + purgeable`. Breaking that down:
121 …asically `memorystatus_available_pages` is supposed to always be accurate down to a page level. On…
H A Dmemorystatus_notify.md99 majority of the memory not otherwise wired down or stolen by the operating
H A Dsanitize.md219 best choke point further down. For example the best choke point for the
/xnu-12377.1.9/doc/arm/
H A Dsme.md89 `PSTATE.{SM,ZA} = {0,0}` acts as a hint to the CPU that it may power down
211 `PSTATE.ZA`. This policy means that xnu issues the power-down hint
/xnu-12377.1.9/doc/scheduler/
H A Dsched_clutch_edge.md173 * Power gate or power down unused ACCs
178 * **Migrate "down" only**. Threads should migrate to clusters where execution efficiency won’t be s…
286 …core involved in the swap, preempting the P-core thread which then spills down onto the newly avai…
/xnu-12377.1.9/tests/
H A Dstackshot_block_owner_14362384.m265 action_name = "tear down";
379 action_name = "tear down";
H A Dstackshot_tests.m577 * write them to disk, and it wears down the SSDs.
/xnu-12377.1.9/doc/building/
H A Dbound_checks.md194 XNU engineers instead of bringing down the system. Although failing bounds
/xnu-12377.1.9/doc/debugging/
H A Ddebugging.md329 Try to narrow the problem down to an isolated piece of macro code:
/xnu-12377.1.9/bsd/net/
H A Dnecp.h910 u_int8_t down; member
H A Dnecp_client.c5145 .down = 0, in necp_update_client_result()
5190 throughput.down = direct_interface->if_estimated_down_bucket; in necp_update_client_result()
5228 if (throughput.up == 0 && throughput.down == 0) { in necp_update_client_result()
5230 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()
5269 if (throughput.up != 0 || throughput.down != 0) { in necp_update_client_result()
/xnu-12377.1.9/config/
H A DMASTER590 # statistics gathering, which will slow down the system