Home
last modified time | relevance | path

Searched refs:uprop (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_perf.c3537 u64 __user *uprop = uprops; in read_properties_unlocked() local
3573 ret = get_user(id, uprop); in read_properties_unlocked()
3577 ret = get_user(value, uprop + 1); in read_properties_unlocked()
3687 uprop += 2; in read_properties_unlocked()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_perf.c4064 u64 __user *uprop = uprops; in read_properties_unlocked() local
4095 ret = get_user(id, uprop); in read_properties_unlocked()
4099 ret = get_user(value, uprop + 1); in read_properties_unlocked()
4224 uprop += 2; in read_properties_unlocked()

Completed in 16 milliseconds