Searched defs:notifier_block (Results 1 – 1 of 1) sorted by relevance
51 struct notifier_block { struct52 int (*notifier_call) (struct notifier_block *, unsigned long, void *); argument53 struct notifier_block *next; argument54 int priority;55 eventhandler_tag tags[LINUX_NOTIFY_TAGS];