Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/common/
H A Dcontext.c211 ctx->thread_ctx_switch_wait_token = 0; in hl_ctx_init()
H A Dcommand_submission.c1765 ctx->thread_ctx_switch_wait_token = 1; in hl_cs_ctx_switch()
1767 } else if (hdev->supports_ctx_switch && !ctx->thread_ctx_switch_wait_token) { in hl_cs_ctx_switch()
1769 &ctx->thread_ctx_switch_wait_token, tmp, (tmp == 1), in hl_cs_ctx_switch()
H A Ddevice.c1808 ctx->thread_ctx_switch_wait_token = 0; in hl_device_reset()
H A Dhabanalabs.h1957 u32 thread_ctx_switch_wait_token; member