Searched refs:taskend (Results 1 – 5 of 5) sorted by relevance
68 klist_t *taskend = taskhead; in _cbSendTaskList() local73 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in _cbSendTaskList()
45 klist_t *taskend = taskhead; in debug_task_cpu_usage_stats() local74 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in debug_task_cpu_usage_stats()91 klist_t *taskend = taskhead; in debug_total_cpu_usage_show() local139 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in debug_total_cpu_usage_show()151 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in debug_total_cpu_usage_show()
45 klist_t *taskend = taskhead; in dumpsys_task_func() local80 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in dumpsys_task_func()91 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in dumpsys_task_func()
302 klist_t *taskend; in csi_kernel_task_get_count() local306 taskend = taskhead; in csi_kernel_task_get_count()310 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in csi_kernel_task_get_count()355 klist_t *taskend; in csi_kernel_task_list() local361 taskend = taskhead; in csi_kernel_task_list()371 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in csi_kernel_task_list()385 for (tmp = taskhead->next; tmp != taskend && real_tsk_num >= 1; tmp = tmp->next) { in csi_kernel_task_list()399 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in csi_kernel_task_list()
190 klist_t *taskend = taskhead;\196 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { \
Completed in 8 milliseconds