函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:dev_to_node

函数原型:static inline int dev_to_node(struct device *dev)

返回类型:int

参数:

类型参数名称
struct device *dev
1385  返回: NUMA node this device is close to
调用者
名称描述
__dma_direct_alloc_pages
devm_memremap
dma_pool_createdma_pool_create - Creates a pool of consistent memory blocks, for dma
async_schedule_devasync_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
async_schedule_dev_domainasync_schedule_dev_domain - A device specific version of async_schedule_domain*@func: function to execute asynchronously*@dev: device argument to be passed to function*@domain: the domain* Returns an async_cookie_t that may be used for checkpointing later