Searched refs:read_latency (Results 1 – 7 of 7) sorted by relevance
33 unsigned int read_latency; member
230 target->hmem_attrs[access].read_latency = value; in hmat_update_target_access()234 target->hmem_attrs[access].read_latency = value; in hmat_update_target_access()
125 What: /sys/devices/system/node/nodeX/accessY/initiators/read_latency
85 |-- read_latency
2136 __field(s64, read_latency)2144 __entry->read_latency = ktime_us_delta(ktime_get(), posttime);2149 __entry->totalbytes, __entry->read_latency
175 ACCESS_ATTR(read_latency);
3296 u16 wm[], int num_levels, int read_latency) in adjust_wm_latency() argument3325 wm[level] += read_latency; in adjust_wm_latency()3361 int read_latency = DISPLAY_VER(i915) >= 12 ? 3 : 2; in skl_read_wm_latency() local3392 adjust_wm_latency(i915, wm, num_levels, read_latency); in skl_read_wm_latency()