You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These reduce the number of kernel object methods used when handling
interrupts. While reasonably fast they are slower than indirect
function calls. Having these on the drivers potentially allows the
compiler to inline the functions. More significantly, this distinctly
reduces the odds of collisions in the object method cache.
0 commit comments