[Linux kernel] [Linux interrupts]--other

Source: Internet
Author: User

1, how to disable all interrupts on the current CPU

Local_irq_save () and Local_irq_restore () functions,

[CPP] view plaincopy
  1. void Local_irq_save (unsigned long flags);
  2. void local_irq_disable (void);

2, there is no way to prohibit the interruption of the entire system

3, if the current process is determined to be in an interrupted context,

A: By using the In_interrupt () function, In_interrupt () determines whether the current process is in the interrupt context, which includes the bottom half and the hardware interrupt processing,

4, how to prohibit the local processor soft interrupt and tasklet processing

Answer: void local_bh_disable () and void local_bh_enable () functions

[Linux kernel] [Linux interrupts]--other

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.