函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:_get_vector_affinity - Get the affinity mappings of a given completion* vector*@device: the rdma device*@comp_vector: index of completion vector* Returns NULL on failure, otherwise a corresponding cpu map of the* completion vector (returns all-cpus map if

函数原型:static inline const struct cpumask *ib_get_vector_affinity(struct ib_device *device, int comp_vector)

返回类型:struct cpumask

参数:

类型参数名称
struct ib_device *device
intcomp_vector
4630  如果comp_vector小于0或comp_vector大于等于num_comp_vectors或非get_vector_affinity则返回:NULL
4634  返回:get_vector_affinity(device, comp_vector)
调用者
名称描述
blk_mq_rdma_map_queueslk_mq_rdma_map_queues - provide a default queue mapping for rdma device*@map: CPU to hardware queue map