Searched refs:pelem (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.h | 65 struct rxe_pool_entry pelem; member 70 struct rxe_pool_entry pelem; member 75 struct rxe_pool_entry pelem; member 89 struct rxe_pool_entry pelem; member 124 struct rxe_pool_entry pelem; member 236 struct rxe_pool_entry pelem; member 319 struct rxe_pool_entry pelem; member 354 struct rxe_pool_entry pelem; member 365 struct rxe_pool_entry pelem; member
|
D | rxe_pool.h | 164 #define rxe_add_ref(elem) kref_get(&(elem)->pelem.ref_cnt) 167 #define rxe_drop_ref(elem) kref_put(&(elem)->pelem.ref_cnt, rxe_elem_release)
|
D | rxe_mr.c | 79 u32 lkey = mem->pelem.index << 8 | rxe_get_key(); in rxe_mem_init() 82 if (mem->pelem.pool->type == RXE_TYPE_MR) { in rxe_mem_init() 96 struct rxe_mem *mem = container_of(arg, typeof(*mem), pelem); in rxe_mem_cleanup()
|
D | rxe_verbs.c | 150 return rxe_add_to_pool(&rxe->uc_pool, &uc->pelem); in rxe_alloc_ucontext() 184 return rxe_add_to_pool(&rxe->pd_pool, &pd->pelem); in rxe_alloc_pd() 206 err = rxe_add_to_pool(&rxe->ah_pool, &ah->pelem); in rxe_create_ah() 311 err = rxe_add_to_pool(&rxe->srq_pool, &srq->pelem); in rxe_create_srq() 808 return rxe_add_to_pool(&rxe->cq_pool, &cq->pelem); in rxe_create_cq()
|
D | rxe_cq.c | 181 struct rxe_cq *cq = container_of(arg, typeof(*cq), pelem); in rxe_cq_cleanup()
|
D | rxe_mcast.c | 185 struct rxe_mc_grp *grp = container_of(arg, typeof(*grp), pelem); in rxe_mc_cleanup()
|
D | rxe_srq.c | 112 srq->srq_num = srq->pelem.index; in rxe_srq_from_init()
|
D | rxe_qp.c | 187 qpn = qp->pelem.index; in rxe_qp_init_misc() 844 struct rxe_qp *qp = container_of(arg, typeof(*qp), pelem); in rxe_qp_cleanup()
|
/Linux-v5.4/tools/perf/scripts/python/ |
D | compaction-times.py | 191 for i, pelem in enumerate(self.list): 192 sys.stdout.write("%d[%s].%d: %s\n" % (self.pid, self.comm, i+1, pelem))
|
/Linux-v5.4/tools/lib/bpf/ |
D | btf.c | 1556 static int btf_dedup_str_ptr_cmp(const void *str_ptr, const void *pelem) in btf_dedup_str_ptr_cmp() argument 1558 const struct btf_str_ptr *p = pelem; in btf_dedup_str_ptr_cmp()
|