Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dsuper.c531 info->thread_pool_size = intarg; in btrfs_parse_options()
1136 if (info->thread_pool_size != min_t(unsigned long, in btrfs_show_options()
1138 seq_printf(seq, ",thread_pool=%d", info->thread_pool_size); in btrfs_show_options()
1553 fs_info->thread_pool_size = new_pool_size; in btrfs_resize_thread_pool()
1618 int old_thread_pool_size = fs_info->thread_pool_size; in btrfs_remount()
1648 fs_info->thread_pool_size, old_thread_pool_size); in btrfs_remount()
1757 old_thread_pool_size, fs_info->thread_pool_size); in btrfs_remount()
Ddisk-io.c774 info->thread_pool_size, in btrfs_async_submit_limit()
2285 int max_active = fs_info->thread_pool_size; in btrfs_init_workqueues()
2598 fs_info->thread_pool_size = min_t(unsigned long, in open_ctree()
2820 max_active = fs_info->thread_pool_size; in open_ctree()
Dctree.h1648 int thread_pool_size; member
Dscrub.c3733 int max_active = fs_info->thread_pool_size; in scrub_workers_get()