Searched refs:n_pipelines (Results 1 – 4 of 4) sorted by relevance
56 uint32_t n_pipelines; member134 t_data->n_pipelines = 0; in thread_init()252 td->p[td->n_pipelines] = p->p; in thread_pipeline_enable()259 td->n_pipelines++; in thread_pipeline_enable()336 td->p[td->n_pipelines - 1]; in thread_pipeline_disable()344 td->n_pipelines--; in thread_pipeline_disable()429 t->n_pipelines++; in thread_msg_handle_pipeline_enable()441 uint32_t n_pipelines = t->n_pipelines; in thread_msg_handle_pipeline_disable() local452 if (i < n_pipelines - 1) { in thread_msg_handle_pipeline_disable()454 t->p[n_pipelines - 1]; in thread_msg_handle_pipeline_disable()[all …]
87 t_data->n_pipelines = 0; in softnic_thread_init()295 uint32_t n_pipelines, i; in softnic_thread_pipeline_enable() local322 td->p[td->n_pipelines] = p->p; in softnic_thread_pipeline_enable()335 td->n_pipelines++; in softnic_thread_pipeline_enable()387 uint32_t n_pipelines; in softnic_thread_pipeline_disable() local420 td->n_pipelines--; in softnic_thread_pipeline_disable()516 t->n_pipelines++; in thread_msg_handle_pipeline_enable()528 uint32_t n_pipelines = t->n_pipelines; in thread_msg_handle_pipeline_disable() local539 if (i < n_pipelines - 1) { in thread_msg_handle_pipeline_disable()541 t->p[n_pipelines - 1]; in thread_msg_handle_pipeline_disable()[all …]
592 uint32_t n_pipelines; member
68 uint32_t n_pipelines; member146 t_data->n_pipelines = 0; in thread_init()288 td->p[td->n_pipelines] = p->p; in thread_pipeline_enable()301 td->n_pipelines++; in thread_pipeline_enable()383 td->p[td->n_pipelines - 1]; in thread_pipeline_disable()391 td->n_pipelines--; in thread_pipeline_disable()485 t->n_pipelines++; in thread_msg_handle_pipeline_enable()497 uint32_t n_pipelines = t->n_pipelines; in thread_msg_handle_pipeline_disable() local508 if (i < n_pipelines - 1) { in thread_msg_handle_pipeline_disable()510 t->p[n_pipelines - 1]; in thread_msg_handle_pipeline_disable()[all …]