Searched refs:next_tid (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/tools/perf/tests/ |
D | switch-tracking.c | 127 pid_t next_tid, prev_tid; in process_sample_event() local 137 next_tid = perf_evsel__intval(evsel, &sample, "next_pid"); in process_sample_event() 141 cpu, prev_tid, next_tid); in process_sample_event() 154 switch_tracking->tids[cpu] = next_tid; in process_sample_event()
|
/Linux-v5.4/tools/perf/util/ |
D | intel-pt.c | 157 pid_t next_tid; member 893 ptq->next_tid = -1; in intel_pt_alloc_queue() 1859 pid_t tid = ptq->next_tid; in intel_pt_next_tid() 1872 ptq->next_tid = -1; in intel_pt_next_tid() 2217 ptq->next_tid == -1) { in intel_pt_run_decoder() 2375 ptq->next_tid = tid; in intel_pt_sync_switch() 2397 ptq->next_tid = -1; in intel_pt_sync_switch() 2439 ptq->next_tid = -1; in intel_pt_context_switch_in()
|
/Linux-v5.4/mm/ |
D | slub.c | 1981 static inline unsigned long next_tid(unsigned long tid) in next_tid() function 2022 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure() 2308 c->tid = next_tid(c->tid); in flush_slab() 2596 c->tid = next_tid(c->tid); in ___slab_alloc() 2744 next_object, next_tid(tid)))) { in slab_alloc_node() 2985 head, next_tid(tid)))) { in do_slab_free() 3175 c->tid = next_tid(c->tid); in kmem_cache_alloc_bulk()
|
/Linux-v5.4/include/linux/qed/ |
D | iscsi_common.h | 902 __le16 next_tid; member
|
/Linux-v5.4/fs/proc/ |
D | base.c | 3632 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function 3670 task = next_tid(task), ctx->pos++) { in proc_task_readdir()
|