Home
last modified time | relevance | path

Searched refs:cpu_thread (Results 1 – 5 of 5) sorted by relevance

/linux/arch/um/os-Linux/
H A Dsmp.c31 static void *cpu_thread(void *arg) in cpu_thread() function
61 err = pthread_create(&cpu_threads[cpu], NULL, cpu_thread, data); in os_start_cpu_thread()
/linux/drivers/md/dm-vdo/
H A Dvdo.h138 thread_id_t cpu_thread; member
H A Dvdo.c254 config->cpu_thread = config->thread_count++; in initialize_thread_config()
366 } else if (thread_id == thread_config->cpu_thread) { in get_thread_name()
612 result = vdo_make_thread(vdo, vdo->thread_config.cpu_thread, &cpu_q_type, in vdo_make()
H A Ddata-vio.c862 process_release_callback, vdo->thread_config.cpu_thread, in make_data_vio_pool()
1001 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == vdo->thread_config.cpu_thread), in assert_on_vdo_cpu_thread()
H A Ddm-vdo-target.c1160 return vdo->thread_config.cpu_thread; in get_thread_id_for_phase()