Searched refs:next_tid (Results 1 – 8 of 8) sorted by relevance
/linux/include/trace/events/ |
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)
|
/linux/fs/jbd2/ |
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()
|
/linux/tools/perf/tests/ |
A D | switch-tracking.c | 129 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/mm/ |
A D | slub.c | 2274 static inline unsigned long next_tid(unsigned long tid) in next_tid() function 2315 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure() 2629 c->tid = next_tid(c->tid); in flush_slab() 2647 c->tid = next_tid(c->tid); in __flush_cpu_slab() 2977 c->tid = next_tid(c->tid); in ___slab_alloc() 3070 c->tid = next_tid(c->tid); in ___slab_alloc() 3221 next_object, next_tid(tid)))) { in slab_alloc_node() 3469 head, next_tid(tid)))) { in do_slab_free() 3495 c->tid = next_tid(tid); in do_slab_free() 3698 c->tid = next_tid(c->tid); in kmem_cache_alloc_bulk() [all …]
|
/linux/include/linux/qed/ |
A D | nvmetcp_common.h | 510 __le16 next_tid; member
|
A D | iscsi_common.h | 876 __le16 next_tid; member
|
/linux/tools/perf/util/ |
A D | intel-pt.c | 179 pid_t next_tid; member 1197 ptq->next_tid = -1; in intel_pt_alloc_queue() 2207 pid_t tid = ptq->next_tid; in intel_pt_next_tid() 2220 ptq->next_tid = -1; in intel_pt_next_tid() 2592 ptq->next_tid == -1) { in intel_pt_run_decoder() 2800 ptq->next_tid = tid; in intel_pt_sync_switch() 2822 ptq->next_tid = -1; in intel_pt_sync_switch() 2863 ptq->next_tid = -1; in intel_pt_context_switch_in()
|
/linux/fs/proc/ |
A D | base.c | 3766 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function 3804 task = next_tid(task), ctx->pos++) { in proc_task_readdir()
|
Completed in 79 milliseconds