Searched refs:__xa_erase (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/drivers/infiniband/core/ |
D | ib_core_uverbs.c | 192 __xa_erase(&ucontext->mmap_xa, entry->start_pgoff + i); in rdma_user_mmap_entry_free() 334 __xa_erase(&ucontext->mmap_xa, i - 1); in rdma_user_mmap_entry_insert_range()
|
D | ucma.c | 600 __xa_erase(&ctx_table, ctx->id); in ucma_destroy_id() 1565 __xa_erase(&multicast_table, mc->id); in ucma_leave_multicast()
|
D | sa_query.c | 1386 __xa_erase(&queries, id); in send_mad() 2177 __xa_erase(&queries, query->id); in send_handler()
|
/Linux-v5.10/arch/arm64/mm/ |
D | mteswap.c | 79 __xa_erase(&mte_pages, xa_state.xa_index); in mte_invalidate_tags_area()
|
/Linux-v5.10/include/linux/ |
D | xarray.h | 554 void *__xa_erase(struct xarray *, unsigned long index); 637 entry = __xa_erase(xa, index); in xa_erase_bh() 661 entry = __xa_erase(xa, index); in xa_erase_irq()
|
/Linux-v5.10/fs/nilfs2/ |
D | btnode.c | 239 __xa_erase(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key()
|
D | page.c | 325 p = __xa_erase(&smap->i_pages, offset); in nilfs_copy_back_pages()
|
/Linux-v5.10/lib/ |
D | xarray.c | 1486 void *__xa_erase(struct xarray *xa, unsigned long index) in __xa_erase() function 1491 EXPORT_SYMBOL(__xa_erase); 1510 entry = __xa_erase(xa, index); in xa_erase()
|
/Linux-v5.10/Documentation/core-api/ |
D | xarray.rst | 230 * __xa_erase() 273 __xa_erase(&foo->array, index); 296 not entitle you to use functions like __xa_erase() without taking
|
/Linux-v5.10/drivers/infiniband/hw/qib/ |
D | qib_init.c | 1037 __xa_erase(&qib_dev_table, dd->unit); in qib_free_devdata()
|
/Linux-v5.10/drivers/infiniband/hw/hns/ |
D | hns_roce_qp.c | 325 __xa_erase(xa, hr_qp->qpn & (hr_dev->caps.num_qps - 1)); in hns_roce_qp_remove()
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | init.c | 1233 __xa_erase(&hfi1_dev_table, dd->unit); in hfi1_free_devdata()
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | odp.c | 622 __xa_erase(&imr->implicit_children, idx); in mlx5_ib_free_implicit_mr()
|
/Linux-v5.10/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 2089 __xa_erase(&rhp->qps, qhp->wq.sq.qid); in c4iw_destroy_qp()
|
D | cm.c | 335 __xa_erase(&ep->com.dev->hwtids, ep->hwtid); in remove_ep_tid()
|