Home
last modified time | relevance | path

Searched refs:first_pg (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/vm/
H A Dvnode_pager.c603 int first_pg; in vnode_pagein() local
690 first_pg = 0; in vnode_pagein()
700 first_pg = upl_offset / PAGE_SIZE; in vnode_pagein()
710 for (last_pg = pages_in_upl - 1; last_pg >= first_pg; last_pg--) { in vnode_pagein()
714 if (last_pg == first_pg) { in vnode_pagein()
725 last_pg = first_pg; in vnode_pagein()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cluster.c781 int first_pg = assoc_upl_offset >> PAGE_SHIFT; in cluster_handle_associated_upl() local
786 if (check_first_pg && !upl_page_get_mark(assoc_pl, first_pg)) { in cluster_handle_associated_upl()
791 upl_page_set_mark(assoc_pl, first_pg, true); in cluster_handle_associated_upl()