Home
last modified time | relevance | path

Searched refs:thread_pool_size (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/btrfs/
H A Dsuper.c84 u32 thread_pool_size; member
420 ctx->thread_pool_size = result.uint_32; in btrfs_parse_param()
1070 if (info->thread_pool_size != min_t(unsigned long, in btrfs_show_options()
1072 seq_printf(seq, ",thread_pool=%u", info->thread_pool_size); in btrfs_show_options()
1233 fs_info->thread_pool_size = new_pool_size; in btrfs_resize_thread_pool()
1403 fs_info->thread_pool_size = ctx->thread_pool_size; in btrfs_ctx_to_info()
1414 ctx->thread_pool_size = fs_info->thread_pool_size; in btrfs_info_to_ctx()
1520 btrfs_resize_thread_pool(fs_info, fs_info->thread_pool_size, in btrfs_reconfigure()
1521 old_ctx.thread_pool_size); in btrfs_reconfigure()
2163 ctx->thread_pool_size = in btrfs_init_fs_context()
H A Dfs.h640 u32 thread_pool_size; member
H A Ddisk-io.c1964 u32 max_active = fs_info->thread_pool_size; in btrfs_init_workqueues()
2851 fs_info->thread_pool_size = min_t(unsigned long, in btrfs_init_fs_info()
H A Dscrub.c2881 int max_active = fs_info->thread_pool_size; in scrub_workers_get()