Searched refs:upl_page_present (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.81.4/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.81.4/osfmk/mach/ |
| H A D | memory_object_types.h | 807 extern boolean_t upl_page_present(upl_page_info_t *upl, int index);
|
| /xnu-12377.81.4/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_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_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_dyld_pager.c | 1054 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in dyld_pager_data_request()
|
| H A D | vm_tests.c | 1072 assert(upl_page_present(pl, 0)); in vm_test_per_mapping_internal_accounting()
|
| H A D | vm_pageout.c | 10213 upl_page_present(upl_page_info_t *upl, int index) function
|
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_cluster.c | 5794 if (!upl_page_present(pl, i)) { in cluster_read_direct() 6449 if (upl_page_present(pl, last_pg)) { in advisory_read_ext() 6468 if (upl_page_present(pl, start_pg)) { in advisory_read_ext() 6480 if (!upl_page_present(pl, last_pg)) { in advisory_read_ext() 7047 if (upl_page_present(pl, last_pg)) { in cluster_push_now() 7070 if (upl_page_present(pl, start_pg)) { in cluster_push_now()
|