forked from xt-sys/exectos
Move handle table management from executive to object manager
This commit is contained in:
@@ -15,6 +15,12 @@ KPUSH_LOCK OB::DeviceMap::DeviceMapLock;
|
||||
/* Indicates whether the system employs unique device maps */
|
||||
BOOLEAN OB::DeviceMap::UniqueDeviceMaps;
|
||||
|
||||
/* The list head for all active handle tables in the system */
|
||||
LIST_ENTRY OB::HandleTable::HandleTableListHead;
|
||||
|
||||
/* Pushlock used to synchronize access to the handle table list */
|
||||
KPUSH_LOCK OB::HandleTable::HandleTableListLock;
|
||||
|
||||
/* Pointer to the system-wide kernel handle table */
|
||||
PHANDLE_TABLE OB::LifeCycle::KernelHandleTable;
|
||||
|
||||
|
||||
2358
xtoskrnl/ob/hndltlb.cc
Normal file
2358
xtoskrnl/ob/hndltlb.cc
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user