Searched refs:__xa_erase (Results 1 – 22 of 22) sorted by relevance
/linux/Documentation/translations/zh_CN/core-api/ |
A D | xarray.rst | 188 * __xa_erase() 225 __xa_erase(&foo->array, index); 241 意味着你有权使用像__xa_erase()这样的函数而不占用xa_lock;xa_lock是用来进行lockdep验证的,将来也
|
/linux/drivers/infiniband/core/ |
A 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()
|
A D | sa_query.c | 1338 __xa_erase(&queries, id); in send_mad() 1981 __xa_erase(&queries, query->id); in send_handler()
|
A D | ucma.c | 1573 __xa_erase(&multicast_table, mc->id); in ucma_leave_multicast()
|
/linux/arch/arm64/mm/ |
A D | mteswap.c | 88 __xa_erase(&mte_pages, xa_state.xa_index); in mte_invalidate_tags_area()
|
/linux/include/linux/ |
A 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/fs/erofs/ |
A D | utils.c | 153 DBG_BUGON(__xa_erase(&sbi->managed_pslots, grp->index) != grp); in erofs_try_to_release_workgroup()
|
/linux/fs/nilfs2/ |
A D | btnode.c | 239 __xa_erase(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key()
|
A D | page.c | 325 p = __xa_erase(&smap->i_pages, offset); in nilfs_copy_back_pages()
|
/linux/lib/ |
A D | lib.a | 3 …xas_prev__xas_nextxas_findxas_find_markedxas_find_conflictxa_load__xa_erasexa_erase__xa_st…
|
A 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/Documentation/core-api/ |
A 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/drivers/infiniband/hw/qib/ |
A D | qib_init.c | 1037 __xa_erase(&qib_dev_table, dd->unit); in qib_free_devdata()
|
/linux/drivers/infiniband/hw/hns/ |
A D | hns_roce_qp.c | 397 __xa_erase(xa, hr_qp->qpn); in hns_roce_qp_remove()
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | init.c | 1174 __xa_erase(&hfi1_dev_table, dd->unit); in hfi1_free_devdata()
|
/linux/drivers/vfio/ |
A D | vfio.c | 165 __xa_erase(&vfio_device_set_xa, in vfio_release_device_set()
|
/linux/drivers/infiniband/hw/cxgb4/ |
A D | qp.c | 2089 __xa_erase(&rhp->qps, qhp->wq.sq.qid); in c4iw_destroy_qp()
|
A D | cm.c | 335 __xa_erase(&ep->com.dev->hwtids, ep->hwtid); in remove_ep_tid()
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc_submission.c | 525 __xa_erase(&guc->context_lookup, id); in reset_lrc_desc()
|
/linux/ |
A D | vmlinux.symvers | 12306 0x00000000 __xa_erase vmlinux EXPORT_SYMBOL
|
A D | System.map | 17874 ffff8000104eed80 T __xa_erase
|
A D | .tmp_System.map | 17874 ffff8000104eed80 T __xa_erase
|
Completed in 401 milliseconds