• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/vm/

Lines Matching defs:count

273  * manage the wired page count. vm_map_entry_copy() creates a new
274 * map entry to the same memory - the wired count in the new entry
277 * wire count; it's used for map splitting and zone changing in
817 * Adds another valid residence count to the given map.
844 * The map may not be in memory (i.e. zero residence count).
861 * Decrement residence count on a map; possibly causing swapout.
863 * The map must be in memory (i.e. non-zero residence count).
932 * In the case of swapout, there could be races on the residence count,
933 * so if the residence count is up, we return, assuming that a
956 * will detect the state and increment the reference count, causing
966 * 1) A map with a residence count of zero is either swapped, or
968 * 2) A map with a non-zero residence count is either resident,
993 * The residence count must be zero. If we raced with another
1049 * If we raced with a swapin and lost, the residence count
3435 * The kernel's wiring the memory. Just bump the count and continue.
3482 * The kernel is unwiring the memory. Just update the count.
3801 * the appropriate wire reference count.
4099 * count(s) on this entry. That should be fine
7114 * set its wired count to zero.
7623 * norma case. Bump the reference count for the
8457 mach_msg_type_number_t *count) /* IN/OUT */
8503 if (*count < VM_REGION_SUBMAP_INFO_COUNT_64) {
8504 if (*count < VM_REGION_SUBMAP_SHORT_INFO_COUNT_64) {
8512 *count = VM_REGION_SUBMAP_SHORT_INFO_COUNT_64;
8518 *count = VM_REGION_SUBMAP_INFO_COUNT_64;
8790 mach_msg_type_number_t *count, /* IN/OUT */
8807 if (*count < VM_REGION_BASIC_INFO_COUNT)
8811 *count = VM_REGION_BASIC_INFO_COUNT;
8852 if (*count < VM_REGION_BASIC_INFO_COUNT_64)
8856 *count = VM_REGION_BASIC_INFO_COUNT_64;
8896 if (*count < VM_REGION_EXTENDED_INFO_COUNT)
8900 *count = VM_REGION_EXTENDED_INFO_COUNT;
8941 if (*count < VM_REGION_TOP_INFO_COUNT)
8945 *count = VM_REGION_TOP_INFO_COUNT;
10954 /* count, it picks up the copy-on-write cases */
10957 /* but this would under count as only faulted-in mappings would */
11496 * The map residence count isn't decremented here because