Home
last modified time | relevance | path

Searched refs:next_tid (Results 1 – 8 of 8) sorted by relevance

/linux/include/trace/events/
H A Djbd2.h465 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 Dcheckpoint.c413 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 Dtask_iter.c41 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 Dnvmetcp_common.h510 __le16 next_tid; member
H A Discsi_common.h876 __le16 next_tid; member
/linux/mm/
H A Dslub.c3037 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 Dintel-pt.c201 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 Dbase.c3905 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()