Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct ib_device * | device | |
int | comp_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) |
Name | Describe |
---|---|
blk_mq_rdma_map_queues | lk_mq_rdma_map_queues - provide a default queue mapping for rdma device*@map: CPU to hardware queue map |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |