Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\notifier.c Create Date:2022-07-28 09:31:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:atomic_notifier_call_chain

Proto:int atomic_notifier_call_chain(struct atomic_notifier_head *nh, unsigned long val, void *v)

Type:int

Parameter:

TypeParameterName
struct atomic_notifier_head *nh
unsigned longval
void *v
183  Return __atomic_notifier_call_chain - Call functions in an atomic notifier chain*@nh: Pointer to head of the atomic notifier chain*@val: Value passed unmodified to notifier function*@v: Pointer passed unmodified to notifier function
Caller
NameDescribe
notify_die
do_kernel_restartdo_kernel_restart - Execute kernel restart handler call chain* Calls functions registered with register_restart_handler
profile_handoff_task