Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Diowait.c51 void (*init_priority)(struct iowait *wait)) in iowait_init()
65 wait->init_priority = init_priority; in iowait_init()
A Diowait.h109 void (*init_priority)(struct iowait *wait); member
140 void (*init_priority)(struct iowait *wait));
344 if (w->init_priority) in iowait_init_priority()
345 w->init_priority(w); in iowait_init_priority()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ctx.h54 int32_t init_priority; member
A Damdgpu_ctx.c143 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