Searched refs:last_end (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c1634 vm_offset_t last_end; local
1642 last_end = (vm_offset_t) 0;
1706 if (entry->start == last_end && vp == last_vp) {
1707 last_end = entry->end;
1725 last_end = entry->end;
1771 vm_map_lookup_entry(map, last_end - 1, &entry);

Completed in 173 milliseconds