Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_linux.cpp1325 uptr seg_start = phdr->p_vaddr + delta; in ForEachMappedRegion() local
1326 uptr seg_end = seg_start + phdr->p_memsz; in ForEachMappedRegion()
1329 seg_start = RoundDownTo(seg_start, GetPageSizeCached()); in ForEachMappedRegion()
1331 cb((void *)seg_start, seg_end - seg_start); in ForEachMappedRegion()
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdsl_scan.c3410 uint64_t seg_start = 0, seg_end = 0; in scan_io_queues_run_one() local
3429 if (seg_start == 0) in scan_io_queues_run_one()
3430 seg_start = SIO_GET_OFFSET(first_sio); in scan_io_queues_run_one()
3448 scan_io_queues_update_seg_stats(queue, seg_start, seg_end); in scan_io_queues_run_one()