Home
last modified time | relevance | path

Searched refs:max_batch_size (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/
H A Ddm-clone-target.c982 unsigned int max_batch_size = READ_ONCE(clone->hydration_batch_size); in __batch_hydration() local
986 if (batch->nr_batched_regions < max_batch_size && in __batch_hydration()
994 if (batch->nr_batched_regions >= max_batch_size || hd) { in __batch_hydration()
1005 if (max_batch_size <= 1) { in __batch_hydration()
/linux/fs/btrfs/
H A Dtree-log.c6492 const int max_batch_size = 195; in log_delayed_insertion_items() local
6531 ins_data = kmalloc_array(max_batch_size, sizeof(u32) + sizeof(struct btrfs_key), GFP_NOFS); in log_delayed_insertion_items()
6536 ins_keys = (struct btrfs_key *)(ins_data + max_batch_size * sizeof(u32)); in log_delayed_insertion_items()
6544 batch.nr == max_batch_size) { in log_delayed_insertion_items()