Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dax.c Create Date:2022-07-28 20:23:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:wake_exceptional_entry_func

Proto:static int wake_exceptional_entry_func(wait_queue_entry_t *wait, unsigned int mode, int sync, void *keyp)

Type:int

Parameter:

TypeParameterName
wait_queue_entry_t *wait
unsigned intmode
intsync
void *keyp
170  key = keyp
171  ewait = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(wait, structwait_exceptional_entry_queue, wait)
174  If xa != xa || entry_start != entry_start Then Return 0
177  Return autoremove_wake_function(wait, mode, sync, NULL)