Searched refs:thread_index (Results 1 – 3 of 3) sorted by relevance
40 int thread_index; in cpu_to_drc_index() local 49 thread_index = cpu_core_index_of_thread(cpu); in cpu_to_drc_index() 70 if (thread_index < drc.last_drc_index) in cpu_to_drc_index() 74 ret = drc.drc_index_start + (thread_index * drc.sequential_inc); in cpu_to_drc_index() 81 * thread_index+1 will get the drc_index corresponding in cpu_to_drc_index() 82 * to core number thread_index. in cpu_to_drc_index() 89 WARN_ON_ONCE(thread_index > nr_drc_indexes); in cpu_to_drc_index() 91 thread_index + 1, in cpu_to_drc_index() 114 int thread_index = 0, cpu = 0; in drc_index_to_cpu() local 146 thread_index in drc_index_to_cpu() [all...]
318 int thread_index, in ia_css_bufq_enqueue_buffer() argument 326 if ((thread_index >= SH_CSS_MAX_SP_THREADS) || (thread_index < 0) || in ia_css_bufq_enqueue_buffer() 333 thread_index); in ia_css_bufq_enqueue_buffer()
68 * @param thread_index[in] Thread in which the item to be enqueued76 int thread_index,