mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 17:23:13 +01:00
Capability accounting for quantitative capabilities - First part done.
Need to make sure accounting charges correct containers during init. Therefore kernel resource spending must also be accounted for.
This commit is contained in:
@@ -158,6 +158,7 @@ void tcb_remove(struct ktcb *tcb);
|
||||
|
||||
void tcb_init(struct ktcb *tcb);
|
||||
struct ktcb *tcb_alloc_init(void);
|
||||
struct ktcb *tcb_alloc_init_use_capability(struct capability *cap);
|
||||
void tcb_delete(struct ktcb *tcb);
|
||||
|
||||
void init_ktcb_list(struct ktcb_list *ktcb_list);
|
||||
|
||||
Reference in New Issue
Block a user