Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:_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

Proto:static inline const struct cpumask *ib_get_vector_affinity(struct ib_device *device, int comp_vector)

Type:struct cpumask

Parameter:

TypeParameterName
struct ib_device *device
intcomp_vector
4630  If comp_vector < 0 || comp_vector >= num_comp_vectors || Not get_vector_affinity Then Return NULL
4634  Return get_vector_affinity(device, comp_vector)
Caller
NameDescribe
blk_mq_rdma_map_queueslk_mq_rdma_map_queues - provide a default queue mapping for rdma device*@map: CPU to hardware queue map