By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
class [[KScheduler]] extends [[KSchedulableInterruptEvent]];
Size : 0x228 bytes
Size : 0x228 bytes
−
{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 11:
Line 12:
|-
|-
| 0x0
| 0x0
−
| u32
+
| void **
| Pointer to vtable
| Pointer to vtable
|-
|-
| 0x4
| 0x4
−
| u32
+
| [[KSynchronizationObject]] *
−
| Unused, may have been for reference count
+
| Inherited field. Unused.
|-
|-
| 0x8
| 0x8
Line 91:
Line 92:
There is 1 KScheduler object per core.
There is 1 KScheduler object per core.
+
+
KScheduler instances are mapped to SGI #8. The interrupt handler/callback returns 1, which triggers a post-interrupt rescheduling and context switch (like all the other handlers not returning NULL), but does nothing else in particular.