Home
last modified time | relevance | path

Searched refs:xa_unlock (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.10/drivers/infiniband/core/
Dib_core_uverbs.c138 xa_unlock(&ucontext->mmap_xa); in rdma_user_mmap_entry_get_pgoff()
146 xa_unlock(&ucontext->mmap_xa); in rdma_user_mmap_entry_get_pgoff()
193 xa_unlock(&ucontext->mmap_xa); in rdma_user_mmap_entry_free()
237 xa_unlock(&entry->ucontext->mmap_xa); in rdma_user_mmap_entry_remove()
324 xa_unlock(&ucontext->mmap_xa); in rdma_user_mmap_entry_insert_range()
337 xa_unlock(&ucontext->mmap_xa); in rdma_user_mmap_entry_insert_range()
Drestrack.c121 xa_unlock(&rt->xa); in rdma_restrack_count()
279 xa_unlock(&rt->xa); in rdma_restrack_get_byid()
Dcounters.c246 xa_unlock(&rt->xa); in rdma_get_counter_auto_mode()
365 xa_unlock(&rt->xa); in get_running_counters_hwstat_sum()
379 xa_unlock(&rt->xa); in get_running_counters_hwstat_sum()
Ducma.c149 xa_unlock(&ctx_table); in ucma_get_ctx()
601 xa_unlock(&ctx_table); in ucma_destroy_id()
1566 xa_unlock(&multicast_table); in ucma_leave_multicast()
1631 xa_unlock(&ctx_table); in ucma_migrate_id()
1636 xa_unlock(&ctx_table); in ucma_migrate_id()
Dnldev.c770 xa_unlock(&rt->xa); in fill_stat_counter_qps()
775 xa_unlock(&rt->xa); in fill_stat_counter_qps()
1400 xa_unlock(&rt->xa); in res_get_common_dumpit()
1427 xa_unlock(&rt->xa); in res_get_common_dumpit()
/Linux-v5.10/tools/testing/radix-tree/
Dregression1.c130 xa_unlock(&mt_tree); in regression1_fn()
135 xa_unlock(&mt_tree); in regression1_fn()
142 xa_unlock(&mt_tree); in regression1_fn()
150 xa_unlock(&mt_tree); in regression1_fn()
/Linux-v5.10/fs/erofs/
Dutils.c102 xa_unlock(&sbi->managed_pslots); in erofs_insert_workgroup()
109 xa_unlock(&sbi->managed_pslots); in erofs_insert_workgroup()
/Linux-v5.10/include/linux/
Dxarray.h529 #define xa_unlock(xa) spin_unlock(&(xa)->xa_lock) macro
689 xa_unlock(xa); in xa_cmpxchg()
772 xa_unlock(xa); in xa_insert()
859 xa_unlock(xa); in xa_alloc()
950 xa_unlock(xa); in xa_alloc_cyclic()
1371 #define xas_unlock(xas) xa_unlock((xas)->xa)
Didr.h102 #define idr_unlock(idr) xa_unlock(&(idr)->idr_rt)
/Linux-v5.10/drivers/infiniband/hw/mlx4/
Dcm.c376 xa_unlock(&sriov->xa_rej_tmout); in alloc_rej_tmout()
401 xa_unlock(&sriov->xa_rej_tmout); in alloc_rej_tmout()
420 xa_unlock(&sriov->xa_rej_tmout); in lookup_rej_tmout_slave()
508 xa_unlock(&sriov->xa_rej_tmout); in rej_tmout_xa_cleanup()
/Linux-v5.10/arch/arm64/mm/
Dmteswap.c82 xa_unlock(&mte_pages); in mte_invalidate_tags_area()
/Linux-v5.10/arch/arm64/kernel/
Dhibernate.c322 xa_unlock(&mte_pages); in swsusp_mte_free_storage()
379 xa_unlock(&mte_pages); in swsusp_mte_restore_tags()
/Linux-v5.10/lib/
Dxarray.c1511 xa_unlock(xa); in xa_erase()
1575 xa_unlock(xa); in xa_store()
1966 xa_unlock(xa); in xa_set_mark()
1984 xa_unlock(xa); in xa_clear_mark()
Dtest_xarray.c1650 xa_unlock(xa); in shadow_remove()
/Linux-v5.10/drivers/infiniband/hw/hns/
Dhns_roce_srq.c21 xa_unlock(&srq_table->xa); in hns_roce_srq_event()
Dhns_roce_qp.c92 xa_unlock(&hr_dev->qp_table_xa); in hns_roce_qp_event()
/Linux-v5.10/mm/
Dhuge_memory.c2464 xa_unlock(&swap_cache->i_pages); in __split_huge_page()
2471 xa_unlock(&head->mapping->i_pages); in __split_huge_page()
2731 xa_unlock(&mapping->i_pages); in split_huge_page_to_list()
/Linux-v5.10/drivers/infiniband/hw/qedr/
Dqedr_iw_cm.c526 xa_unlock(&dev->qps); in qedr_iw_load_qp()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dodp.c281 xa_unlock(&imr->implicit_children); in destroy_unused_implicit_child_mr()
625 xa_unlock(&imr->implicit_children); in mlx5_ib_free_implicit_mr()
Dsrq_cmd.c672 xa_unlock(&table->array); in srq_event_notifier()
Dcq.c563 xa_unlock(&dev->sig_mrs); in mlx5_poll_one()
/Linux-v5.10/Documentation/core-api/
Dxarray.rst239 object you have found before calling xa_unlock(). This will
275 xa_unlock(&foo->array);