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)
Sat, Jun 13, 12:50 AM
Unknown Object (File)
Fri, Jun 12, 12:18 AM
Unknown Object (File)
Mon, Jun 8, 4:27 PM
Unknown Object (File)
May 14 2026, 2:00 PM
Unknown Object (File)
May 13 2026, 8:08 PM
Unknown Object (File)
May 6 2026, 1:43 AM
Unknown Object (File)
May 5 2026, 11:48 PM
Unknown Object (File)
Apr 30 2026, 7:29 PM
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.