OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLOCKING_NOTIFIER_HEAD
(Results
26 - 26
of
26
) sorted by null
1
2
/external/kernel-headers/original/linux/
notifier.h
46
struct
blocking_notifier_head
{
struct
79
#define
BLOCKING_NOTIFIER_HEAD
(name) \
80
struct
blocking_notifier_head
name = \
90
extern int blocking_notifier_chain_register(struct
blocking_notifier_head
*,
97
extern int blocking_notifier_chain_unregister(struct
blocking_notifier_head
*,
104
extern int blocking_notifier_call_chain(struct
blocking_notifier_head
*,
Completed in 114 milliseconds
1
2