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 | 428 tid_t first_tid = 0, last_tid = 0, next_tid = 0; in jbd2_journal_shrink_checkpoint_list() local 474 next_tid = next_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list() 477 next_tid = 0; in jbd2_journal_shrink_checkpoint_list() 487 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list()
|
| /linux/kernel/bpf/ |
| H A D | task_iter.c | 43 u32 next_tid; in task_group_seq_get_next() local 78 next_tid = __task_pid_nr_ns(task, PIDTYPE_PID, common->ns); in task_group_seq_get_next() 79 if (!next_tid) in task_group_seq_get_next() 85 *tid = common->pid_visiting = next_tid; in task_group_seq_get_next()
|
| /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() 2776 pid_t tid = ptq->next_tid; in intel_pt_is_switch_ip() 2789 ptq->next_tid = -1; in intel_pt_sample() 3205 ptq->next_tid == -1) { in intel_pt_update_queues() 3414 ptq->next_tid = tid; in intel_pt_sync_switch() 3436 ptq->next_tid = -1; in intel_pt_process_switch() 3479 ptq->next_tid = -1; in intel_pt_context_switch_in()
|