Home
last modified time | relevance | path

Searched refs:rdma_dim (Results 1 – 4 of 4) sorted by relevance

/linux/lib/dim/
H A Drdma_dim.c76 void rdma_dim(struct dim *dim, u64 completions) in rdma_dim() function
109 EXPORT_SYMBOL(rdma_dim);
H A DMakefile7 dimlib-y := dim.o net_dim.o rdma_dim.o
/linux/drivers/infiniband/core/
H A Dcq.c167 rdma_dim(dim, completed); in ib_poll_handler()
189 rdma_dim(cq->dim, completed); in ib_cq_poll_work()
/linux/include/linux/
H A Ddim.h440 * rdma_dim - Runs the adaptive moderation.
444 * Each call to rdma_dim takes the latest amount of completions that
449 void rdma_dim(struct dim *dim, u64 completions);