Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/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-v5.15/tools/perf/tests/
Dswitch-tracking.c129 pid_t next_tid, prev_tid; in process_sample_event() local
139 next_tid = evsel__intval(evsel, &sample, "next_pid"); in process_sample_event()
143 cpu, prev_tid, next_tid); in process_sample_event()
156 switch_tracking->tids[cpu] = next_tid; in process_sample_event()
/Linux-v5.15/mm/
Dslub.c2249 static inline unsigned long next_tid(unsigned long tid) in next_tid() function
2290 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure()
2608 c->tid = next_tid(c->tid); in flush_slab()
2626 c->tid = next_tid(c->tid); in __flush_cpu_slab()
2956 c->tid = next_tid(c->tid); in ___slab_alloc()
3049 c->tid = next_tid(c->tid); in ___slab_alloc()
3200 next_object, next_tid(tid)))) { in slab_alloc_node()
3448 head, next_tid(tid)))) { in do_slab_free()
3474 c->tid = next_tid(tid); in do_slab_free()
3675 c->tid = next_tid(c->tid); in kmem_cache_alloc_bulk()
[all …]
/Linux-v5.15/include/linux/qed/
Dnvmetcp_common.h510 __le16 next_tid; member
Discsi_common.h876 __le16 next_tid; member
/Linux-v5.15/tools/perf/util/
Dintel-pt.c169 pid_t next_tid; member
1186 ptq->next_tid = -1; in intel_pt_alloc_queue()
2159 pid_t tid = ptq->next_tid; in intel_pt_next_tid()
2172 ptq->next_tid = -1; in intel_pt_next_tid()
2536 ptq->next_tid == -1) { in intel_pt_run_decoder()
2744 ptq->next_tid = tid; in intel_pt_sync_switch()
2766 ptq->next_tid = -1; in intel_pt_sync_switch()
2807 ptq->next_tid = -1; in intel_pt_context_switch_in()
/Linux-v5.15/fs/proc/
Dbase.c3761 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function
3799 task = next_tid(task), ctx->pos++) { in proc_task_readdir()