Searched refs:max_batch_size (Results 1 – 5 of 5) sorted by relevance
871 return sysfs_emit(buf, "%u\n", wq->max_batch_size); in wq_max_batch_size_show()892 if (batch_size > idxd->max_batch_size) in wq_max_batch_size_store()895 wq->max_batch_size = (u32)batch_size; in wq_max_batch_size_store()901 __ATTR(max_batch_size, 0644, wq_max_batch_size_show, wq_max_batch_size_store);1057 return sysfs_emit(buf, "%u\n", idxd->max_batch_size); in max_batch_size_show()1059 static DEVICE_ATTR_RO(max_batch_size);
241 wq->max_batch_size = idxd->max_batch_size; in idxd_setup_wqs()456 idxd->max_batch_size = 1U << idxd->hw.gen_cap.max_batch_shift; in idxd_read_caps()457 dev_dbg(dev, "max batch size: %u\n", idxd->max_batch_size); in idxd_read_caps()
199 u32 max_batch_size; member278 u32 max_batch_size; member
907 wq->wqcfg->max_batch_shift = ilog2(wq->max_batch_size); in idxd_wq_config_write()
982 unsigned int max_batch_size = READ_ONCE(clone->hydration_batch_size); in __batch_hydration() local986 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()