Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsuper.c723 info->thread_pool_size = intarg; in btrfs_parse_options()
1427 if (info->thread_pool_size != min_t(unsigned long, in btrfs_show_options()
1429 seq_printf(seq, ",thread_pool=%u", info->thread_pool_size); in btrfs_show_options()
1801 fs_info->thread_pool_size = new_pool_size; in btrfs_resize_thread_pool()
1864 u32 old_thread_pool_size = fs_info->thread_pool_size; in btrfs_remount()
1888 fs_info->thread_pool_size, old_thread_pool_size); in btrfs_remount()
2019 old_thread_pool_size, fs_info->thread_pool_size); in btrfs_remount()
H A Ddisk-io.c2163 u32 max_active = fs_info->thread_pool_size; in btrfs_init_workqueues()
2773 fs_info->thread_pool_size = min_t(unsigned long, in btrfs_init_fs_info()
H A Dctree.h791 u32 thread_pool_size; member
H A Dscrub.c3759 int max_active = fs_info->thread_pool_size; in scrub_workers_get()