Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_swapout.c258 vm_object_t obj, bigobj; in vm_swapout_map_deactivate_pages() local
264 bigobj = NULL; in vm_swapout_map_deactivate_pages()
276 (bigobj == NULL || in vm_swapout_map_deactivate_pages()
277 bigobj->resident_page_count < in vm_swapout_map_deactivate_pages()
279 if (bigobj != NULL) in vm_swapout_map_deactivate_pages()
280 VM_OBJECT_RUNLOCK(bigobj); in vm_swapout_map_deactivate_pages()
281 bigobj = obj; in vm_swapout_map_deactivate_pages()
290 if (bigobj != NULL) { in vm_swapout_map_deactivate_pages()
291 vm_swapout_object_deactivate(map->pmap, bigobj, desired); in vm_swapout_map_deactivate_pages()
292 VM_OBJECT_RUNLOCK(bigobj); in vm_swapout_map_deactivate_pages()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c4580 bigobj = od[0].od_object; in ztest_dmu_read_write()
4635 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()
4640 dmu_tx_hold_bonus(tx, bigobj); in ztest_dmu_read_write()
4655 dmu_object_set_checksum(os, bigobj, cksum, tx); in ztest_dmu_read_write()
4662 dmu_object_set_compress(os, bigobj, comp, tx); in ztest_dmu_read_write()
4743 VERIFY(0 == dmu_read(os, bigobj, bigoff, in ztest_dmu_read_write()
4863 bigobj = od[0].od_object; in ztest_dmu_read_write_zcopy()
4869 VERIFY(dmu_object_info(os, bigobj, &doi) == 0); in ztest_dmu_read_write_zcopy()
4962 error = dmu_read(os, bigobj, bigoff, bigsize, in ztest_dmu_read_write_zcopy()
4997 VERIFY(dmu_buf_hold(os, bigobj, off, in ztest_dmu_read_write_zcopy()
[all …]