Home
last modified time | relevance | path

Searched refs:name__ (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/dev/pci/drm/i915/selftests/
Di915_random.h39 #define I915_RND_STATE(name__) \ argument
40 struct rnd_state name__ = I915_RND_STATE_INITIALIZER(i915_selftest.random_seed)
42 #define I915_RND_SUBSTATE(name__, parent__) \ argument
43 struct rnd_state name__ = I915_RND_STATE_INITIALIZER(prandom_u32_state(&(parent__)))
/openbsd/src/sys/dev/pci/drm/i915/
Di915_selftest.h131 #define IGT_TIMEOUT(name__) \ argument
132 unsigned long name__ = jiffies + i915_selftest.timeout_jiffies
Dintel_uncore.h357 #define __uncore_read(name__, x__, s__, trace__) \ argument
358 static inline u##x__ intel_uncore_##name__(struct intel_uncore *uncore, \
364 #define __uncore_write(name__, x__, s__, trace__) \ argument
365 static inline void intel_uncore_##name__(struct intel_uncore *uncore, \
/openbsd/src/sys/dev/pci/drm/include/uapi/drm/
Di915_drm.h2331 #define I915_DEFINE_CONTEXT_ENGINES_LOAD_BALANCE(name__, N__) struct { \ argument
2338 } __attribute__((packed)) name__
2369 #define I915_DEFINE_CONTEXT_ENGINES_BOND(name__, N__) struct { \ argument
2377 } __attribute__((packed)) name__
2497 #define I915_DEFINE_CONTEXT_ENGINES_PARALLEL_SUBMIT(name__, N__) struct { \ argument
2506 } __attribute__((packed)) name__
2571 #define I915_DEFINE_CONTEXT_PARAM_ENGINES(name__, N__) struct { \ argument
2574 } __attribute__((packed)) name__
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtimevar.h69 #define DEFTIMEVAR(identifier__, name__) \ argument
Dtimevar.c237 #define DEFTIMEVAR(identifier__, name__) \ in init_timevar() argument
238 timevars[identifier__].name = name__; in init_timevar()
/openbsd/src/gnu/gcc/gcc/
Dtimevar.h72 #define DEFTIMEVAR(identifier__, name__) \ argument
Dtimevar.c243 #define DEFTIMEVAR(identifier__, name__) \ in timevar_init() argument
244 timevars[identifier__].name = name__; in timevar_init()