Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/accel/habanalabs/common/
Dcontext.c209 atomic_set(&ctx->thread_ctx_switch_token, 1); in hl_ctx_init()
Ddevice.c1681 atomic_set(&ctx->thread_ctx_switch_token, 1); in hl_device_reset()
Dhabanalabs.h1884 atomic_t thread_ctx_switch_token; member
Dcommand_submission.c1680 do_ctx_switch = atomic_cmpxchg(&ctx->thread_ctx_switch_token, 1, 0); in hl_cs_ctx_switch()