Searched refs:upl_page_present (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.1.9/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() 711 if (upl_page_present(pl, last_pg)) { in vnode_pagein() 732 if (upl_page_present(pl, last_pg)) { in vnode_pagein() 772 if (!upl_page_present(pl, last_pg)) { in vnode_pagein() 788 … if ((!ignore_valid_page_check && upl_valid_page(pl, last_pg)) || !upl_page_present(pl, last_pg)) { in vnode_pagein()
|
| /xnu-12377.1.9/osfmk/mach/ |
| H A D | memory_object_types.h | 806 extern boolean_t upl_page_present(upl_page_info_t *upl, int index);
|
| /xnu-12377.1.9/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 | 413 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 | 589 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in shared_region_pager_data_request()
|
| H A D | vm_dyld_pager.c | 1051 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in dyld_pager_data_request()
|
| H A D | vm_tests.c | 1069 assert(upl_page_present(pl, 0)); in vm_test_per_mapping_internal_accounting()
|
| H A D | vm_pageout.c | 9944 upl_page_present(upl_page_info_t *upl, int index) function
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_cluster.c | 5775 if (!upl_page_present(pl, i)) { in cluster_read_direct() 6414 if (upl_page_present(pl, last_pg)) { in advisory_read_ext() 6433 if (upl_page_present(pl, start_pg)) { in advisory_read_ext() 6445 if (!upl_page_present(pl, last_pg)) { in advisory_read_ext() 7012 if (upl_page_present(pl, last_pg)) { in cluster_push_now() 7035 if (upl_page_present(pl, start_pg)) { in cluster_push_now()
|