Searched refs:init_priority (Results 1 – 11 of 11) sorted by relevance
51 void (*init_priority)(struct iowait *wait)) in iowait_init()65 wait->init_priority = init_priority; in iowait_init()
150 void (*init_priority)(struct iowait *wait); member181 void (*init_priority)(struct iowait *wait));385 if (w->init_priority) in iowait_init_priority()386 w->init_priority(w); in iowait_init_priority()
49 enum drm_sched_priority init_priority; member
110 ctx->init_priority : ctx->override_priority; in amdgpu_ctx_init_entity()163 ctx->init_priority = priority; in amdgpu_ctx_init()524 ctx->init_priority : ctx->override_priority; in amdgpu_ctx_priority_override()
57 +#define PROTOBUF_EXTENSION_ATTRIBUTE_INIT_PRIORITY __attribute__((init_priority((103))))
4121 order of the GCC init_priority attribute encoded in the section name4123 '.fini_array.NNNNN', 'NNNNN' is the init_priority. In '.ctors.NNNNN'4124 and '.dtors.NNNNN', 'NNNNN' is 65535 minus the init_priority.
31629 unspecified. In mixed declarations, attribute 'init_priority' can54062 'init_priority (PRIORITY)'54069 defined at namespace scope with the 'init_priority' attribute by54075 but the 'init_priority' attribute reverses that order:54077 Some_Class A __attribute__ ((init_priority (2000)));54078 Some_Class B __attribute__ ((init_priority (543)));65641 * 'init_priority' variable attribute: C++ Attributes. (line 50)
5506 'init_priority'39632 If nonzero, the C++ 'init_priority' attribute is supported and the39635 error message upon encountering an 'init_priority' attribute.