Searched refs:notifier_head (Results 1 – 2 of 2) sorted by relevance
| /xen/xen/include/xen/ |
| A D | notifier.h | 31 struct notifier_head { struct 36 struct notifier_head name = { .head = LIST_HEAD_INIT(name.head) } argument 40 struct notifier_head *nh, struct notifier_block *nb); 42 struct notifier_head *nh, struct notifier_block *nb); 45 struct notifier_head *nh, unsigned long val, void *v,
|
| /xen/xen/common/ |
| A D | notifier.c | 22 struct notifier_head *nh, struct notifier_block *n) in notifier_chain_register() 47 struct notifier_head *nh, struct notifier_block *n) in notifier_chain_unregister() 69 struct notifier_head *nh, unsigned long val, void *v, in notifier_call_chain()
|
Completed in 5 milliseconds