Home
last modified time | relevance | path

Searched refs:thread_ctx_switch_wait_token (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H A Dcontext.c141 ctx->thread_ctx_switch_wait_token = 0; in hl_ctx_init()
H A Dcommand_submission.c1126 ctx->thread_ctx_switch_wait_token = 1; in hl_cs_ioctl()
1127 } else if (!ctx->thread_ctx_switch_wait_token) { in hl_cs_ioctl()
1131 &ctx->thread_ctx_switch_wait_token, tmp, (tmp == 1), in hl_cs_ioctl()
H A Ddevice.c1002 hdev->compute_ctx->thread_ctx_switch_wait_token = 0; in hl_device_reset()
H A Dhabanalabs.h872 * @thread_ctx_switch_wait_token: token to prevent the threads that didn't run
899 u32 thread_ctx_switch_wait_token; member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dcontext.c210 ctx->thread_ctx_switch_wait_token = 0; in hl_ctx_init()
H A Dcommand_submission.c1752 ctx->thread_ctx_switch_wait_token = 1; in hl_cs_ctx_switch()
1754 } else if (hdev->supports_ctx_switch && !ctx->thread_ctx_switch_wait_token) { in hl_cs_ctx_switch()
1756 &ctx->thread_ctx_switch_wait_token, tmp, (tmp == 1), in hl_cs_ctx_switch()
H A Ddevice.c1685 ctx->thread_ctx_switch_wait_token = 0; in hl_device_reset()
H A Dhabanalabs.h1857 * @thread_ctx_switch_wait_token: token to prevent the threads that didn't run
1887 u32 thread_ctx_switch_wait_token; member

Completed in 21 milliseconds