Home
last modified time | relevance | path

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

/xnu-10002.41.9/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()
7653 upl->upl_commit_records[upl->upl_commit_index].c_btref = btref_get(__builtin_frame_address(0), 0); in upl_commit_range()
7654 upl->upl_commit_records[upl->upl_commit_index].c_beg = offset; in upl_commit_range()
7655 upl->upl_commit_records[upl->upl_commit_index].c_end = (offset + size); in upl_commit_range()
8406 upl->upl_commit_records[upl->upl_commit_index].c_btref = btref_get(__builtin_frame_address(0), 0); in upl_abort_range()
8407 upl->upl_commit_records[upl->upl_commit_index].c_beg = offset; in upl_abort_range()
8408 upl->upl_commit_records[upl->upl_commit_index].c_end = (offset + size); in upl_abort_range()
8409 upl->upl_commit_records[upl->upl_commit_index].c_aborted = 1; in upl_abort_range()