Home
last modified time | relevance | path

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

/Linux-v6.1/include/trace/events/
Djbd2.h466 tid_t next_tid),
469 nr_scanned, next_tid),
478 __field(tid_t, next_tid)
488 __entry->next_tid = next_tid;
495 __entry->nr_freed, __entry->nr_scanned, __entry->next_tid)
/Linux-v6.1/fs/jbd2/
Dcheckpoint.c510 tid_t first_tid = 0, last_tid = 0, next_tid = 0; in jbd2_journal_shrink_checkpoint_list() local
563 next_tid = next_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
566 next_tid = 0; in jbd2_journal_shrink_checkpoint_list()
572 if (*nr_to_scan && next_tid) in jbd2_journal_shrink_checkpoint_list()
577 nr_freed, nr_scanned, next_tid); in jbd2_journal_shrink_checkpoint_list()
/Linux-v6.1/tools/perf/tests/
Dswitch-tracking.c130 pid_t next_tid, prev_tid; in process_sample_event() local
140 next_tid = evsel__intval(evsel, &sample, "next_pid"); in process_sample_event()
144 cpu, prev_tid, next_tid); in process_sample_event()
157 switch_tracking->tids[cpu] = next_tid; in process_sample_event()
/Linux-v6.1/mm/
Dslub.c2347 static inline unsigned long next_tid(unsigned long tid) in next_tid() function
2388 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure()
2688 c->tid = next_tid(c->tid); in flush_slab()
2706 c->tid = next_tid(c->tid); in __flush_cpu_slab()
3112 c->tid = next_tid(c->tid); in ___slab_alloc()
3131 c->tid = next_tid(c->tid); in ___slab_alloc()
3145 c->tid = next_tid(c->tid); in ___slab_alloc()
3245 c->tid = next_tid(c->tid); in ___slab_alloc()
3385 next_object, next_tid(tid)))) { in slab_alloc_node()
3627 head, next_tid(tid)))) { in do_slab_free()
[all …]
/Linux-v6.1/include/linux/qed/
Dnvmetcp_common.h510 __le16 next_tid; member
Discsi_common.h876 __le16 next_tid; member
/Linux-v6.1/tools/perf/util/
Dintel-pt.c194 pid_t next_tid; member
1295 ptq->next_tid = -1; in intel_pt_alloc_queue()
2487 pid_t tid = ptq->next_tid; in intel_pt_next_tid()
2500 ptq->next_tid = -1; in intel_pt_next_tid()
2909 ptq->next_tid == -1) { in intel_pt_run_decoder()
3118 ptq->next_tid = tid; in intel_pt_sync_switch()
3140 ptq->next_tid = -1; in intel_pt_sync_switch()
3181 ptq->next_tid = -1; in intel_pt_context_switch_in()
/Linux-v6.1/fs/proc/
Dbase.c3835 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function
3873 task = next_tid(task), ctx->pos++) { in proc_task_readdir()