Searched refs:max_batch_size (Results 1 – 5 of 5) sorted by relevance
| /drivers/dma/idxd/ |
| A D | idxd.h | 229 u32 max_batch_size; member 347 u32 max_batch_size; member 675 u32 max_batch_size) in idxd_set_max_batch_size() argument 678 idxd->max_batch_size = 0; in idxd_set_max_batch_size() 680 idxd->max_batch_size = max_batch_size; in idxd_set_max_batch_size() 684 u32 max_batch_size) in idxd_wq_set_max_batch_size() argument 687 wq->max_batch_size = 0; in idxd_wq_set_max_batch_size() 689 wq->max_batch_size = max_batch_size; in idxd_wq_set_max_batch_size()
|
| A 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); 1464 return sysfs_emit(buf, "%u\n", idxd->max_batch_size); in max_batch_size_show() 1466 static DEVICE_ATTR_RO(max_batch_size);
|
| A D | init.c | 546 dev_dbg(dev, "max batch size: %u\n", idxd->max_batch_size); in idxd_read_caps() 1017 wq->max_batch_size = saved_wq->max_batch_size; in idxd_device_config_restore()
|
| A D | device.c | 976 idxd_wqcfg_set_max_batch_shift(idxd->data->type, wq->wqcfg, ilog2(wq->max_batch_size)); in idxd_wq_config_write()
|
| /drivers/md/ |
| A 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()
|
Completed in 20 milliseconds