Home
last modified time | relevance | path

Searched refs:seg_start (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1256 uptr seg_start = phdr->p_vaddr + delta; in ForEachMappedRegion() local
1257 uptr seg_end = seg_start + phdr->p_memsz; in ForEachMappedRegion()
1260 seg_start = RoundDownTo(seg_start, GetPageSizeCached()); in ForEachMappedRegion()
1262 cb((void *)seg_start, seg_end - seg_start); in ForEachMappedRegion()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c3405 uint64_t seg_start = 0, seg_end = 0; in scan_io_queues_run_one() local
3424 if (seg_start == 0) in scan_io_queues_run_one()
3425 seg_start = SIO_GET_OFFSET(first_sio); in scan_io_queues_run_one()
3443 scan_io_queues_update_seg_stats(queue, seg_start, seg_end); in scan_io_queues_run_one()