Searched refs:thread_ctx_switch_token (Results 1 – 4 of 4) sorted by relevance
127 atomic_set(&ctx->thread_ctx_switch_token, 1); in hl_ctx_init()
629 do_ctx_switch = atomic_cmpxchg(&ctx->thread_ctx_switch_token, 1, 0); in hl_cs_ioctl()
929 atomic_set(&hdev->compute_ctx->thread_ctx_switch_token, 1); in hl_device_reset()
661 atomic_t thread_ctx_switch_token; member