Home
last modified time | relevance | path

Searched refs:__xa_erase (Results 1 – 17 of 17) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst189 * __xa_erase()
226 __xa_erase(&foo->array, index);
242 意味着你有权使用像__xa_erase()这样的函数而不占用xa_lock;xa_lock是用来进行lockdep验证的,将来也
/linux/rust/kernel/
H A Dxarray.rs219 let ptr = unsafe { bindings::__xa_erase(self.xa.xa.get(), index) }.cast();
/linux/include/linux/
H A Dxarray.h562 void *__xa_erase(struct xarray *, unsigned long index);
647 entry = __xa_erase(xa, index); in xa_erase_bh()
671 entry = __xa_erase(xa, index); in xa_erase_irq()
/linux/drivers/block/
H A Dbrd.c192 page = __xa_erase(&brd->brd_pages, aligned_sector >> PAGE_SECTORS_SHIFT); in brd_do_discard()
/linux/lib/
H A Dxarray.c1649 void *__xa_erase(struct xarray *xa, unsigned long index) in __xa_erase() function
1654 EXPORT_SYMBOL(__xa_erase);
1673 entry = __xa_erase(xa, index); in xa_erase()
/linux/drivers/infiniband/core/
H A Ducma.c505 __xa_erase(&multicast_table, mc->id); in ucma_cleanup_multicast()
1584 __xa_erase(&multicast_table, mc->id); in ucma_process_join()
1662 __xa_erase(&multicast_table, mc->id); in ucma_leave_multicast()
H A Dsa_query.c1432 __xa_erase(&queries, id); in send_mad()
2255 __xa_erase(&queries, query->id); in send_handler()
/linux/net/shaper/
H A Dshaper.c
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_userq.c909 queue = __xa_erase(&fpriv->userq_mgr.userq_xa, args->in.queue_id); in amdgpu_userq_ioctl()
1344 __xa_erase(&userq_mgr->userq_xa, queue_id); in amdgpu_userq_mgr_fini()
H A Damdgpu_userq_fence.c110 __xa_erase(xa, index); in amdgpu_userq_walk_and_drop_fence_drv()
/linux/net/devlink/
H A Dregion.c341 __xa_erase(&devlink->snapshot_ids, id); in __devlink_snapshot_id_decrement()
/linux/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c1345 __xa_erase(&dev->cq_xa, cq->cqn); in erdma_destroy_cq()
1401 __xa_erase(&dev->qp_xa, QP_ID(qp)); in erdma_destroy_qp()
/linux/drivers/vfio/
H A Dvfio_main.c139 __xa_erase(&vfio_device_set_xa, in vfio_release_device_set()
/linux/fs/erofs/
H A Dzdata.c903 DBG_BUGON(__xa_erase(&sbi->managed_pslots, pcl->pos) != pcl); in __erofs_try_to_release_pcluster()
/linux/net/core/
H A Dsock.c1117 netmem_ref netmem = (__force netmem_ref)__xa_erase( in sock_devmem_dontneed()
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c335 __xa_erase(&ep->com.dev->hwtids, ep->hwtid); in remove_ep_tid()
/linux/net/ipv4/
H A Dtcp.c2452 __xa_erase(&sk->sk_user_frags, p->tokens[i]); in tcp_xa_pool_commit_locked()