Searched refs:bigobj (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/vm/ |
| H A D | vm_swapout.c | 261 vm_object_t obj, bigobj; in vm_swapout_map_deactivate_pages() local 267 bigobj = NULL; in vm_swapout_map_deactivate_pages() 279 (bigobj == NULL || in vm_swapout_map_deactivate_pages() 280 bigobj->resident_page_count < in vm_swapout_map_deactivate_pages() 282 if (bigobj != NULL) in vm_swapout_map_deactivate_pages() 283 VM_OBJECT_RUNLOCK(bigobj); in vm_swapout_map_deactivate_pages() 284 bigobj = obj; in vm_swapout_map_deactivate_pages() 293 if (bigobj != NULL) { in vm_swapout_map_deactivate_pages() 294 vm_swapout_object_deactivate(map->pmap, bigobj, desired); in vm_swapout_map_deactivate_pages() 295 VM_OBJECT_RUNLOCK(bigobj); in vm_swapout_map_deactivate_pages()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 4738 bigobj = od[0].od_object; in ztest_dmu_read_write() 4793 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write() 4798 dmu_tx_hold_bonus(tx, bigobj); in ztest_dmu_read_write() 4813 dmu_object_set_checksum(os, bigobj, cksum, tx); in ztest_dmu_read_write() 4820 dmu_object_set_compress(os, bigobj, comp, tx); in ztest_dmu_read_write() 4901 VERIFY0(dmu_read(os, bigobj, bigoff, in ztest_dmu_read_write() 5025 bigobj = od[0].od_object; in ztest_dmu_read_write_zcopy() 5031 VERIFY0(dmu_object_info(os, bigobj, &doi)); in ztest_dmu_read_write_zcopy() 5124 error = dmu_read(os, bigobj, bigoff, bigsize, in ztest_dmu_read_write_zcopy() 5158 VERIFY(dmu_buf_hold(os, bigobj, off, in ztest_dmu_read_write_zcopy() [all …]
|
| /freebsd-14.2/contrib/googletest/googletest/cmake/ |
| H A D | internal_utils.cmake | 221 set(cxx_flags "${cxx_flags} -bigobj")
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 8352 def _SLASH_bigobj : CLIgnoredFlag<"bigobj">;
|