Searched refs:__xa_erase (Results 1 – 17 of 17) sorted by relevance
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 189 * __xa_erase() 226 __xa_erase(&foo->array, index); 242 意味着你有权使用像__xa_erase()这样的函数而不占用xa_lock;xa_lock是用来进行lockdep验证的,将来也
|
| /linux/rust/kernel/ |
| H A D | xarray.rs | 219 let ptr = unsafe { bindings::__xa_erase(self.xa.xa.get(), index) }.cast();
|
| /linux/include/linux/ |
| H A D | xarray.h | 562 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 D | brd.c | 192 page = __xa_erase(&brd->brd_pages, aligned_sector >> PAGE_SECTORS_SHIFT); in brd_do_discard()
|
| /linux/lib/ |
| H A D | xarray.c | 1649 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 D | ucma.c | 505 __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 D | sa_query.c | 1432 __xa_erase(&queries, id); in send_mad() 2255 __xa_erase(&queries, query->id); in send_handler()
|
| /linux/net/shaper/ |
| H A D | shaper.c | |
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_userq.c | 909 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 D | amdgpu_userq_fence.c | 110 __xa_erase(xa, index); in amdgpu_userq_walk_and_drop_fence_drv()
|
| /linux/net/devlink/ |
| H A D | region.c | 341 __xa_erase(&devlink->snapshot_ids, id); in __devlink_snapshot_id_decrement()
|
| /linux/drivers/infiniband/hw/erdma/ |
| H A D | erdma_verbs.c | 1345 __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 D | vfio_main.c | 139 __xa_erase(&vfio_device_set_xa, in vfio_release_device_set()
|
| /linux/fs/erofs/ |
| H A D | zdata.c | 903 DBG_BUGON(__xa_erase(&sbi->managed_pslots, pcl->pos) != pcl); in __erofs_try_to_release_pcluster()
|
| /linux/net/core/ |
| H A D | sock.c | 1117 netmem_ref netmem = (__force netmem_ref)__xa_erase( in sock_devmem_dontneed()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | cm.c | 335 __xa_erase(&ep->com.dev->hwtids, ep->hwtid); in remove_ep_tid()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 2452 __xa_erase(&sk->sk_user_frags, p->tokens[i]); in tcp_xa_pool_commit_locked()
|