Searched refs:init_priority (Results 1 – 4 of 4) sorted by relevance
51 void (*init_priority)(struct iowait *wait)) in iowait_init()65 wait->init_priority = init_priority; in iowait_init()
109 void (*init_priority)(struct iowait *wait); member140 void (*init_priority)(struct iowait *wait));344 if (w->init_priority) in iowait_init_priority()345 w->init_priority(w); in iowait_init_priority()
54 int32_t init_priority; member
143 ctx->init_priority : ctx->override_priority; in amdgpu_ctx_get_hw_prio()218 ctx->init_priority : ctx->override_priority; in amdgpu_ctx_init_entity()322 ctx->init_priority = priority; in amdgpu_ctx_init()809 ctx->init_priority : ctx->override_priority; in amdgpu_ctx_priority_override()
Completed in 8 milliseconds