Home
last modified time | relevance | path

Searched refs:thread_status (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dfunnel-workqueue.c480 const char *thread_status = "no threads"; in dump_simple_work_queue() local
485 thread_status = atomic_read(&queue->idle) ? "idle" : "running"; in dump_simple_work_queue()
489 thread_status, task_state_report); in dump_simple_work_queue()
/linux/tools/perf/bench/
H A Dsched-messaging.c197 void *thread_status; in reap_worker() local
205 pthread_join(worker->thread, &thread_status); in reap_worker()
/linux/arch/powerpc/include/asm/
H A Dopal.h131 int64_t opal_query_cpu_status(uint64_t thread_number, uint8_t *thread_status);