Searched refs:managed_pslots (Results 1 – 3 of 3) sorted by relevance
54 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()97 xa_unlock(&sbi->managed_pslots); in erofs_insert_workgroup()145 DBG_BUGON(__xa_erase(&sbi->managed_pslots, grp->index) != grp); in erofs_try_to_release_workgroup()160 xa_lock(&sbi->managed_pslots); in erofs_shrink_workstation()161 xa_for_each(&sbi->managed_pslots, index, grp) { in erofs_shrink_workstation()165 xa_unlock(&sbi->managed_pslots); in erofs_shrink_workstation()170 xa_lock(&sbi->managed_pslots); in erofs_shrink_workstation()[all …]
77 struct xarray managed_pslots; member
569 xa_init(&sbi->managed_pslots); in erofs_fc_fill_super()