Page MenuHomeFreeBSD

vm_map: Add a macro to fetch a map entry's split boundary index
ClosedPublic

Authored by markj on Jul 31 2023, 4:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 13, 6:25 AM
Unknown Object (File)
Sun, Jul 12, 3:30 PM
Unknown Object (File)
Sun, Jul 5, 5:11 AM
Unknown Object (File)
Fri, Jul 3, 11:35 AM
Unknown Object (File)
Thu, Jul 2, 5:24 PM
Unknown Object (File)
Wed, Jul 1, 3:49 AM
Unknown Object (File)
Jun 13 2026, 12:50 AM
Unknown Object (File)
Jun 12 2026, 12:18 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Jul 31 2023, 4:53 PM
kib added inline comments.
sys/vm/vm_map.h
158

?

This revision is now accepted and ready to land.Jul 31 2023, 7:34 PM

I'm fine with the vm parts. I can't find the change you're offering to kern_proc.c.

markj marked an inline comment as done.Aug 1 2023, 2:04 PM

I'm fine with the vm parts. I can't find the change you're offering to kern_proc.c.

Ah, sorry, that's from a local diff that I've been carrying around. I'll drop that bit before committing.

sys/vm/vm_map.h
158

Since the macro is not widely used, I prefer to keep it unabbreviated.

This revision was automatically updated to reflect the committed changes.
markj marked an inline comment as done.