Searched refs:__xa_erase (Results 1 – 13 of 13) 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/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ids.c | 94 __xa_erase(&amdgpu_pasid_xa, pasid); in amdgpu_pasid_free()
|
| /linux/fs/cachefiles/ |
| H A D | daemon.c | 163 __xa_erase(xa, index); in cachefiles_flush_reqs()
|
| H A D | ondemand.c | 722 __xa_erase(&cache->reqs, index); in cachefiles_ondemand_clean_object()
|
| /linux/lib/ |
| H A D | xarray.c | 1646 void *__xa_erase(struct xarray *xa, unsigned long index) in __xa_erase() function 1651 EXPORT_SYMBOL(__xa_erase); 1670 entry = __xa_erase(xa, index); in xa_erase()
|
| /linux/net/shaper/ |
| H A D | shaper.c | |
| /linux/drivers/infiniband/core/ |
| H A D | ucma.c | 505 __xa_erase(&multicast_table, mc->id); in ucma_cleanup_multicast() 1580 __xa_erase(&multicast_table, mc->id); in ucma_process_join() 1658 __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/devlink/ |
| H A D | region.c | 341 __xa_erase(&devlink->snapshot_ids, id); in __devlink_snapshot_id_decrement()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | cm.c | 335 __xa_erase(&ep->com.dev->hwtids, ep->hwtid); in remove_ep_tid()
|