SingingCat
0
application
Toggle main menu visibility
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
Files
File List
Globals
All
_
a
c
d
e
f
g
i
l
m
n
o
p
r
s
u
w
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
u
w
Variables
Typedefs
_
s
Enumerations
Enumerator
Macros
c
m
s
include
softirq.h
1
#ifndef SOFTIRQ_H
2
#define SOFTIRQ_H
3
void
softirq_init();
4
int
softirq_timer(uint32_t hertz, uint32_t opaque,
void
(*callback)(uint32_t));
5
void
print_softirqs();
6
// remove all softirqs (called by userapp_disable);
7
void
softirqs_removeall();
8
#endif
Generated on Tue May 28 2024 19:13:43 for SingingCat by
1.9.4