/kernel/linux/linux-5.10/include/trace/events/ |
H A 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)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A 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)
|
/kernel/linux/linux-5.10/fs/jbd2/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/jbd2/ |
H A 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()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | switch-tracking.c | 128 pid_t next_tid, prev_tid; in process_sample_event() local 138 next_tid = evsel__intval(evsel, &sample, "next_pid"); in process_sample_event() 141 pr_debug3("sched_switch: cpu: %d prev_tid %d next_tid %d\n", in process_sample_event() 142 cpu, prev_tid, next_tid); in process_sample_event() 155 switch_tracking->tids[cpu] = next_tid; in process_sample_event()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A 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() 144 pr_debug3("sched_switch: cpu: %d prev_tid %d next_tid %d\n", 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()
|
/kernel/linux/linux-6.6/mm/ |
H A 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(ti in do_slab_free() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | intel-pt.c | 163 pid_t next_tid; member 1035 ptq->next_tid = -1; in intel_pt_alloc_queue() 1945 pid_t tid = ptq->next_tid; in intel_pt_next_tid() 1958 ptq->next_tid = -1; in intel_pt_next_tid() 2298 ptq->next_tid == -1) { in intel_pt_run_decoder() 2506 ptq->next_tid = tid; in intel_pt_sync_switch() 2528 ptq->next_tid = -1; in intel_pt_sync_switch() 2570 ptq->next_tid = -1; in intel_pt_context_switch_in()
|
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 2100 static inline unsigned long next_tid(unsigned long tid) in next_tid() function 2141 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure() 2303 c->tid = next_tid(c->tid); in deactivate_slab() 2722 c->tid = next_tid(c->tid); in ___slab_alloc() 2737 c->tid = next_tid(c->tid); in ___slab_alloc() 2885 next_object, next_tid(tid)))) { in slab_alloc_node() 3133 head, next_tid(tid)))) { in do_slab_free() 3314 c->tid = next_tid(c->tid); in kmem_cache_alloc_bulk() 3334 c->tid = next_tid(c->tid); in kmem_cache_alloc_bulk()
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | nvmetcp_common.h | 510 __le16 next_tid; member
|
H A D | iscsi_common.h | 876 __le16 next_tid; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | intel-pt.c | 199 pid_t next_tid; member 1324 ptq->next_tid = -1; in intel_pt_alloc_queue() 2545 pid_t tid = ptq->next_tid; in intel_pt_next_tid() 2558 ptq->next_tid = -1; in intel_pt_next_tid() 2974 ptq->next_tid == -1) { in intel_pt_run_decoder() 3183 ptq->next_tid = tid; in intel_pt_sync_switch() 3205 ptq->next_tid = -1; in intel_pt_sync_switch() 3248 ptq->next_tid = -1; in intel_pt_context_switch_in()
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | iscsi_common.h | 876 __le16 next_tid; member
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 4014 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function 4052 task = next_tid(task), ctx->pos++) { in proc_task_readdir()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 4046 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function 4084 task = next_tid(task), ctx->pos++) { in proc_task_readdir()
|