Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/vm/
H A Dvm_pageout.h438 struct ucd upl_commit_records[UPL_DEBUG_COMMIT_RECORDS]; member
H A Dvm_pageout.c5600 btref_put(upl->upl_commit_records[i].c_btref); in upl_destroy()
7656 upl->upl_commit_records[upl->upl_commit_index].c_btref = btref_get(__builtin_frame_address(0), 0); in upl_commit_range()
7657 upl->upl_commit_records[upl->upl_commit_index].c_beg = offset; in upl_commit_range()
7658 upl->upl_commit_records[upl->upl_commit_index].c_end = (offset + size); in upl_commit_range()
8409 upl->upl_commit_records[upl->upl_commit_index].c_btref = btref_get(__builtin_frame_address(0), 0); in upl_abort_range()
8410 upl->upl_commit_records[upl->upl_commit_index].c_beg = offset; in upl_abort_range()
8411 upl->upl_commit_records[upl->upl_commit_index].c_end = (offset + size); in upl_abort_range()
8412 upl->upl_commit_records[upl->upl_commit_index].c_aborted = 1; in upl_abort_range()