Searched refs:max_batch_size (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/dma/idxd/ |
D | idxd.h | 225 u32 max_batch_size; member 338 u32 max_batch_size; member 623 u32 max_batch_size) in idxd_set_max_batch_size() argument 626 idxd->max_batch_size = 0; in idxd_set_max_batch_size() 628 idxd->max_batch_size = max_batch_size; in idxd_set_max_batch_size() 632 u32 max_batch_size) in idxd_wq_set_max_batch_size() argument 635 wq->max_batch_size = 0; in idxd_wq_set_max_batch_size() 637 wq->max_batch_size = max_batch_size; in idxd_wq_set_max_batch_size()
|
D | sysfs.c | 1041 return sysfs_emit(buf, "%u\n", wq->max_batch_size); in wq_max_batch_size_show() 1062 if (batch_size > idxd->max_batch_size) in wq_max_batch_size_store() 1071 __ATTR(max_batch_size, 0644, wq_max_batch_size_show, wq_max_batch_size_store); 1405 return sysfs_emit(buf, "%u\n", idxd->max_batch_size); in max_batch_size_show() 1407 static DEVICE_ATTR_RO(max_batch_size);
|
D | init.c | 466 dev_dbg(dev, "max batch size: %u\n", idxd->max_batch_size); in idxd_read_caps()
|
D | device.c | 964 idxd_wqcfg_set_max_batch_shift(idxd->data->type, wq->wqcfg, ilog2(wq->max_batch_size)); in idxd_wq_config_write()
|
/Linux-v6.6/drivers/md/ |
D | dm-clone-target.c | 982 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-v6.6/Documentation/ABI/stable/ |
D | sysfs-driver-dma-idxd | 20 What: /sys/bus/dsa/devices/dsa<m>/max_batch_size 223 What: /sys/bus/dsa/devices/wq<m>.<n>/max_batch_size
|
/Linux-v6.6/fs/btrfs/ |
D | tree-log.c | 5984 const int max_batch_size = 195; in log_delayed_insertion_items() local 6023 ins_data = kmalloc(max_batch_size * sizeof(u32) + in log_delayed_insertion_items() 6024 max_batch_size * sizeof(struct btrfs_key), GFP_NOFS); in log_delayed_insertion_items() 6029 ins_keys = (struct btrfs_key *)(ins_data + max_batch_size * sizeof(u32)); in log_delayed_insertion_items() 6037 batch.nr == max_batch_size) { in log_delayed_insertion_items()
|