Searched refs:upl_page_present (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215.1.10/bsd/vm/ |
| H A D | vnode_pager.c | 426 if (upl_page_present(pl, --pg_index)) { in vnode_pageout() 489 if (!upl_page_present(pl, pg_index)) { in vnode_pageout() 700 if (upl_page_present(pl, last_pg)) { in vnode_pagein() 721 if (upl_page_present(pl, last_pg)) { in vnode_pagein() 761 if (!upl_page_present(pl, last_pg)) { in vnode_pagein() 777 … if ((!ignore_valid_page_check && upl_valid_page(pl, last_pg)) || !upl_page_present(pl, last_pg)) { in vnode_pagein()
|
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | memory_object_types.h | 801 extern boolean_t upl_page_present(upl_page_info_t *upl, int index);
|
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_swapfile_pager.c | 353 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in swapfile_pager_data_request()
|
| H A D | vm_apple_protect.c | 415 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in apple_protect_pager_data_request()
|
| H A D | vm_shared_region_pager.c | 585 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in shared_region_pager_data_request()
|
| H A D | vm_dyld_pager.c | 868 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in dyld_pager_data_request()
|
| H A D | vm_tests.c | 1054 assert(upl_page_present(pl, 0)); in vm_test_per_mapping_internal_accounting()
|
| H A D | vm_pageout.c | 9755 upl_page_present(upl_page_info_t *upl, int index) function
|
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_cluster.c | 5470 if (!upl_page_present(pl, i)) { in cluster_read_direct() 6109 if (upl_page_present(pl, last_pg)) { in advisory_read_ext() 6128 if (upl_page_present(pl, start_pg)) { in advisory_read_ext() 6140 if (!upl_page_present(pl, last_pg)) { in advisory_read_ext() 6707 if (upl_page_present(pl, last_pg)) { in cluster_push_now() 6730 if (upl_page_present(pl, start_pg)) { in cluster_push_now()
|