Searched refs:managed_pslots (Results 1 – 3 of 3) sorted by relevance
60 grp = xa_load(&sbi->managed_pslots, index); in erofs_find_workgroup()82 xa_lock(&sbi->managed_pslots); in erofs_insert_workgroup()83 pre = __xa_cmpxchg(&sbi->managed_pslots, grp->index, in erofs_insert_workgroup()90 xa_unlock(&sbi->managed_pslots); in erofs_insert_workgroup()96 xa_unlock(&sbi->managed_pslots); in erofs_insert_workgroup()140 DBG_BUGON(__xa_erase(&sbi->managed_pslots, grp->index) != grp); in erofs_try_to_release_workgroup()158 xa_lock(&sbi->managed_pslots); in erofs_shrink_workstation()159 xa_for_each(&sbi->managed_pslots, index, grp) { in erofs_shrink_workstation()163 xa_unlock(&sbi->managed_pslots); in erofs_shrink_workstation()168 xa_lock(&sbi->managed_pslots); in erofs_shrink_workstation()[all …]
124 struct xarray managed_pslots; member
647 xa_init(&sbi->managed_pslots); in erofs_fc_fill_super()