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 146 next_tid = perf_sample__intval(&sample, "next_pid"); in process_sample_event() 149 pr_debug3("sched_switch: cpu: %d prev_tid %d next_tid %d\n", in process_sample_event() 150 cpu, prev_tid, next_tid); in process_sample_event() 164 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 1329 ptq->next_tid = -1; in intel_pt_alloc_queue() 2774 pid_t tid = ptq->next_tid; in intel_pt_is_switch_ip() 2787 ptq->next_tid = -1; in intel_pt_sample() 3203 ptq->next_tid == -1) { 3412 ptq->next_tid = tid; in intel_pt_sync_switch() 3434 ptq->next_tid = -1; in intel_pt_process_switch() 3477 ptq->next_tid = -1; in intel_pt_context_switch_in()
|
| /linux/fs/proc/ |
| H A D | base.c | 3882 static struct task_struct *next_tid(struct task_struct *start) in first_tid() 3918 task = next_tid(task), ctx->pos++) { in proc_task_readdir() 3901 static struct task_struct *next_tid(struct task_struct *start) next_tid() function
|