Searched refs:managed_pslots (Results 1 – 3 of 3) sorted by relevance
684 xa_init(&EROFS_SB(sb)->managed_pslots); in z_erofs_init_super()774 xa_lock(&sbi->managed_pslots); in z_erofs_register_pcluster()775 pre = __xa_cmpxchg(&sbi->managed_pslots, pcl->pos, in z_erofs_register_pcluster()778 xa_unlock(&sbi->managed_pslots); in z_erofs_register_pcluster()782 xa_unlock(&sbi->managed_pslots); in z_erofs_register_pcluster()927 xa_lock(&sbi->managed_pslots); in z_erofs_shrink_scan()928 xa_for_each(&sbi->managed_pslots, index, pcl) { in z_erofs_shrink_scan()932 xa_unlock(&sbi->managed_pslots); in z_erofs_shrink_scan()937 xa_lock(&sbi->managed_pslots); in z_erofs_shrink_scan()939 xa_unlock(&sbi->managed_pslots); in z_erofs_shrink_scan()[all …]
233 while (!xa_empty(&sbi->managed_pslots)) { in erofs_shrinker_unregister()
117 struct xarray managed_pslots; member
Completed in 14 milliseconds