Searched refs:considered (Results 1 – 15 of 15) sorted by relevance
| /xnu-12377.81.4/bsd/miscfs/devfs/ |
| H A D | README | 21 with that node. The back node itself can be considered to be 24 to in the code as the dev_name. The devnode can be considered the inode. 102 a mount -u might be considered to be a request to 'refresh' the
|
| /xnu-12377.81.4/doc/vm/ |
| H A D | memorystatus_notify.md | 53 via swapping or compaction, and thus is considered "available".
|
| H A D | memorystatus_kills.md | 55 …IOR_LOW`. Daemons with `POSIX_SPAWN_JETSAM_RELAUNCH_BEHAVIOR_HIGH` are considered false idle by th…
|
| H A D | freezer.md | 64 Note that a thawed process, somewhat confusingly, is still considered frozen. This is because it ma…
|
| H A D | sanitize.md | 27 Types that are typically considered unsafe (i.e require sanitization) include:
|
| /xnu-12377.81.4/doc/allocators/ |
| H A D | read-only.md | 90 that we're making conscious, considered choices over which zones are made
|
| H A D | xnu-kernel-restricted.md | 10 …ng that some data allocations are never going to be shared, and can be considered kernel-private m…
|
| H A D | api-basics.md | 135 when this isn't possible, a zone should be considered.
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_resident.c | 7865 unsigned int npages = 0, considered = 0, scanned = 0; in vm_page_find_contiguous() local 7913 considered = 0; in vm_page_find_contiguous() 8009 if (free_available && considered <= MAX_CONSIDERED_BEFORE_YIELD) { in vm_page_find_contiguous() 8010 considered++; in vm_page_find_contiguous() 8025 if (considered > MAX_CONSIDERED_BEFORE_YIELD && npages <= 1) { in vm_page_find_contiguous() 8044 considered = 0; in vm_page_find_contiguous() 8050 considered++; in vm_page_find_contiguous()
|
| H A D | vm_pageout.c | 922 unsigned int considered; member 1744 …vm_pageout_stats[vm_pageout_stat_now].considered = (unsigned int)(tmp - last.vm_pageout_considered… 1783 if (vm_pageout_stats[vm_pageout_stat_now].considered) { 2018 if (vm_pageout_stats[vm_pageout_stat_now].considered || 2022 vm_pageout_stats[vm_pageout_stat_now].considered,
|
| /xnu-12377.81.4/doc/primitives/ |
| H A D | atomics.md | 141 atomic interfaces, but this header is considered obsolete
|
| /xnu-12377.81.4/doc/observability/ |
| H A D | coalitions.md | 77 …itself. In other words, both `*_billed_to_{me,others}` must be jointly considered for accurate acc…
|
| /xnu-12377.81.4/ |
| H A D | README.md | 396 1. `PRIVATE` : If defined, enclosed definitions are considered System
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | README.md | 179 …. This is important because single "#" based strings may be mistakenly considered in `unifdef` pro…
|
| /xnu-12377.81.4/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 284 …n the number of CPUs in the cluster; so a cluster's shared resource is considered full if there ar…
|