Home
last modified time | relevance | path

Searched refs:considered (Results 1 – 13 of 13) sorted by relevance

/xnu-11417.121.6/bsd/miscfs/devfs/
H A DREADME21 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-11417.121.6/doc/vm/
H A Dmemorystatus_notify.md53 via swapping or compaction, and thus is considered "available".
H A Dmemorystatus_kills.md53 …IOR_LOW`. Daemons with `POSIX_SPAWN_JETSAM_RELAUNCH_BEHAVIOR_HIGH` are considered false idle by th…
H A Dfreezer.md64 Note that a thawed process, somewhat confusingly, is still considered frozen. This is because it ma…
H A Dsanitize.md27 Types that are typically considered unsafe (i.e require sanitization) include:
/xnu-11417.121.6/doc/allocators/
H A Dread-only.md90 that we're making conscious, considered choices over which zones are made
H A Dapi-basics.md135 when this isn't possible, a zone should be considered.
/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c6786 unsigned int npages = 0, considered = 0, scanned = 0; in vm_page_find_contiguous() local
6834 considered = 0; in vm_page_find_contiguous()
6928 if (free_available && considered <= MAX_CONSIDERED_BEFORE_YIELD) { in vm_page_find_contiguous()
6929 considered++; in vm_page_find_contiguous()
6944 if (considered > MAX_CONSIDERED_BEFORE_YIELD && npages <= 1) { in vm_page_find_contiguous()
6963 considered = 0; in vm_page_find_contiguous()
6969 considered++; in vm_page_find_contiguous()
H A Dvm_pageout.c909 unsigned int considered; member
1707 …vm_pageout_stats[vm_pageout_stat_now].considered = (unsigned int)(tmp - last.vm_pageout_considered…
1739 if (vm_pageout_stats[vm_pageout_stat_now].considered) {
1850 if (vm_pageout_stats[vm_pageout_stat_now].considered ||
1854 vm_pageout_stats[vm_pageout_stat_now].considered,
/xnu-11417.121.6/doc/primitives/
H A Datomics.md141 atomic interfaces, but this header is considered obsolete
/xnu-11417.121.6/
H A DREADME.md396 1. `PRIVATE` : If defined, enclosed definitions are considered System
/xnu-11417.121.6/tools/lldbmacros/
H A DREADME.md178 …. This is important because single "#" based strings may be mistakenly considered in `unifdef` pro…
/xnu-11417.121.6/doc/scheduler/
H A Dsched_clutch_edge.md282 …n the number of CPUs in the cluster; so a cluster's shared resource is considered full if there ar…