Home
last modified time | relevance | path

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

/linux-6.12.1/include/trace/events/
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.12.1/tools/perf/tests/
Dswitch-tracking.c131 pid_t next_tid, prev_tid; in process_sample_event() local
141 next_tid = evsel__intval(evsel, &sample, "next_pid"); in process_sample_event()
145 cpu, prev_tid, next_tid); in process_sample_event()
158 switch_tracking->tids[cpu] = next_tid; in process_sample_event()
/linux-6.12.1/fs/jbd2/
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.12.1/kernel/bpf/
Dtask_iter.c42 u32 next_tid; in task_group_seq_get_next() local
77 next_tid = __task_pid_nr_ns(task, PIDTYPE_PID, common->ns); in task_group_seq_get_next()
78 if (!next_tid) in task_group_seq_get_next()
84 *tid = common->pid_visiting = next_tid; in task_group_seq_get_next()
/linux-6.12.1/include/linux/qed/
Dnvmetcp_common.h510 __le16 next_tid; member
Discsi_common.h876 __le16 next_tid; member
/linux-6.12.1/mm/
Dslub.c2964 static inline unsigned long next_tid(unsigned long tid) in next_tid() function
3005 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure()
3246 c->tid = next_tid(c->tid); in flush_slab()
3264 c->tid = next_tid(c->tid); in __flush_cpu_slab()
3563 freelist_aba_t new = { .freelist = freelist_new, .counter = next_tid(tid) }; in __update_cpu_freelist_fast()
3708 c->tid = next_tid(c->tid); in ___slab_alloc()
3727 c->tid = next_tid(c->tid); in ___slab_alloc()
3741 c->tid = next_tid(c->tid); in ___slab_alloc()
3874 c->tid = next_tid(c->tid); in ___slab_alloc()
4557 c->tid = next_tid(tid); in do_slab_free()
[all …]
/linux-6.12.1/tools/perf/util/
Dintel-pt.c199 pid_t next_tid; member
1326 ptq->next_tid = -1; in intel_pt_alloc_queue()
2547 pid_t tid = ptq->next_tid; in intel_pt_next_tid()
2560 ptq->next_tid = -1; in intel_pt_next_tid()
2976 ptq->next_tid == -1) { in intel_pt_run_decoder()
3185 ptq->next_tid = tid; in intel_pt_sync_switch()
3207 ptq->next_tid = -1; in intel_pt_sync_switch()
3250 ptq->next_tid = -1; in intel_pt_context_switch_in()
/linux-6.12.1/fs/proc/
Dbase.c3903 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function
3939 task = next_tid(task), ctx->pos++) { in proc_task_readdir()