Lines Matching defs:arg
3740 * @arg: the ioctl data
3747 unsigned long arg)
3757 return i915_perf_config_locked(stream, arg);
3767 * @arg: the ioctl data
3776 unsigned long arg)
3782 ret = i915_perf_ioctl_locked(stream, cmd, arg);
4854 u64 *arg = data;
4871 oa_config = idr_find(&perf->metrics_idr, *arg);
4879 GEM_BUG_ON(*arg != oa_config->id);
4883 idr_remove(&perf->metrics_idr, *arg);