Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:wait_for_completion_killable_timeout: - waits for completion of a task (w/(to,killable))*@x: holds the state of this particular completion*@timeout: timeout value in jiffies* This waits for either a completion of a specific task to be

Proto:long __sched wait_for_completion_killable_timeout(struct completion *x, unsigned long timeout)

Type:long

Parameter:

TypeParameterName
struct completion *x
unsigned longtimeout
264  Return wait_for_common(x, timeout, Convenience macros for the sake of set_current_state: )