kernel: handle: add support for allocating a specific handle value

This commit is contained in:
2026-03-29 11:47:22 +01:00
parent dfffb45e66
commit 537242e606
5 changed files with 63 additions and 3 deletions
+1
View File
@@ -47,6 +47,7 @@ extern void handle_table_destroy(struct handle_table *tab);
extern kern_status_t handle_table_alloc_handle(
struct handle_table *tab,
kern_handle_t value,
struct handle **out_slot,
kern_handle_t *out_handle);
extern kern_status_t handle_table_free_handle(