The Active Network
ActiveMac Anonymous | Create a User | Reviews | News | Forums | Advertise  
 

  *  

  What is IRQL and why is it important?
Time: 00:01 EST/05:01 GMT | News Source: Microsoft | Posted By: Kenneth van Surksum

When people first hear the term IRQL (pronounced Er-kel) their thoughts sometimes turn to the sitcom "Family Matters" and Jaleel White's alter ego, Steve Urkel. However, we're not going to be taking a trip down Television's Memory Lane today. Instead we're going to talk about Interrupt Request Levels - aka IRQL's. If you develop device drivers or spend a lot of time debugging, IRQL's are familiar territory for you. An interrupt request level (IRQL) defines the hardware priority at which a processor operates at any given time. In the Windows Driver Model, a thread running at a low IRQL can be interrupted to run code at a higher IRQL. The number of IRQL's and their specific values are processor-dependent.

Processes running at a higher IRQL will pre-empt a thread or interrupt running at a lower IRQL. An IRQL of 0 means that the processor is running a normal Kernel or User mode process. An IRQL of 1 means that the processor is running an Asynchronous Procedure Call (APC) or Page Fault. IRQL 2 is used for deferred procedure calls (DPC) and thread scheduling. IRQL 2 is known as the DISPATCH_LEVEL. When a processor is running at a given IRQL, interrupts at that IRQL and lower are blocked by the processor. Therefore, a processor currently at DISPATCH_LEVEL can only be interrupted by a request from an IRQL greater than 2. A system will schedule all threads to run at IRQL's below DISPATCH_LEVEL - this level is also where the thread scheduler itself will run. So if there is a thread that has an IRQL greater than 2, that thread will have exclusive use of the processor. Since the scheduler runs at DISPATCH_LEVEL, and that interrupt level is now blocked off by the thread at a higher IRQL, the thread scheduler cannot run and schedule any other thread. So far, this is pretty straightforward - especially when we're talking about a single processor system.

Write Comment
Return to News

  Displaying 851 through 851 of 851
Prev | First
  The time now is 4:49:47 PM ET.
Any comment problems? E-mail us
#851 By 4240821 (178.217.44.38) at 3/29/2026 3:37:38 PM
https://telegra.ph/Real-Madrid-Dominates-in-Thrilling-Bundesliga-Showdown-03-02
https://telegra.ph/Real-Madrid-vs-Getafe-Last-Minute-Drama-as-Los-Blancos-Secure-a-Dramatic-Win-03-02
https://telegra.ph/Fremden-Händen-How-a-Single-Mistake-Changed-Everything-03-02
https://telegra.ph/Quicksand-Caught-Man-Struggles-to-Escape-as-the-Ground-Swallows-Him-Whole-03-02
https://telegra.ph/Daylight-Savings-2026-Will-the-US-Finally-End-the-Time-Change-Chaos-03-02
https://telegra.ph/TV2no-Exclusive-Shocking-Revelation-as-Celebrity-Reveals-Dark-Secret-03-02
https://telegra.ph/Fremden-Händen-How-a-Single-Mistake-Could-Unravel-Your-Life-03-02
https://telegra.ph/Katie-Boulters-Epic-Comeback-British-Star-Stuns-Tennis-World-with-Historic-Win-03-02
https://telegra.ph/Kurdistans-Bold-Move-Independence-or-Escalation-The-World-Holds-Its-Breath-03-02
https://telegra.ph/Arc-Raiders-Strike-Again-Mysterious-Attacks-Leave-Experts-Baffled-03-02

Write Comment
Return to News
  Displaying 851 through 851 of 851
Prev | First
  The time now is 4:49:47 PM ET.
Any comment problems? E-mail us
User name and password:

 

  *  
  *   *