Searched refs:bigobj (Results 1 – 4 of 4) sorted by relevance
| /src/sys/vm/ |
| H A D | vm_swapout.c | 224 vm_object_t obj, bigobj; in vm_swapout_map_deactivate_pages() local 230 bigobj = NULL; in vm_swapout_map_deactivate_pages() 242 (bigobj == NULL || in vm_swapout_map_deactivate_pages() 243 bigobj->resident_page_count < in vm_swapout_map_deactivate_pages() 245 if (bigobj != NULL) in vm_swapout_map_deactivate_pages() 246 VM_OBJECT_RUNLOCK(bigobj); in vm_swapout_map_deactivate_pages() 247 bigobj = obj; in vm_swapout_map_deactivate_pages() 256 if (bigobj != NULL) { in vm_swapout_map_deactivate_pages() 257 vm_swapout_object_deactivate(map->pmap, bigobj, desired); in vm_swapout_map_deactivate_pages() 258 VM_OBJECT_RUNLOCK(bigobj); in vm_swapout_map_deactivate_pages()
|
| /src/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 5061 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize; in ztest_dmu_read_write() local 5111 bigobj = od[0].od_object; in ztest_dmu_read_write() 5124 dmu_prefetch(os, bigobj, 0, n * chunksize, s * chunksize, in ztest_dmu_read_write() 5154 error = dmu_read(os, bigobj, bigoff, bigsize, bigbuf, in ztest_dmu_read_write() 5166 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write() 5168 dmu_tx_hold_write(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write() 5171 dmu_tx_hold_bonus(tx, bigobj); in ztest_dmu_read_write() 5186 dmu_object_set_checksum(os, bigobj, cksum, tx); in ztest_dmu_read_write() 5193 dmu_object_set_compress(os, bigobj, comp, tx); in ztest_dmu_read_write() 5254 VERIFY0(dmu_free_range(os, bigobj, bigoff, bigsize, tx)); in ztest_dmu_read_write() [all …]
|
| /src/contrib/googletest/googletest/cmake/ |
| H A D | internal_utils.cmake | 221 set(cxx_flags "${cxx_flags} -bigobj")
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 8681 def _SLASH_bigobj : CLIgnoredFlag<"bigobj">;
|