Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 25 of 77) sorted by relevance

1234

/kernel/linux/linux-6.6/drivers/dma/ti/
Dk3-psil.c32 struct psil_endpoint_config *psil_get_ep_config(u32 thread_id) in psil_get_ep_config()
77 u32 thread_id; in psil_set_new_ep_config() local
Dk3-psil-priv.h12 u32 thread_id; member
/kernel/linux/linux-5.10/drivers/dma/ti/
Dk3-psil.c26 struct psil_endpoint_config *psil_get_ep_config(u32 thread_id) in psil_get_ep_config()
71 u32 thread_id; in psil_set_new_ep_config() local
Dk3-psil-priv.h12 u32 thread_id; member
/kernel/liteos_m/kal/cmsis/
Dcmsis_liteos2.c295 const char *osThreadGetName(osThreadId_t thread_id) in osThreadGetName()
326 osThreadState_t osThreadGetState(osThreadId_t thread_id) in osThreadGetState()
356 uint32_t osThreadGetStackSize(osThreadId_t thread_id) in osThreadGetStackSize()
402 uint32_t osThreadGetStackSpace(osThreadId_t thread_id) in osThreadGetStackSpace()
415 osStatus_t osThreadSetPriority(osThreadId_t thread_id, osPriority_t priority) in osThreadSetPriority()
450 osPriority_t osThreadGetPriority(osThreadId_t thread_id) in osThreadGetPriority()
486 osStatus_t osThreadSuspend(osThreadId_t thread_id) in osThreadSuspend()
517 osStatus_t osThreadResume(osThreadId_t thread_id) in osThreadResume()
546 osStatus_t osThreadDetach(osThreadId_t thread_id) in osThreadDetach()
565 osStatus_t osThreadJoin(osThreadId_t thread_id) in osThreadJoin()
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/bufq/src/
Dbufq.c105 unsigned int thread_id, in ia_css_queue_map()
126 unsigned int thread_id, in ia_css_query_internal_queue_id()
151 unsigned int thread_id, in map_buffer_type_to_queue_id()
192 unsigned int thread_id, in unmap_buffer_type_to_queue_id()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/bufq/src/
Dbufq.c105 unsigned int thread_id, in ia_css_queue_map()
126 unsigned int thread_id, in ia_css_query_internal_queue_id()
151 unsigned int thread_id, in map_buffer_type_to_queue_id()
192 unsigned int thread_id, in unmap_buffer_type_to_queue_id()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
Dpipeline.c132 unsigned int thread_id; in ia_css_pipeline_start() local
201 unsigned int thread_id; in ia_css_pipeline_request_stop() local
444 unsigned int thread_id; in ia_css_pipeline_has_stopped() local
559 unsigned int thread_id; in pipeline_unmap_num_to_sp_thread() local
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
Dpipeline.c132 unsigned int thread_id; in ia_css_pipeline_start() local
200 unsigned int thread_id; in ia_css_pipeline_request_stop() local
443 unsigned int thread_id; in ia_css_pipeline_has_stopped() local
558 unsigned int thread_id; in pipeline_unmap_num_to_sp_thread() local
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_ras.c142 int thread_id, subcore_id; in kvmppc_subcore_enter_guest() local
153 int thread_id, subcore_id; in kvmppc_subcore_exit_guest() local
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dsh_css_sp.c125 unsigned int thread_id; in store_sp_stage_data() local
202 unsigned int thread_id; in sh_css_sp_start_binary_copy() local
257 unsigned int thread_id; in sh_css_sp_start_raw_copy() local
330 unsigned int thread_id; in sh_css_sp_start_isys_copy() local
905 unsigned int thread_id; in sh_css_sp_init_stage() local
1216 unsigned int thread_id; in sh_css_sp_init_pipeline() local
1376 unsigned int thread_id; in sh_css_sp_uninit_pipeline() local
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
Dsh_css_sp.c126 unsigned int thread_id; in store_sp_stage_data() local
203 unsigned int thread_id; in sh_css_sp_start_binary_copy() local
258 unsigned int thread_id; in sh_css_sp_start_raw_copy() local
331 unsigned int thread_id; in sh_css_sp_start_isys_copy() local
925 unsigned int thread_id; in sh_css_sp_init_stage() local
1217 unsigned int thread_id; in sh_css_sp_init_pipeline() local
1342 unsigned int thread_id; in sh_css_sp_uninit_pipeline() local
/kernel/linux/linux-6.6/arch/powerpc/kvm/
Dbook3s_hv_ras.c205 int thread_id, subcore_id; in kvmppc_subcore_enter_guest() local
216 int thread_id, subcore_id; in kvmppc_subcore_exit_guest() local
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dexport-to-postgresql.py987 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument
991 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): argument
998 def comm_thread_table(comm_thread_id, comm_id, thread_id, *x): argument
1028 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
1040 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument
/kernel/linux/linux-6.6/tools/perf/scripts/python/
Dexport-to-postgresql.py990 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument
994 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): argument
1001 def comm_thread_table(comm_thread_id, comm_id, thread_id, *x): argument
1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
1043 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dspinlock.c21 pthread_t thread_id[4]; in test_spinlock() local
Dmap_lock.c51 pthread_t thread_id[6]; in test_map_lock() local
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
Dcbe_regs.c44 unsigned int thread_id; member
254 unsigned int thread_id; in cbe_regs_init() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
Dcbe_regs.c45 unsigned int thread_id; member
239 unsigned int thread_id; in cbe_regs_init() local
/kernel/linux/linux-6.6/tools/testing/selftests/sync/
Dsync_stress_parallelism.c42 int thread_id = (long)d; in test_stress_two_threads_shared_timeline_thread() local
/kernel/linux/linux-5.10/tools/testing/selftests/sync/
Dsync_stress_parallelism.c42 int thread_id = (long)d; in test_stress_two_threads_shared_timeline_thread() local
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dtopology.h9 int thread_id; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dmap_lock.c54 pthread_t thread_id[6]; in test_map_lock() local
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dexmutex.c128 acpi_thread_id thread_id) in acpi_ex_acquire_mutex_object()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
Dexmutex.c128 acpi_thread_id thread_id) in acpi_ex_acquire_mutex_object()

1234