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
3918
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
43
u32 next_tid;
kernel/bpf/task_iter.c
78
next_tid = __task_pid_nr_ns(task, PIDTYPE_PID, common->ns);
kernel/bpf/task_iter.c
79
if (!next_tid)
kernel/bpf/task_iter.c
85
*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
146
next_tid = perf_sample__intval(&sample, "next_pid");
tools/perf/tests/switch-tracking.c
150
cpu, prev_tid, next_tid);
tools/perf/tests/switch-tracking.c
164
switch_tracking->tids[cpu] = next_tid;
tools/perf/util/intel-pt.c
1329
ptq->next_tid = -1;
tools/perf/util/intel-pt.c
201
pid_t next_tid;
tools/perf/util/intel-pt.c
2774
pid_t tid = ptq->next_tid;
tools/perf/util/intel-pt.c
2787
ptq->next_tid = -1;
tools/perf/util/intel-pt.c
3203
ptq->next_tid == -1) {
tools/perf/util/intel-pt.c
3412
ptq->next_tid = tid;
tools/perf/util/intel-pt.c
3434
ptq->next_tid = -1;
tools/perf/util/intel-pt.c
3477
ptq->next_tid = -1;