Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_pageout.h438 struct ucd upl_commit_records[UPL_DEBUG_COMMIT_RECORDS]; member
H A Dvm_pageout.c5625 btref_put(upl->upl_commit_records[i].c_btref); in upl_destroy()
7673 upl->upl_commit_records[upl->upl_commit_index].c_btref = btref_get(__builtin_frame_address(0), 0); in upl_commit_range()
7674 upl->upl_commit_records[upl->upl_commit_index].c_beg = offset; in upl_commit_range()
7675 upl->upl_commit_records[upl->upl_commit_index].c_end = (offset + size); in upl_commit_range()
8426 upl->upl_commit_records[upl->upl_commit_index].c_btref = btref_get(__builtin_frame_address(0), 0); in upl_abort_range()
8427 upl->upl_commit_records[upl->upl_commit_index].c_beg = offset; in upl_abort_range()
8428 upl->upl_commit_records[upl->upl_commit_index].c_end = (offset + size); in upl_abort_range()
8429 upl->upl_commit_records[upl->upl_commit_index].c_aborted = 1; in upl_abort_range()