Searched refs:next_tid (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/include/trace/events/ |
| D | jbd2.h | 466 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/ |
| D | checkpoint.c | 510 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/ |
| D | switch-tracking.c | 130 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/ |
| D | slub.c | 2347 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/ |
| D | nvmetcp_common.h | 510 __le16 next_tid; member
|
| D | iscsi_common.h | 876 __le16 next_tid; member
|
| /Linux-v6.1/tools/perf/util/ |
| D | intel-pt.c | 194 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/ |
| D | base.c | 3835 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()
|