Home
last modified time | relevance | path

Searched refs:xa_unlock_irq (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/infiniband/hw/cxgb4/
H A Dev.c134 xa_unlock_irq(&dev->qps); in c4iw_ev_dispatch()
149 xa_unlock_irq(&dev->qps); in c4iw_ev_dispatch()
155 xa_unlock_irq(&dev->qps); in c4iw_ev_dispatch()
/linux/include/linux/
H A Dxarray.h541 #define xa_unlock_irq(xa) spin_unlock_irq(&(xa)->xa_lock) macro
624 xa_unlock_irq(xa); in xa_store_irq()
672 xa_unlock_irq(xa); in xa_erase_irq()
756 xa_unlock_irq(xa); in xa_cmpxchg_irq()
846 xa_unlock_irq(xa); in xa_insert_irq()
945 xa_unlock_irq(xa); in xa_alloc_irq()
1062 xa_unlock_irq(xa); in xa_alloc_cyclic_irq()
1423 #define xas_unlock_irq(xas) xa_unlock_irq((xas)->xa)
H A Didr.h107 #define idr_unlock_irq(idr) xa_unlock_irq(&(idr)->idr_rt)
/linux/arch/nios2/include/asm/
H A Dcacheflush.h55 #define flush_dcache_mmap_unlock(mapping) xa_unlock_irq(&mapping->i_pages)
/linux/arch/arm/include/asm/
H A Dcacheflush.h322 #define flush_dcache_mmap_unlock(mapping) xa_unlock_irq(&mapping->i_pages)
/linux/fs/btrfs/
H A Dextent_io.h429 xa_unlock_irq(&folio->mapping->i_pages); in btrfs_clear_folio_dirty_tag()
H A Dextent_io.c3551 xa_unlock_irq(&fs_info->buffer_tree); in alloc_test_extent_buffer()
3558 xa_unlock_irq(&fs_info->buffer_tree); in alloc_test_extent_buffer()
3561 xa_unlock_irq(&fs_info->buffer_tree); in alloc_test_extent_buffer()
3565 xa_unlock_irq(&fs_info->buffer_tree); in alloc_test_extent_buffer()
3943 xa_unlock_irq(&fs_info->buffer_tree); in alloc_extent_buffer()
3948 xa_unlock_irq(&fs_info->buffer_tree); in alloc_extent_buffer()
3951 xa_unlock_irq(&fs_info->buffer_tree); in alloc_extent_buffer()
3954 xa_unlock_irq(&fs_info->buffer_tree); in alloc_extent_buffer()
/linux/mm/
H A Dworkingset.c767 xa_unlock_irq(&mapping->i_pages); in shadow_lru_isolate()
H A Dfilemap.c258 xa_unlock_irq(&mapping->i_pages); in filemap_remove_folio()
337 xa_unlock_irq(&mapping->i_pages); in delete_from_page_cache_batch()
H A Dshmem.c481 xa_unlock_irq(&mapping->i_pages); in shmem_charge()
965 xa_unlock_irq(&mapping->i_pages); in shmem_delete_from_page_cache()
H A Dvmscan.c765 xa_unlock_irq(&mapping->i_pages); in __remove_mapping()
780 xa_unlock_irq(&mapping->i_pages); in __remove_mapping()
/linux/fs/
H A Dfs-writeback.c499 xa_unlock_irq(&mapping->i_pages); in inode_do_switch_wbs()
/linux/lib/
H A Dtest_xarray.c781 xa_unlock_irq(xa); in check_xa_multi_store_adv_delete()