Home
last modified time | relevance | path

Searched refs:new_object (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c2306 uint64_t new_object; in metaslab_sync() local
2308 new_object = space_map_alloc(mos, tx); in metaslab_sync()
2309 VERIFY3U(new_object, !=, 0); in metaslab_sync()
2311 VERIFY0(space_map_open(&msp->ms_sm, mos, new_object, in metaslab_sync()
H A Dvdev.c2184 uint64_t new_object; in vdev_dtl_sync() local
2186 new_object = space_map_alloc(mos, tx); in vdev_dtl_sync()
2187 VERIFY3U(new_object, !=, 0); in vdev_dtl_sync()
2189 VERIFY0(space_map_open(&vd->vdev_dtl_sm, mos, new_object, in vdev_dtl_sync()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_tbb.h531 …__alloc.new_object<__func_task<typename std::decay<_Fn>::type>>(*_M_execute_data, std::forward<_Fn… in allocate_func_task()
700 _M_func_task = __alloc.new_object<__func_task<_Func>>(_Func(std::forward<Args>(args)...));
/netbsd/crypto/external/bsd/openssh/dist/
H A Dpkcs11.h791 ck_object_handle_t *new_object));
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dmemory_resource210 new_object(_CtorArgs&&... __ctor_args)
/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h1107 ck_object_handle_t *new_object));
/netbsd/external/mpl/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11.h1091 ck_object_handle_t *new_object));
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dmemory_resource235 new_object(_CtorArgs&&... __ctor_args)
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20195797 (polymorphic_allocator::new_object)
H A DChangeLog-20207695 (polymorphic_allocator::new_object): Add nodiscard attribute (LWG3304).