Home
last modified time | relevance | path

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

/freebsd-12.1/sys/vm/
H A Dvm_swapout.c270 vm_object_t obj, bigobj; in vm_swapout_map_deactivate_pages() local
276 bigobj = NULL; in vm_swapout_map_deactivate_pages()
289 (bigobj == NULL || in vm_swapout_map_deactivate_pages()
290 bigobj->resident_page_count < in vm_swapout_map_deactivate_pages()
292 if (bigobj != NULL) in vm_swapout_map_deactivate_pages()
293 VM_OBJECT_RUNLOCK(bigobj); in vm_swapout_map_deactivate_pages()
294 bigobj = obj; in vm_swapout_map_deactivate_pages()
304 if (bigobj != NULL) { in vm_swapout_map_deactivate_pages()
305 vm_swapout_object_deactivate_pages(map->pmap, bigobj, desired); in vm_swapout_map_deactivate_pages()
306 VM_OBJECT_RUNLOCK(bigobj); in vm_swapout_map_deactivate_pages()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c3885 bigobj = od[0].od_object; in ztest_dmu_read_write()
3940 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()
3945 dmu_tx_hold_bonus(tx, bigobj); in ztest_dmu_read_write()
3959 dmu_object_set_checksum(os, bigobj, cksum, tx); in ztest_dmu_read_write()
3966 dmu_object_set_compress(os, bigobj, comp, tx); in ztest_dmu_read_write()
4047 VERIFY(0 == dmu_read(os, bigobj, bigoff, in ztest_dmu_read_write()
4155 bigobj = od[0].od_object; in ztest_dmu_read_write_zcopy()
4161 VERIFY(dmu_object_info(os, bigobj, &doi) == 0); in ztest_dmu_read_write_zcopy()
4252 error = dmu_read(os, bigobj, bigoff, bigsize, in ztest_dmu_read_write_zcopy()
4287 VERIFY(dmu_buf_hold(os, bigobj, off, in ztest_dmu_read_write_zcopy()
[all …]
/freebsd-12.1/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake209 set(cxx_flags "${cxx_flags} -bigobj")
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DCLCompatOptions.td365 def _SLASH_bigobj : CLIgnoredFlag<"bigobj">;