Searched refs:__xa_erase (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.15/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 | sa_query.c | 1338 __xa_erase(&queries, id); in send_mad() 1981 __xa_erase(&queries, query->id); in send_handler()
|
| D | ucma.c | 1573 __xa_erase(&multicast_table, mc->id); in ucma_leave_multicast()
|
| /Linux-v5.15/arch/arm64/mm/ |
| D | mteswap.c | 88 __xa_erase(&mte_pages, xa_state.xa_index); in mte_invalidate_tags_area()
|
| /Linux-v5.15/include/linux/ |
| D | xarray.h | 556 void *__xa_erase(struct xarray *, unsigned long index); 639 entry = __xa_erase(xa, index); in xa_erase_bh() 663 entry = __xa_erase(xa, index); in xa_erase_irq()
|
| /Linux-v5.15/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.15/lib/ |
| D | xarray.c | 1487 void *__xa_erase(struct xarray *xa, unsigned long index) in __xa_erase() function 1492 EXPORT_SYMBOL(__xa_erase); 1511 entry = __xa_erase(xa, index); in xa_erase()
|
| /Linux-v5.15/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.15/drivers/infiniband/hw/qib/ |
| D | qib_init.c | 1037 __xa_erase(&qib_dev_table, dd->unit); in qib_free_devdata()
|
| /Linux-v5.15/drivers/infiniband/hw/hns/ |
| D | hns_roce_qp.c | 397 __xa_erase(xa, hr_qp->qpn); in hns_roce_qp_remove()
|
| /Linux-v5.15/drivers/infiniband/hw/hfi1/ |
| D | init.c | 1186 __xa_erase(&hfi1_dev_table, dd->unit); in hfi1_free_devdata()
|
| /Linux-v5.15/drivers/vfio/ |
| D | vfio.c | 164 __xa_erase(&vfio_device_set_xa, in vfio_release_device_set()
|
| /Linux-v5.15/drivers/gpu/drm/i915/gt/uc/ |
| D | intel_guc_submission.c | 331 __xa_erase(&guc->context_lookup, id); in reset_lrc_desc()
|
| /Linux-v5.15/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()
|