Manage RIDs via id_alloc
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m2s

This commit is contained in:
2026-02-22 21:09:06 +01:00
parent 084809ac99
commit 62a6543dab
9 changed files with 97 additions and 55 deletions

View File

@@ -11,6 +11,7 @@
#include <sys/procgroup.h>
#define PROCGROUP_VFS_HANDLES_MAX 256
#define PROCGROUP_RESOURCES_MAX 256
struct proc;
struct reschedule_ctx;
@@ -29,6 +30,7 @@ struct procgroup {
struct rb_node_link* memb_proc_tree;
spin_lock_t lock;
struct rb_node_link* resource_tree;
struct id_alloc rid_alloc;
struct pd pd;
struct list_node_link* mappings;
uintptr_t map_base;