Re: [PATCH v7 07/10] rust: id_pool: add contiguous ID reservation
Burak Emir <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CABwQupP+YAvDQkszHWZ13GNPer0j8XSDL3j7Eo1Q233Vd1vW4Q@mail.gmail.com> |
On Mon, Aug 17, 2026 at 9:04 AM Eliot Courtney <[email protected]> wrote: > > Add `IdPool::reserve_ids` which allocates a contiguous range with the > given offset, count, and alignment. > > Signed-off-by: Eliot Courtney <[email protected]> Reviewed-by: Burak Emir <[email protected]>