函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\async.h Create Date:2022-07-27 07:26:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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

函数原型:static inline async_cookie_t async_schedule_domain(async_func_t func, void *data, struct async_domain *domain)

返回类型:async_cookie_t

参数:

类型参数名称
async_func_tfunc
void *data
struct async_domain *domain
72  返回: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