函数逻辑报告 |
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 |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:_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 | |
| int | comp_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_queues | lk_mq_rdma_map_queues - provide a default queue mapping for rdma device*@map: CPU to hardware queue map |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |