Home
last modified time | relevance | path

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

/openbmc/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)
/openbmc/linux/tools/perf/tests/
H A Dswitch-tracking.c131 pid_t next_tid, prev_tid; in process_sample_event() local
141 next_tid = evsel__intval(evsel, &sample, "next_pid"); 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()
/openbmc/linux/fs/jbd2/
H A Dcheckpoint.c414 tid_t first_tid = 0, last_tid = 0, next_tid = 0; in jbd2_journal_shrink_checkpoint_list() local
462 next_tid = next_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
465 next_tid = 0; in jbd2_journal_shrink_checkpoint_list()
475 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list()
/openbmc/linux/mm/
H A Dslub.c2435 static inline unsigned long next_tid(unsigned long tid) in next_tid() function
2476 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure()
2764 c->tid = next_tid(c->tid); in flush_slab()
2782 c->tid = next_tid(c->tid); in __flush_cpu_slab()
3043 freelist_aba_t new = { .freelist = freelist_new, .counter = next_tid(tid) }; in __update_cpu_freelist_fast()
3162 c->tid = next_tid(c->tid); in ___slab_alloc()
3181 c->tid = next_tid(c->tid); in ___slab_alloc()
3195 c->tid = next_tid(c->tid); in ___slab_alloc()
3295 c->tid = next_tid(c->tid); in ___slab_alloc()
3790 c->tid = next_tid(tid); in do_slab_free()
[all …]
/openbmc/linux/include/linux/qed/
H A Dnvmetcp_common.h510 __le16 next_tid; member
H A Discsi_common.h876 __le16 next_tid; member
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c199 pid_t next_tid; member
1326 ptq->next_tid = -1; in intel_pt_alloc_queue()
2547 pid_t tid = ptq->next_tid; in intel_pt_next_tid()
2560 ptq->next_tid = -1; in intel_pt_next_tid()
2976 ptq->next_tid == -1) { in intel_pt_run_decoder()
3185 ptq->next_tid = tid; in intel_pt_sync_switch()
3207 ptq->next_tid = -1; in intel_pt_sync_switch()
3250 ptq->next_tid = -1; in intel_pt_context_switch_in()
/openbmc/linux/fs/proc/
H A Dbase.c3898 static struct task_struct *next_tid(struct task_struct *start) in next_tid()
3936 task = next_tid(task), ctx->pos++) { in proc_task_readdir()
3897 static struct task_struct *next_tid(struct task_struct *start) next_tid() function