Searched defs:notifier_block (Results 1 – 1 of 1) sorted by relevance
47 struct notifier_block { struct48 int (*notifier_call)(struct notifier_block *, unsigned long, void *); argument49 struct notifier_block *next; argument50 int priority;51 eventhandler_tag tags[_NOTIFY_COUNT];