Go to the source code of this file.
Data Structures | |
| struct | bh_struct |
| interrupt.h More... | |
Enumerations | |
| enum | { TIMER_BH = 0, CONSOLE_BH, SERIAL_BH, TTY_BH, INET_BH, KEYBOARD_BH } |
Functions | |
| void | mark_bh (int nr) |
| void | disable_bh (int nr) |
| void | enable_bh (int nr) |
Variables | |
| unsigned long | bh_active |
| unsigned long | bh_mask |
| bh_struct | bh_base [32] |
| anonymous enum |
Who gets which entry in bh_base. Things which will occur most often
Definition at line 20 of file interrupt.h.
| void disable_bh | ( | int | nr | ) | [inline] |
| void enable_bh | ( | int | nr | ) | [inline] |
| void mark_bh | ( | int | nr | ) | [inline] |
| unsigned long bh_mask |
Referenced by disable_bh(), and enable_bh().
1.4.6-5