Home
last modified time | relevance | path

Searched refs:next_tid (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/include/trace/events/
H A Djbd2.h465 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-6.15/tools/perf/tests/
H A Dswitch-tracking.c131 pid_t next_tid, prev_tid; in process_sample_event() local
143 next_tid = evsel__intval(evsel, &sample, "next_pid"); 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-6.15/fs/jbd2/
H A Dcheckpoint.c412 tid_t first_tid = 0, last_tid = 0, next_tid = 0; in jbd2_journal_shrink_checkpoint_list() local
460 next_tid = next_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
463 next_tid = 0; in jbd2_journal_shrink_checkpoint_list()
473 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list()
/linux-6.15/kernel/bpf/
H A Dtask_iter.c41 u32 next_tid; in task_group_seq_get_next() local
76 next_tid = __task_pid_nr_ns(task, PIDTYPE_PID, common->ns); in task_group_seq_get_next()
77 if (!next_tid) in task_group_seq_get_next()
83 *tid = common->pid_visiting = next_tid; in task_group_seq_get_next()
/linux-6.15/include/linux/qed/
H A Dnvmetcp_common.h510 __le16 next_tid; member
H A Discsi_common.h876 __le16 next_tid; member
/linux-6.15/mm/
H A Dslub.c3004 static inline unsigned long next_tid(unsigned long tid) in next_tid() function
3045 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure()
3286 c->tid = next_tid(c->tid); in flush_slab()
3304 c->tid = next_tid(c->tid); in __flush_cpu_slab()
3748 c->tid = next_tid(c->tid); in ___slab_alloc()
3767 c->tid = next_tid(c->tid); in ___slab_alloc()
3781 c->tid = next_tid(c->tid); in ___slab_alloc()
3914 c->tid = next_tid(c->tid); in ___slab_alloc()
4620 c->tid = next_tid(tid); in do_slab_free()
5283 c->tid = next_tid(c->tid); in __kmem_cache_alloc_bulk()
[all …]
/linux-6.15/tools/perf/util/
H A Dintel-pt.c199 pid_t next_tid; member
1326 ptq->next_tid = -1; in intel_pt_alloc_queue()
2599 pid_t tid = ptq->next_tid; in intel_pt_next_tid()
2612 ptq->next_tid = -1; in intel_pt_next_tid()
3028 ptq->next_tid == -1) { in intel_pt_run_decoder()
3237 ptq->next_tid = tid; in intel_pt_sync_switch()
3259 ptq->next_tid = -1; in intel_pt_sync_switch()
3302 ptq->next_tid = -1; in intel_pt_context_switch_in()
/linux-6.15/fs/proc/
H A Dbase.c3902 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function
3938 task = next_tid(task), ctx->pos++) { in proc_task_readdir()