Searched refs:max_batch_size (Results 1 – 5 of 5) sorted by relevance
/drivers/dma/idxd/ |
D | idxd.h | 216 u32 max_batch_size; member 298 u32 max_batch_size; member 557 u32 max_batch_size) in idxd_set_max_batch_size() argument 560 idxd->max_batch_size = 0; in idxd_set_max_batch_size() 562 idxd->max_batch_size = max_batch_size; in idxd_set_max_batch_size() 566 u32 max_batch_size) in idxd_wq_set_max_batch_size() argument 569 wq->max_batch_size = 0; in idxd_wq_set_max_batch_size() 571 wq->max_batch_size = max_batch_size; in idxd_wq_set_max_batch_size()
|
D | sysfs.c | 1044 return sysfs_emit(buf, "%u\n", wq->max_batch_size); in wq_max_batch_size_show() 1065 if (batch_size > idxd->max_batch_size) in wq_max_batch_size_store() 1074 __ATTR(max_batch_size, 0644, wq_max_batch_size_show, wq_max_batch_size_store); 1365 return sysfs_emit(buf, "%u\n", idxd->max_batch_size); in max_batch_size_show() 1367 static DEVICE_ATTR_RO(max_batch_size);
|
D | init.c | 421 dev_dbg(dev, "max batch size: %u\n", idxd->max_batch_size); in idxd_read_caps()
|
D | device.c | 881 idxd_wqcfg_set_max_batch_shift(idxd->data->type, wq->wqcfg, ilog2(wq->max_batch_size)); in idxd_wq_config_write()
|
/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()
|