Lines Matching defs:tid
31 u32 tid;
35 u32 *tid,
42 if (!*tid) {
52 *tid = common->pid;
59 * kernel again, *tid and common->pid_visiting should be the
62 if (*tid == common->pid_visiting) {
88 saved_tid = *tid;
89 *tid = __task_pid_nr_ns(next_task, PIDTYPE_PID, common->ns);
90 if (!*tid || *tid == common->pid) {
94 *tid = saved_tid;
99 common->pid_visiting = *tid;
110 u32 *tid,
117 if (*tid && *tid != common->pid)
123 *tid = common->pid;
132 task = task_group_seq_get_next(common, tid, skip_if_dup_files);
140 pid = find_ge_pid(*tid, common->ns);
142 *tid = pid_nr_ns(pid, common->ns);
145 ++*tid;
151 ++*tid;
165 task = task_seq_get_next(&info->common, &info->tid, false);
180 ++info->tid;
182 task = task_seq_get_next(&info->common, &info->tid, false);
234 if ((!!linfo->task.tid + !!linfo->task.pid + !!linfo->task.pid_fd) > 1)
238 if (linfo->task.tid != 0) {
240 aux->task.pid = linfo->task.tid;
274 u32 tid;
281 u32 saved_tid = info->tid;
294 curr_task = task_seq_get_next(&info->common, &info->tid, true);
302 if (saved_tid == info->tid)
334 saved_tid = ++(info->tid);
443 u32 tid;
461 u32 saved_tid = info->tid;
525 curr_task = task_seq_get_next(&info->common, &info->tid, true);
527 info->tid++;
531 if (saved_tid != info->tid) {
535 /* Found the same tid, which means the user space
594 info->tid++;
700 info->iter.task.tid = aux->task.pid;
715 seq_printf(seq, "tid:\t%u\n", aux->task.pid);