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.cpp1396 uptr seg_start = phdr->p_vaddr + delta; in ForEachMappedRegion() local
1397 uptr seg_end = seg_start + phdr->p_memsz; in ForEachMappedRegion()
1400 seg_start = RoundDownTo(seg_start, GetPageSizeCached()); in ForEachMappedRegion()
1402 cb((void *)seg_start, seg_end - seg_start); in ForEachMappedRegion()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c3469 uint64_t seg_start = 0, seg_end = 0; in scan_io_queues_run_one() local
3488 if (seg_start == 0) in scan_io_queues_run_one()
3489 seg_start = SIO_GET_OFFSET(first_sio); in scan_io_queues_run_one()
3507 scan_io_queues_update_seg_stats(queue, seg_start, seg_end); in scan_io_queues_run_one()