Searched refs:down (Results 1 – 12 of 12) sorted by relevance
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | nd6_prproxy.c | 233 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-8792.41.9/doc/ |
| H A D | startup.md | 53 - `TUNABLE_WRITEABLE`: same as `TUNABLE` but the global will not be locked down. 278 Denotes that the kernel is locking down, this phase should never be hooked. 279 When the kernel locks down:
|
| H A D | sched_clutch_edge.md | 174 * Power gate or power down unused ACCs 179 * **Migrate "down" only**. Threads should migrate to clusters where execution efficiency won’t be s…
|
| H A D | debugging.md | 496 Try to narrow the problem down to an isolated piece of macro code:
|
| /xnu-8792.41.9/libsyscall/mach/ |
| H A D | err_kern.sub | 87 "(os/kern) remote node down", 150 "(os/unix) network is down", 164 "(os/unix) host is down",
|
| H A D | err_iokit.sub | 79 "(iokit/common) can't wire down physical memory", // 0x2de
|
| /xnu-8792.41.9/doc/memorystatus/ |
| H A D | overview.md | 112 …ibxpc/browse) reads the JetsamProperties database and passes these values down to the kernel via p… 118 … it's defined as `pageable_external + free + secluded_over_target + purgeable`. Breaking that down: 127 …asically `memorystatus_available_pages` is supposed to always be accurate down to a page level. On…
|
| /xnu-8792.41.9/tests/ |
| H A D | stackshot_block_owner_14362384.m | 265 action_name = "tear down"; 379 action_name = "tear down";
|
| H A D | stackshot_tests.m | 490 * write them to disk, and it wears down the SSDs.
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp.h | 818 u_int8_t down; member
|
| H A D | necp_client.c | 4748 .down = 0, in necp_update_client_result() 4787 throughput.down = direct_interface->if_estimated_down_bucket; in necp_update_client_result() 4820 if (throughput.up == 0 && throughput.down == 0) { in necp_update_client_result() 4822 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result() 4856 if (throughput.up != 0 || throughput.down != 0) { in necp_update_client_result()
|
| /xnu-8792.41.9/config/ |
| H A D | MASTER | 569 # statistics gathering, which will slow down the system
|