compute_ctx        35 drivers/misc/habanalabs/context.c 		if ((hdev->in_debug) && (hdev->compute_ctx == ctx))
compute_ctx        93 drivers/misc/habanalabs/context.c 	hdev->compute_ctx = ctx;
compute_ctx       373 drivers/misc/habanalabs/debugfs.c 		ctx = hdev->compute_ctx;
compute_ctx       536 drivers/misc/habanalabs/debugfs.c 	struct hl_ctx *ctx = hdev->compute_ctx;
compute_ctx        60 drivers/misc/habanalabs/device.c 	hdev->compute_ctx = NULL;
compute_ctx       367 drivers/misc/habanalabs/device.c 	if (!hdev->compute_ctx)
compute_ctx       930 drivers/misc/habanalabs/device.c 	if (hdev->compute_ctx) {
compute_ctx       931 drivers/misc/habanalabs/device.c 		atomic_set(&hdev->compute_ctx->thread_ctx_switch_token, 1);
compute_ctx       932 drivers/misc/habanalabs/device.c 		hdev->compute_ctx->thread_ctx_switch_wait_token = 0;
compute_ctx       965 drivers/misc/habanalabs/device.c 		hdev->compute_ctx = NULL;
compute_ctx      1170 drivers/misc/habanalabs/device.c 	hdev->compute_ctx = NULL;
compute_ctx       259 drivers/misc/habanalabs/goya/goya_hwmgr.c 	if (hdev->compute_ctx) {
compute_ctx      1302 drivers/misc/habanalabs/habanalabs.h 	struct hl_ctx			*compute_ctx;
compute_ctx       132 drivers/misc/habanalabs/habanalabs_drv.c 	if (hdev->compute_ctx) {