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_domain - schedule a function for asynchronous execution within a certain domain*@func: function to execute asynchronously*@data: data pointer to pass to the function*@domain: the domain

Proto:static inline async_cookie_t async_schedule_domain(async_func_t func, void *data, struct async_domain *domain)

Type:async_cookie_t

Parameter:

TypeParameterName
async_func_tfunc
void *data
struct async_domain *domain
72  Return async_schedule_node_domain - NUMA specific version of async_schedule_domain*@func: function to execute asynchronously*@data: data pointer to pass to the function*@node: NUMA node that we want to schedule this on or close to*@domain: the domain