Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/common/
H A Dcontext.c210 atomic_set(&ctx->thread_ctx_switch_token, 1); in hl_ctx_init()
H A Ddevice.c1822 atomic_set(&ctx->thread_ctx_switch_token, 1); in hl_device_reset()
H A Dhabanalabs.h1952 atomic_t thread_ctx_switch_token; member
H A Dcommand_submission.c1700 do_ctx_switch = atomic_cmpxchg(&ctx->thread_ctx_switch_token, 1, 0); in hl_cs_ctx_switch()