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, Oct 26, 12:30 PM
Unknown Object (File)
Oct 19 2024, 3:37 PM
Unknown Object (File)
Oct 19 2024, 3:37 PM
Unknown Object (File)
Oct 19 2024, 3:37 PM
Unknown Object (File)
Oct 19 2024, 3:16 PM
Unknown Object (File)
Oct 14 2024, 8:37 AM
Unknown Object (File)
Oct 2 2024, 5:58 AM
Unknown Object (File)
Sep 27 2024, 1:25 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.