Searched refs:chunk_begin (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp103 region_address = heap->chunk_access.chunk_begin;
H A Dasan_descriptions.cpp121 descr->chunk_begin = chunk.Beg();
150 (void *)descr.chunk_begin,
151 (void *)(descr.chunk_begin + descr.chunk_size));
H A Dasan_descriptions.h113 uptr chunk_begin; member in struct:__asan::ChunkAccess
H A Dasan_report.cpp394 hdesc1.chunk_access.chunk_begin != hdesc2.chunk_access.chunk_begin;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c771 uint64_t chunk_end, chunk_begin, chunk_len; local
778 chunk_end = chunk_begin = offset + length;
780 /* move chunk_begin backwards to the beginning of this chunk */
781 err = get_next_chunk(dn, &chunk_begin, offset);
784 ASSERT3U(chunk_begin, >=, offset);
785 ASSERT3U(chunk_begin, <=, chunk_end);
787 chunk_len = chunk_end - chunk_begin;
808 dmu_tx_hold_free(tx, dn->dn_object, chunk_begin, chunk_len);
828 dnode_free_range(dn, chunk_begin, chunk_len, tx);

Completed in 142 milliseconds