Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__raw_notifier_call_chain - Call functions in a raw notifier chain*@nh: Pointer to head of the raw notifier chain*@val: Value passed unmodified to notifier function*@v: Pointer passed unmodified to notifier function

Proto:int __raw_notifier_call_chain(struct raw_notifier_head *nh, unsigned long val, void *v, int nr_to_call, int *nr_calls)

Type:int

Parameter:

TypeParameterName
struct raw_notifier_head *nh
unsigned longval
void *v
intnr_to_call
int *nr_calls
361  Return er_call_chain - Informs the registered notifiers about an event.*@nl: Pointer to head of the blocking notifier chain*@val: Value passed unmodified to notifier function*@v: Pointer passed unmodified to notifier function
Caller
NameDescribe
raw_notifier_call_chain