Symbol: next_tid
fs/jbd2/checkpoint.c
424
tid_t first_tid = 0, last_tid = 0, next_tid = 0;
fs/jbd2/checkpoint.c
472
next_tid = next_transaction->t_tid;
fs/jbd2/checkpoint.c
475
next_tid = 0;
fs/jbd2/checkpoint.c
485
nr_freed, next_tid);
fs/proc/base.c
3937
task = next_tid(task), ctx->pos++) {
include/linux/qed/iscsi_common.h
876
__le16 next_tid;
include/linux/qed/nvmetcp_common.h
510
__le16 next_tid;
include/trace/events/jbd2.h
465
unsigned long nr_freed, tid_t next_tid),
include/trace/events/jbd2.h
467
TP_ARGS(journal, first_tid, tid, last_tid, nr_freed, next_tid),
include/trace/events/jbd2.h
475
__field(tid_t, next_tid)
include/trace/events/jbd2.h
484
__entry->next_tid = next_tid;
include/trace/events/jbd2.h
491
__entry->nr_freed, __entry->next_tid)
kernel/bpf/task_iter.c
41
u32 next_tid;
kernel/bpf/task_iter.c
76
next_tid = __task_pid_nr_ns(task, PIDTYPE_PID, common->ns);
kernel/bpf/task_iter.c
77
if (!next_tid)
kernel/bpf/task_iter.c
83
*tid = common->pid_visiting = next_tid;
tools/perf/tests/switch-tracking.c
131
pid_t next_tid, prev_tid;
tools/perf/tests/switch-tracking.c
143
next_tid = evsel__intval(evsel, &sample, "next_pid");
tools/perf/tests/switch-tracking.c
147
cpu, prev_tid, next_tid);
tools/perf/tests/switch-tracking.c
161
switch_tracking->tids[cpu] = next_tid;
tools/perf/util/intel-pt.c
1328
ptq->next_tid = -1;
tools/perf/util/intel-pt.c
201
pid_t next_tid;
tools/perf/util/intel-pt.c
2753
pid_t tid = ptq->next_tid;
tools/perf/util/intel-pt.c
2766
ptq->next_tid = -1;
tools/perf/util/intel-pt.c
3182
ptq->next_tid == -1) {
tools/perf/util/intel-pt.c
3391
ptq->next_tid = tid;
tools/perf/util/intel-pt.c
3413
ptq->next_tid = -1;
tools/perf/util/intel-pt.c
3456
ptq->next_tid = -1;