Searched refs:app_pipe_to_profile (Results 1 – 3 of 3) sorted by relevance
24 int app_pipe_to_profile[MAX_SCHED_SUBPORTS][MAX_SCHED_PIPES]; variable337 if (app_pipe_to_profile[subport][pipe] != -1) { in app_init_sched_port()339 app_pipe_to_profile[subport][pipe]); in app_init_sched_port()343 app_pipe_to_profile[subport][pipe], err); in app_init_sched_port()
241 memset(app_pipe_to_profile, -1, sizeof(app_pipe_to_profile)); in cfg_load_subport()388 app_pipe_to_profile[i][k] = profile; in cfg_load_subport()
145 extern int app_pipe_to_profile[MAX_SCHED_SUBPORTS][MAX_SCHED_PIPES];