Home
last modified time | relevance | path

Searched refs:init_priority (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Diowait.c51 void (*init_priority)(struct iowait *wait)) in iowait_init()
65 wait->init_priority = init_priority; in iowait_init()
H A Diowait.h150 void (*init_priority)(struct iowait *wait); member
181 void (*init_priority)(struct iowait *wait));
385 if (w->init_priority) in iowait_init_priority()
386 w->init_priority(w); in iowait_init_priority()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.h49 enum drm_sched_priority init_priority; member
H A Damdgpu_ctx.c110 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A D0001-Lower-init-prio-for-extension-attributes.patch57 +#define PROTOBUF_EXTENSION_ATTRIBUTE_INIT_PRIORITY __attribute__((init_priority((103))))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dld.info4121 order of the GCC init_priority attribute encoded in the section name
4123 '.fini_array.NNNNN', 'NNNNN' is the init_priority. In '.ctors.NNNNN'
4124 and '.dtors.NNNNN', 'NNNNN' is 65535 minus the init_priority.
H A Dgcc.info31629 unspecified. In mixed declarations, attribute 'init_priority' can
54062 'init_priority (PRIORITY)'
54069 defined at namespace scope with the 'init_priority' attribute by
54075 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)
H A Dgccint.info5506 'init_priority'
39632 If nonzero, the C++ 'init_priority' attribute is supported and the
39635 error message upon encountering an 'init_priority' attribute.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dld.info4121 order of the GCC init_priority attribute encoded in the section name
4123 '.fini_array.NNNNN', 'NNNNN' is the init_priority. In '.ctors.NNNNN'
4124 and '.dtors.NNNNN', 'NNNNN' is 65535 minus the init_priority.
H A Dgcc.info31629 unspecified. In mixed declarations, attribute 'init_priority' can
54062 'init_priority (PRIORITY)'
54069 defined at namespace scope with the 'init_priority' attribute by
54075 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)
H A Dgccint.info5506 'init_priority'
39632 If nonzero, the C++ 'init_priority' attribute is supported and the
39635 error message upon encountering an 'init_priority' attribute.