Searched refs:v_ (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pmu.c | 431 #define XE_EVENT_ATTR(name_, v_, id_) \ argument 432 PMU_EVENT_ATTR(name_, pmu_event_ ## v_, id_, event_attr_show) 434 #define XE_EVENT_ATTR_UNIT(name_, v_, unit_) \ argument 435 PMU_EVENT_ATTR_STRING(name_.unit, pmu_event_unit_ ## v_, unit_) 437 #define XE_EVENT_ATTR_GROUP(v_, id_, ...) \ argument 438 static struct attribute *pmu_attr_ ##v_[] = { \ 442 static umode_t is_visible_##v_(struct kobject *kobj, \ 454 static const struct attribute_group pmu_group_ ##v_ = { \ 456 .attrs = pmu_attr_ ## v_, \ 457 .is_visible = is_visible_ ## v_, \ [all …]
|
| /linux/include/linux/ |
| H A D | minmax.h | 195 __clamp_once(type, val, lo, hi, __UNIQUE_ID(v_), __UNIQUE_ID(l_), __UNIQUE_ID(h_))
|