Searched refs:page_count (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dhibernate_i386.c59 uint32_t pages, page_count; local
146 page_count = 0;
149 page_count += pages;
158 list->page_count = page_count;
/darwin-on-arm/xnu/osfmk/kern/
H A Dhibernate.c86 gobble_count = (uint32_t)((((uint64_t) page_list->page_count) * ((uint64_t) free_page_ratio)) / 100);
H A Dzalloc.c2874 int page_count; local
2882 page_count = 1;
2892 } else if (next_free_page_address != (free_page_address + (PAGE_SIZE * page_count)))
2896 page_count++;
2898 kmem_free(zone_map, free_page_address, page_count * PAGE_SIZE);
2900 zgc_stats.pgs_freed += page_count;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOHibernatePrivate.h141 uint32_t page_count; member in struct:hibernate_page_list_t
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.h158 int page_count,
H A Dvm_resident.c3472 unsigned int page_count; local
3476 page_count = 1;
3481 printf("pages %p page_count %d npages %d\n", pages, page_count, npages);
3485 ++page_count;
3487 if (page_count != npages) {
3489 pages, page_count, npages);
4427 int page_count,
4438 for (i = 0; i < page_count; i++) {
5123 uint32_t pages = page_list->page_count;
4426 vm_page_alloc_list( int page_count, int flags, vm_page_t *list) argument
[all...]

Completed in 93 milliseconds