Searched refs:next_tid (Results 1 – 7 of 7) sorted by relevance
| /linux/include/trace/events/ |
| H A D | jbd2.h | 465 unsigned long nr_freed, tid_t next_tid), 467 TP_ARGS(journal, first_tid, tid, last_tid, nr_freed, next_tid), 475 __field(tid_t, next_tid) 484 __entry->next_tid = next_tid; 491 __entry->nr_freed, __entry->next_tid)
|
| /linux/tools/perf/tests/ |
| H A D | switch-tracking.c | 131 pid_t next_tid, prev_tid; in process_sample_event() local 143 next_tid = evsel__intval(evsel, &sample, "next_pid"); in process_sample_event() 146 pr_debug3("sched_switch: cpu: %d prev_tid %d next_tid %d\n", in process_sample_event() 147 cpu, prev_tid, next_tid); in process_sample_event() 161 switch_tracking->tids[cpu] = next_tid; in process_sample_event()
|
| /linux/fs/jbd2/ |
| H A D | checkpoint.c | 424 tid_t first_tid = 0, last_tid = 0, next_tid = 0; in jbd2_journal_shrink_checkpoint_list() local 472 next_tid = next_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list() 475 next_tid = 0; in jbd2_journal_shrink_checkpoint_list() 485 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list()
|
| /linux/include/linux/qed/ |
| H A D | nvmetcp_common.h | 510 __le16 next_tid; member
|
| H A D | iscsi_common.h | 876 __le16 next_tid; member
|
| /linux/tools/perf/util/ |
| H A D | intel-pt.c | 201 pid_t next_tid; member 1328 ptq->next_tid = -1; in intel_pt_alloc_queue() 2753 pid_t tid = ptq->next_tid; in intel_pt_next_tid() 2766 ptq->next_tid = -1; in intel_pt_next_tid() 3182 ptq->next_tid == -1) { in intel_pt_run_decoder() 3391 ptq->next_tid = tid; in intel_pt_sync_switch() 3413 ptq->next_tid = -1; in intel_pt_sync_switch() 3456 ptq->next_tid = -1; in intel_pt_context_switch_in()
|
| /linux/fs/proc/ |
| H A D | base.c | 3901 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function 3937 task = next_tid(task), ctx->pos++) { in proc_task_readdir()
|