Symbol: thread_ctx
drivers/media/platform/amd/isp4/isp4.c
64
struct isp4sd_thread_handler *thread_ctx =
drivers/media/platform/amd/isp4/isp4.c
67
thread_ctx->resp_ready = true;
drivers/media/platform/amd/isp4/isp4.c
68
wake_up_interruptible(&thread_ctx->waitq);
drivers/media/platform/amd/isp4/isp4_subdev.c
547
struct isp4sd_thread_handler *thread_ctx =
drivers/media/platform/amd/isp4/isp4_subdev.c
553
wait_event_interruptible(thread_ctx->waitq,
drivers/media/platform/amd/isp4/isp4_subdev.c
554
thread_ctx->resp_ready);
drivers/media/platform/amd/isp4/isp4_subdev.c
555
thread_ctx->resp_ready = false;
drivers/media/platform/amd/isp4/isp4_subdev.c
571
struct isp4sd_thread_handler *thread_ctx =
drivers/media/platform/amd/isp4/isp4_subdev.c
574
if (thread_ctx->thread) {
drivers/media/platform/amd/isp4/isp4_subdev.c
575
kthread_stop(thread_ctx->thread);
drivers/media/platform/amd/isp4/isp4_subdev.c
576
thread_ctx->thread = NULL;
drivers/media/platform/amd/isp4/isp4_subdev.c
588
struct isp4sd_thread_handler *thread_ctx =
drivers/media/platform/amd/isp4/isp4_subdev.c
593
init_waitqueue_head(&thread_ctx->waitq);
drivers/media/platform/amd/isp4/isp4_subdev.c
594
thread_ctx->resp_ready = false;
drivers/media/platform/amd/isp4/isp4_subdev.c
596
thread_ctx->thread = kthread_run(isp4sd_fw_resp_thread,
drivers/media/platform/amd/isp4/isp4_subdev.c
599
if (IS_ERR(thread_ctx->thread)) {
drivers/media/platform/amd/isp4/isp4_subdev.c
601
thread_ctx->thread = NULL;
lib/test_workqueue.c
142
struct thread_ctx *ctxs;
lib/test_workqueue.c
60
struct thread_ctx *ctx = container_of(work, struct thread_ctx, work);
lib/test_workqueue.c
67
struct thread_ctx *ctx = data;
tools/testing/selftests/bpf/prog_tests/map_in_map.c
19
static int wait_for_start_or_abort(struct thread_ctx *ctx)
tools/testing/selftests/bpf/prog_tests/map_in_map.c
28
struct thread_ctx *ctx = data;
tools/testing/selftests/bpf/prog_tests/map_in_map.c
59
struct thread_ctx *ctx = data;
tools/testing/selftests/bpf/prog_tests/map_in_map.c
80
struct thread_ctx ctx;