Searched refs:next_tid (Results 1 – 8 of 8) sorted by relevance
/linux/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)
|
/linux/fs/jbd2/ |
H A D | checkpoint.c | 413 tid_t first_tid = 0, last_tid = 0, next_tid = 0; in jbd2_journal_shrink_checkpoint_list() local 461 next_tid = next_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list() 464 next_tid = 0; in jbd2_journal_shrink_checkpoint_list() 474 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list()
|
/linux/kernel/bpf/ |
H A D | task_iter.c | 41 u32 next_tid; in task_group_seq_get_next() local 76 next_tid = __task_pid_nr_ns(task, PIDTYPE_PID, common->ns); in task_group_seq_get_next() 77 if (!next_tid) in task_group_seq_get_next() 83 *tid = common->pid_visiting = next_tid; in task_group_seq_get_next()
|
/linux/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
|
/linux/mm/ |
H A D | slub.c | 3037 static inline unsigned long next_tid(unsigned long tid) in next_tid() function 3078 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure() 3319 c->tid = next_tid(c->tid); in flush_slab() 3337 c->tid = next_tid(c->tid); in __flush_cpu_slab() 3636 freelist_aba_t new = { .freelist = freelist_new, .counter = next_tid(tid) }; in __update_cpu_freelist_fast() 3781 c->tid = next_tid(c->tid); in ___slab_alloc() 3800 c->tid = next_tid(c->tid); in ___slab_alloc() 3814 c->tid = next_tid(c->tid); in ___slab_alloc() 3947 c->tid = next_tid(c->tid); in ___slab_alloc() 4658 c->tid = next_tid(ti in do_slab_free() [all...] |
/linux/tools/perf/util/ |
H A D | intel-pt.c | 201 pid_t next_tid; member 1328 ptq->next_tid = -1; in intel_pt_alloc_queue() 2753 pid_t tid = ptq->next_tid; in intel_pt_next_tid() 2766 ptq->next_tid = -1; in intel_pt_next_tid() 3182 ptq->next_tid == -1) { in intel_pt_run_decoder() 3391 ptq->next_tid = tid; in intel_pt_sync_switch() 3413 ptq->next_tid = -1; in intel_pt_sync_switch() 3456 ptq->next_tid = -1; in intel_pt_context_switch_in()
|
/linux/fs/proc/ |
H A D | base.c | 3905 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function 3941 task = next_tid(task), ctx->pos++) { in proc_task_readdir()
|