Searched refs:bigobj (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/vm/ |
| H A D | vm_swapout.c | 263 vm_object_t obj, bigobj; in vm_swapout_map_deactivate_pages() local 269 bigobj = NULL; in vm_swapout_map_deactivate_pages() 281 (bigobj == NULL || in vm_swapout_map_deactivate_pages() 282 bigobj->resident_page_count < in vm_swapout_map_deactivate_pages() 284 if (bigobj != NULL) in vm_swapout_map_deactivate_pages() 285 VM_OBJECT_RUNLOCK(bigobj); in vm_swapout_map_deactivate_pages() 286 bigobj = obj; in vm_swapout_map_deactivate_pages() 295 if (bigobj != NULL) { in vm_swapout_map_deactivate_pages() 296 vm_swapout_object_deactivate(map->pmap, bigobj, desired); in vm_swapout_map_deactivate_pages() 297 VM_OBJECT_RUNLOCK(bigobj); in vm_swapout_map_deactivate_pages()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 4711 bigobj = od[0].od_object; in ztest_dmu_read_write() 4766 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write() 4771 dmu_tx_hold_bonus(tx, bigobj); in ztest_dmu_read_write() 4786 dmu_object_set_checksum(os, bigobj, cksum, tx); in ztest_dmu_read_write() 4793 dmu_object_set_compress(os, bigobj, comp, tx); in ztest_dmu_read_write() 4874 VERIFY0(dmu_read(os, bigobj, bigoff, in ztest_dmu_read_write() 4994 bigobj = od[0].od_object; in ztest_dmu_read_write_zcopy() 5000 VERIFY0(dmu_object_info(os, bigobj, &doi)); in ztest_dmu_read_write_zcopy() 5093 error = dmu_read(os, bigobj, bigoff, bigsize, in ztest_dmu_read_write_zcopy() 5128 VERIFY(dmu_buf_hold(os, bigobj, off, in ztest_dmu_read_write_zcopy() [all …]
|
| /freebsd-13.1/contrib/googletest/googletest/cmake/ |
| H A D | internal_utils.cmake | 209 set(cxx_flags "${cxx_flags} -bigobj")
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 6239 def _SLASH_bigobj : CLIgnoredFlag<"bigobj">;
|