Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kvm.c Create Date:2022-07-28 08:44:33
Last Modify:2020-03-16 21:33:46 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:_find_apf_task

Proto:static struct kvm_task_sleep_node *_find_apf_task(struct kvm_task_sleep_head *b, unsigned int token)

Type:struct kvm_task_sleep_node

Parameter:

TypeParameterName
struct kvm_task_sleep_head *b
unsigned inttoken
90  n = hlist_entry(p, typeof( * n), link)
92  If token == token Then Return n
96  Return NULL
Caller
NameDescribe
kvm_async_pf_task_wait@interrupt_kernel: Is this called from a routine which interrupts the kernel* (other than user space)?
kvm_async_pf_task_wake