Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/vm/
H A Dvm_pageout.h435 struct ucd upl_commit_records[UPL_DEBUG_COMMIT_RECORDS]; member
H A Dvm_pageout.c5584 btref_put(upl->upl_commit_records[i].c_btref); in upl_destroy()
7630 upl->upl_commit_records[upl->upl_commit_index].c_btref = btref_get(__builtin_frame_address(0), 0); in upl_commit_range()
7631 upl->upl_commit_records[upl->upl_commit_index].c_beg = offset; in upl_commit_range()
7632 upl->upl_commit_records[upl->upl_commit_index].c_end = (offset + size); in upl_commit_range()
8383 upl->upl_commit_records[upl->upl_commit_index].c_btref = btref_get(__builtin_frame_address(0), 0); in upl_abort_range()
8384 upl->upl_commit_records[upl->upl_commit_index].c_beg = offset; in upl_abort_range()
8385 upl->upl_commit_records[upl->upl_commit_index].c_end = (offset + size); in upl_abort_range()
8386 upl->upl_commit_records[upl->upl_commit_index].c_aborted = 1; in upl_abort_range()