Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\async.h Create Date:2022-07-28 06:28:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:async_schedule_dev - A device specific version of async_schedule*@func: function to execute asynchronously*@dev: device argument to be passed to function* Returns an async_cookie_t that may be used for checkpointing later

Proto:static inline async_cookie_t async_schedule_dev(async_func_t func, struct device *dev)

Type:async_cookie_t

Parameter:

TypeParameterName
async_func_tfunc
struct device *dev
90  Return async_schedule_node(func, dev, dev_to_node(dev))