Searched refs:RES_GET_FUNCS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | nldev.c | 1457 #define RES_GET_FUNCS(name, type) \ macro 1472 RES_GET_FUNCS(qp, RDMA_RESTRACK_QP); 1473 RES_GET_FUNCS(qp_raw, RDMA_RESTRACK_QP); 1474 RES_GET_FUNCS(cm_id, RDMA_RESTRACK_CM_ID); 1475 RES_GET_FUNCS(cq, RDMA_RESTRACK_CQ); 1476 RES_GET_FUNCS(cq_raw, RDMA_RESTRACK_CQ); 1477 RES_GET_FUNCS(pd, RDMA_RESTRACK_PD); 1478 RES_GET_FUNCS(mr, RDMA_RESTRACK_MR); 1479 RES_GET_FUNCS(mr_raw, RDMA_RESTRACK_MR); 1480 RES_GET_FUNCS(counte [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | nldev.c | 1629 #define RES_GET_FUNCS(name, type) \ macro 1644 RES_GET_FUNCS(qp, RDMA_RESTRACK_QP); 1645 RES_GET_FUNCS(qp_raw, RDMA_RESTRACK_QP); 1646 RES_GET_FUNCS(cm_id, RDMA_RESTRACK_CM_ID); 1647 RES_GET_FUNCS(cq, RDMA_RESTRACK_CQ); 1648 RES_GET_FUNCS(cq_raw, RDMA_RESTRACK_CQ); 1649 RES_GET_FUNCS(pd, RDMA_RESTRACK_PD); 1650 RES_GET_FUNCS(mr, RDMA_RESTRACK_MR); 1651 RES_GET_FUNCS(mr_raw, RDMA_RESTRACK_MR); 1652 RES_GET_FUNCS(counte [all...] |
Completed in 6 milliseconds