Searched refs:max_batch_size (Results 1 – 6 of 6) sorted by relevance
180 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()
127 u32 max_batch_size; member192 u32 max_batch_size; member
1124 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);
595 wq->wqcfg->max_batch_shift = ilog2(wq->max_batch_size); in idxd_wq_config_write()
20 What: /sys/bus/dsa/devices/dsa<m>/max_batch_size186 What: /sys/bus/dsa/devices/wq<m>.<n>/max_batch_size
988 unsigned int max_batch_size = READ_ONCE(clone->hydration_batch_size); in __batch_hydration() local992 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()