Searched refs:thread_id (Results 1 - 25 of 87) sorted by relevance

1234

/linux-master/drivers/dma/ti/
H A Dk3-psil.c34 struct psil_endpoint_config *psil_get_ep_config(u32 thread_id) argument
54 if (thread_id & K3_PSIL_DST_THREAD_ID_OFFSET && soc_ep_map->dst) {
57 if (soc_ep_map->dst[i].thread_id == thread_id)
62 thread_id &= ~K3_PSIL_DST_THREAD_ID_OFFSET;
65 if (soc_ep_map->src[i].thread_id == thread_id)
79 u32 thread_id; local
93 thread_id = dma_spec.args[0];
95 dst_ep_config = psil_get_ep_config(thread_id);
[all...]
H A Dk3-psil-priv.h12 u32 thread_id; member in struct:psil_ep
37 struct psil_endpoint_config *psil_get_ep_config(u32 thread_id);
H A Dk3-psil-am62a.c12 .thread_id = x, \
22 .thread_id = x, \
33 .thread_id = x, \
48 .thread_id = x, \
64 .thread_id = x, \
74 .thread_id = x, \
H A Dk3-psil-am64.c13 .thread_id = x, \
23 .thread_id = x, \
34 .thread_id = x, \
49 .thread_id = x, \
H A Dk3-psil-am62.c12 .thread_id = x, \
23 .thread_id = x, \
38 .thread_id = x, \
54 .thread_id = x, \
64 .thread_id = x, \
H A Dk3-psil-am654.c13 .thread_id = x, \
21 .thread_id = x, \
30 .thread_id = x, \
41 .thread_id = x, \
/linux-master/drivers/staging/media/atomisp/pci/runtime/bufq/src/
H A Dbufq.c72 unsigned int thread_id,
76 unsigned int thread_id,
105 unsigned int thread_id,
110 assert(thread_id < SH_CSS_MAX_SP_THREADS);
113 "ia_css_queue_map() enter: buf_type=%d, thread_id=%d\n", buf_type, thread_id);
116 map_buffer_type_to_queue_id(thread_id, buf_type);
118 unmap_buffer_type_to_queue_id(thread_id, buf_type);
126 unsigned int thread_id,
129 IA_CSS_ENTER("buf_type=%d, thread_id
104 ia_css_queue_map( unsigned int thread_id, enum ia_css_buffer_type buf_type, bool map) argument
124 ia_css_query_internal_queue_id( enum ia_css_buffer_type buf_type, unsigned int thread_id, enum sh_css_queue_id *val) argument
150 map_buffer_type_to_queue_id( unsigned int thread_id, enum ia_css_buffer_type buf_type) argument
191 unmap_buffer_type_to_queue_id( unsigned int thread_id, enum ia_css_buffer_type buf_type) argument
[all...]
/linux-master/drivers/md/dm-vdo/
H A Ddata-vio.h371 thread_id_t expected = data_vio->hash_zone->thread_id;
372 thread_id_t thread_id = vdo_get_callback_thread_id(); local
377 VDO_ASSERT_LOG_ONLY((expected == thread_id),
379 (unsigned long long) data_vio->logical.lbn, thread_id, expected);
386 data_vio->hash_zone->thread_id);
402 thread_id_t expected = data_vio->logical.zone->thread_id;
403 thread_id_t thread_id = vdo_get_callback_thread_id(); local
405 VDO_ASSERT_LOG_ONLY((expected == thread_id),
407 (unsigned long long) data_vio->logical.lbn, thread_id, expected);
414 data_vio->logical.zone->thread_id);
431 thread_id_t thread_id = vdo_get_callback_thread_id(); local
461 thread_id_t thread_id = vdo_get_callback_thread_id(); local
491 thread_id_t thread_id = vdo_get_callback_thread_id(); local
508 thread_id_t thread_id = vdo_get_callback_thread_id(); local
526 thread_id_t thread_id = vdo_get_callback_thread_id(); local
556 thread_id_t thread_id = vdo_get_callback_thread_id(); local
586 thread_id_t thread_id = vdo_get_callback_thread_id(); local
[all...]
H A Dcompletion.c112 thread_id_t thread_id = completion->callback_thread_id; local
114 if (VDO_ASSERT(thread_id < vdo->thread_config.thread_count,
115 "thread_id %u (completion type %d) is less than thread count %u",
116 thread_id, completion->type,
123 vdo_enqueue_work_queue(vdo->threads[thread_id].queue, completion);
H A Dvdo.c336 * @thread_id: The thread id.
344 thread_id_t thread_id, char *buffer, size_t buffer_length)
346 if (thread_id == thread_config->journal_thread) {
347 if (thread_config->packer_thread == thread_id) {
359 } else if (thread_id == thread_config->admin_thread) {
363 } else if (thread_id == thread_config->packer_thread) {
366 } else if (thread_id == thread_config->dedupe_thread) {
369 } else if (thread_id == thread_config->bio_ack_thread) {
372 } else if (thread_id == thread_config->cpu_thread) {
379 thread_id, "log
343 get_thread_name(const struct thread_config *thread_config, thread_id_t thread_id, char *buffer, size_t buffer_length) argument
416 vdo_make_thread(struct vdo *vdo, thread_id_t thread_id, const struct vdo_work_queue_type *type, unsigned int queue_count, void *contexts[]) argument
993 vdo_register_read_only_listener(struct vdo *vdo, void *listener, vdo_read_only_notification_fn notification, thread_id_t thread_id) argument
1146 thread_id_t thread_id = completion->callback_thread_id; local
1251 thread_id_t thread_id = vdo_get_callback_thread_id(); local
1354 perform_synchronous_action(struct vdo *vdo, vdo_action_fn action, thread_id_t thread_id, void *parent) argument
1610 thread_id_t thread_id; local
[all...]
H A Dvio.h68 thread_id_t thread_id = vdo_get_callback_thread_id(); local
70 VDO_ASSERT_LOG_ONLY((expected == thread_id),
72 (unsigned long long) pbn_from_vio_bio(vio->bio), thread_id,
191 int __must_check make_vio_pool(struct vdo *vdo, size_t pool_size, thread_id_t thread_id,
/linux-master/drivers/staging/media/atomisp/pci/runtime/bufq/interface/
H A Dia_css_bufq.h37 unsigned int thread_id,
50 unsigned int thread_id,
/linux-master/tools/testing/selftests/sync/
H A Dsync_stress_parallelism.c42 int thread_id = (long)d; local
49 i * 2 + thread_id);
61 ASSERT(test_data_two_threads.counter == i * 2 + thread_id,
/linux-master/drivers/acpi/acpica/
H A Dexmutex.c108 * thread_id - Current thread state
128 acpi_thread_id thread_id)
140 if (obj_desc->mutex.thread_id == thread_id) {
168 obj_desc->mutex.thread_id = thread_id;
235 walk_state->thread->thread_id);
321 obj_desc->mutex.thread_id = 0;
376 if ((owner_thread->thread_id != walk_state->thread->thread_id)
126 acpi_ex_acquire_mutex_object(u16 timeout, union acpi_operand_object *obj_desc, acpi_thread_id thread_id) argument
[all...]
H A Dutmutex.c142 acpi_gbl_mutex_info[mutex_id].thread_id =
170 acpi_gbl_mutex_info[mutex_id].thread_id = ACPI_MUTEX_NOT_ACQUIRED;
212 if (acpi_gbl_mutex_info[i].thread_id == this_thread_id) {
250 acpi_gbl_mutex_info[mutex_id].thread_id = this_thread_id;
288 if (acpi_gbl_mutex_info[mutex_id].thread_id == ACPI_MUTEX_NOT_ACQUIRED) {
307 if (acpi_gbl_mutex_info[i].thread_id ==
326 acpi_gbl_mutex_info[mutex_id].thread_id = ACPI_MUTEX_NOT_ACQUIRED;
H A Dutstate.c129 state->thread.thread_id = acpi_os_get_thread_id();
133 if (!state->thread.thread_id) {
135 state->thread.thread_id = (acpi_thread_id) 1;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmap_lock.c54 pthread_t thread_id[6]; local
74 if (CHECK_FAIL(pthread_create(&thread_id[i], NULL,
78 if (CHECK_FAIL(pthread_create(&thread_id[i], NULL,
83 if (CHECK_FAIL(pthread_join(thread_id[i], &ret) ||
87 if (CHECK_FAIL(pthread_join(thread_id[i], &ret) ||
H A Dtimer.c28 pthread_t thread_id[NUM_THR]; local
67 err = pthread_create(&thread_id[i], NULL,
74 err = pthread_join(thread_id[--i], &ret);
H A Dspin_lock.c133 pthread_t thread_id[4]; local
144 err = pthread_create(&thread_id[i], NULL, &spin_lock_thread, &prog_fd);
150 if (!ASSERT_OK(pthread_join(thread_id[i], &ret), "pthread_join"))
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.c124 unsigned int thread_id; local
126 ia_css_pipeline_get_sp_thread_id(pipe_num, &thread_id);
131 sh_css_sp_group.pipe[thread_id].sp_stage_addr[stage] =
201 unsigned int thread_id; local
207 ia_css_pipeline_get_sp_thread_id(pipe_num, &thread_id);
208 pipe = &sh_css_sp_group.pipe[thread_id];
214 pipe->thread_id = thread_id;
253 unsigned int thread_id; local
273 ia_css_pipeline_get_sp_thread_id(pipe_num, &thread_id);
323 unsigned int thread_id; local
907 unsigned int thread_id; local
1197 unsigned int thread_id; local
1322 unsigned int thread_id; local
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dinterrupt.c73 * @thread_id: HV thread_id
81 u64 thread_id; member in struct:ps3_private
100 DBG("%s:%d: thread_id %llu, virq %d\n", __func__, __LINE__,
101 pd->thread_id, d->irq);
105 lv1_did_update_interrupt_mask(pd->ppe_id, pd->thread_id);
121 DBG("%s:%d: thread_id %llu, virq %d\n", __func__, __LINE__,
122 pd->thread_id, d->irq);
126 lv1_did_update_interrupt_mask(pd->ppe_id, pd->thread_id);
144 lv1_end_of_interrupt_ext(pd->ppe_id, pd->thread_id,
776 u64 thread_id = get_hard_smp_processor_id(cpu); local
[all...]
/linux-master/arch/powerpc/platforms/cell/
H A Dcbe_regs.c44 unsigned int thread_id; member in struct:cbe_thread_map
150 return cbe_thread_map[cpu].thread_id;
254 unsigned int thread_id; local
259 cbe_thread_map[i].cpu_node = of_get_cpu_node(i, &thread_id);
261 cbe_thread_map[i].thread_id = thread_id;
290 if(thread->thread_id == 0)
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c71 pthread_t thread_id[MAX_THREADS]; local
75 pthread_create(&thread_id[i], NULL,
79 pthread_join(thread_id[i], (void *)&thread_data[i]);
/linux-master/arch/arm/kernel/
H A Dtopology.c204 cpuid_topo->thread_id = MPIDR_AFFINITY_LEVEL(mpidr, 0);
209 cpuid_topo->thread_id = -1;
219 cpuid_topo->thread_id = -1;
227 cpuid, cpu_topology[cpuid].thread_id,
/linux-master/arch/s390/include/asm/
H A Dtopology.h14 unsigned short thread_id; member in struct:cpu_topology_s390
30 #define topology_thread_id(cpu) (cpu_topology[cpu].thread_id)

Completed in 177 milliseconds

1234