Lines Matching refs:task_info
76 offsetof(struct task_info, name##_delay_total), \
77 offsetof(struct task_info, name##_count), \
105 struct task_info {
142 unsigned long total_offset; /* Offset of total delay in task_info */
143 unsigned long count_offset; /* Offset of count in task_info */
162 static struct task_info tasks[MAX_TASKS];
378 static void set_mem_delay_total(struct task_info *t)
387 static void set_mem_count(struct task_info *t)
776 const struct task_info *t1 = (const struct task_info *)a;
777 const struct task_info *t2 = (const struct task_info *)b;
801 qsort(tasks, task_count, sizeof(struct task_info), compare_tasks);