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

/linux-master/fs/btrfs/
H A Dsuper.c83 u32 thread_pool_size; member in struct:btrfs_fs_context
404 ctx->thread_pool_size = result.uint_32;
1032 if (info->thread_pool_size != min_t(unsigned long,
1034 seq_printf(seq, ",thread_pool=%u", info->thread_pool_size);
1193 fs_info->thread_pool_size = new_pool_size;
1363 fs_info->thread_pool_size = ctx->thread_pool_size;
1374 ctx->thread_pool_size = fs_info->thread_pool_size;
1479 btrfs_resize_thread_pool(fs_info, fs_info->thread_pool_size,
[all...]
H A Dfs.h620 u32 thread_pool_size; member in struct:btrfs_fs_info
H A Ddisk-io.c1976 u32 max_active = fs_info->thread_pool_size;
2780 fs_info->thread_pool_size = min_t(unsigned long,
H A Dscrub.c2864 int max_active = fs_info->thread_pool_size;

Completed in 189 milliseconds