Home
last modified time | relevance | path

Searched refs:atomic_notifier_head (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/include/linux/
Dnotifier.h59 struct atomic_notifier_head { struct
107 struct atomic_notifier_head name = \
118 extern int atomic_notifier_chain_register(struct atomic_notifier_head *nh,
131 extern int atomic_notifier_chain_unregister(struct atomic_notifier_head *nh,
140 extern int atomic_notifier_call_chain(struct atomic_notifier_head *nh,
142 extern int __atomic_notifier_call_chain(struct atomic_notifier_head *nh,
Dpower_supply.h287 extern struct atomic_notifier_head power_supply_notifier;
Dkernel.h253 extern struct atomic_notifier_head panic_notifier_list;
/linux-4.4.14/arch/arm/include/asm/
Dthread_notify.h22 extern struct atomic_notifier_head thread_notify_head; in thread_register_notifier()
28 extern struct atomic_notifier_head thread_notify_head; in thread_unregister_notifier()
34 extern struct atomic_notifier_head thread_notify_head; in thread_notify()
/linux-4.4.14/arch/sh/include/asm/
Dsuspend.h23 extern struct atomic_notifier_head sh_mobile_pre_sleep_notifier_list;
24 extern struct atomic_notifier_head sh_mobile_post_sleep_notifier_list;
/linux-4.4.14/kernel/
Dnotifier.c121 int atomic_notifier_chain_register(struct atomic_notifier_head *nh, in atomic_notifier_chain_register()
143 int atomic_notifier_chain_unregister(struct atomic_notifier_head *nh, in atomic_notifier_chain_unregister()
176 int __atomic_notifier_call_chain(struct atomic_notifier_head *nh, in __atomic_notifier_call_chain()
190 int atomic_notifier_call_chain(struct atomic_notifier_head *nh, in atomic_notifier_call_chain()
/linux-4.4.14/arch/powerpc/include/asm/
Dio_event_irq.h52 extern struct atomic_notifier_head pseries_ioei_notifier_list;
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce-internal.h16 extern struct atomic_notifier_head x86_mce_decoder_chain;
/linux-4.4.14/drivers/staging/nvec/
Dnvec.h145 struct atomic_notifier_head notifier_list;
/linux-4.4.14/arch/s390/include/asm/
Detr.h219 extern struct atomic_notifier_head s390_epoch_delta_notifier;
/linux-4.4.14/include/linux/hsi/
Dhsi.h252 struct atomic_notifier_head n_head;
/linux-4.4.14/include/linux/usb/
Dphy.h89 struct atomic_notifier_head notifier;
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal.c56 static struct atomic_notifier_head opal_msg_notifier_head[OPAL_MSG_TYPE_MAX];
/linux-4.4.14/arch/alpha/kernel/
Dsetup.c48 extern struct atomic_notifier_head panic_notifier_list;