Searched refs:next_tid (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/include/trace/events/ |
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-v6.6/fs/jbd2/ |
D | checkpoint.c | 408 tid_t first_tid = 0, last_tid = 0, next_tid = 0; in jbd2_journal_shrink_checkpoint_list() local 453 next_tid = next_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list() 456 next_tid = 0; in jbd2_journal_shrink_checkpoint_list() 462 if (*nr_to_scan && next_tid) in jbd2_journal_shrink_checkpoint_list() 466 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list()
|
/Linux-v6.6/tools/perf/tests/ |
D | switch-tracking.c | 131 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-v6.6/mm/ |
D | slub.c | 2428 static inline unsigned long next_tid(unsigned long tid) in next_tid() function 2469 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure() 2757 c->tid = next_tid(c->tid); in flush_slab() 2775 c->tid = next_tid(c->tid); in __flush_cpu_slab() 3036 freelist_aba_t new = { .freelist = freelist_new, .counter = next_tid(tid) }; in __update_cpu_freelist_fast() 3155 c->tid = next_tid(c->tid); in ___slab_alloc() 3174 c->tid = next_tid(c->tid); in ___slab_alloc() 3188 c->tid = next_tid(c->tid); in ___slab_alloc() 3288 c->tid = next_tid(c->tid); in ___slab_alloc() 3783 c->tid = next_tid(tid); in do_slab_free() [all …]
|
/Linux-v6.6/include/linux/qed/ |
D | nvmetcp_common.h | 510 __le16 next_tid; member
|
D | iscsi_common.h | 876 __le16 next_tid; member
|
/Linux-v6.6/tools/perf/util/ |
D | intel-pt.c | 199 pid_t next_tid; member 1324 ptq->next_tid = -1; in intel_pt_alloc_queue() 2543 pid_t tid = ptq->next_tid; in intel_pt_next_tid() 2556 ptq->next_tid = -1; in intel_pt_next_tid() 2972 ptq->next_tid == -1) { in intel_pt_run_decoder() 3181 ptq->next_tid = tid; in intel_pt_sync_switch() 3203 ptq->next_tid = -1; in intel_pt_sync_switch() 3246 ptq->next_tid = -1; in intel_pt_context_switch_in()
|
/Linux-v6.6/fs/proc/ |
D | base.c | 3838 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function 3876 task = next_tid(task), ctx->pos++) { in proc_task_readdir()
|