Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/idxd/
Dinit.c180 wq->max_batch_size = idxd->max_batch_size; in idxd_setup_internals()
228 idxd->max_batch_size = 1U << idxd->hw.gen_cap.max_batch_shift; in idxd_read_caps()
229 dev_dbg(dev, "max batch size: %u\n", idxd->max_batch_size); in idxd_read_caps()
Didxd.h127 u32 max_batch_size; member
192 u32 max_batch_size; member
Dsysfs.c1124 return sprintf(buf, "%u\n", wq->max_batch_size); in wq_max_batch_size_show()
1142 if (batch_size > idxd->max_batch_size) in wq_max_batch_size_store()
1145 wq->max_batch_size = (u32)batch_size; in wq_max_batch_size_store()
1151 __ATTR(max_batch_size, 0644, wq_max_batch_size_show, wq_max_batch_size_store);
1245 return sprintf(buf, "%u\n", idxd->max_batch_size); in max_batch_size_show()
1247 static DEVICE_ATTR_RO(max_batch_size);
Ddevice.c595 wq->wqcfg->max_batch_shift = ilog2(wq->max_batch_size); in idxd_wq_config_write()
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-driver-dma-idxd20 What: /sys/bus/dsa/devices/dsa<m>/max_batch_size
186 What: /sys/bus/dsa/devices/wq<m>.<n>/max_batch_size
/kernel/linux/linux-5.10/drivers/md/
Ddm-clone-target.c988 unsigned int max_batch_size = READ_ONCE(clone->hydration_batch_size); in __batch_hydration() local
992 if (batch->nr_batched_regions < max_batch_size && in __batch_hydration()
1000 if (batch->nr_batched_regions >= max_batch_size || hd) { in __batch_hydration()
1011 if (max_batch_size <= 1) { in __batch_hydration()