Searched refs:next_tid (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/tools/perf/tests/ |
D | switch-tracking.c | 128 pid_t next_tid, prev_tid; in process_sample_event() local 138 next_tid = evsel__intval(evsel, &sample, "next_pid"); in process_sample_event() 142 cpu, prev_tid, next_tid); in process_sample_event() 155 switch_tracking->tids[cpu] = next_tid; in process_sample_event()
|
/Linux-v5.10/tools/perf/util/ |
D | intel-pt.c | 163 pid_t next_tid; member 1021 ptq->next_tid = -1; in intel_pt_alloc_queue() 1927 pid_t tid = ptq->next_tid; in intel_pt_next_tid() 1940 ptq->next_tid = -1; in intel_pt_next_tid() 2285 ptq->next_tid == -1) { in intel_pt_run_decoder() 2493 ptq->next_tid = tid; in intel_pt_sync_switch() 2515 ptq->next_tid = -1; in intel_pt_sync_switch() 2557 ptq->next_tid = -1; in intel_pt_context_switch_in()
|
/Linux-v5.10/mm/ |
D | slub.c | 2092 static inline unsigned long next_tid(unsigned long tid) in next_tid() function 2133 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure() 2429 c->tid = next_tid(c->tid); in flush_slab() 2729 c->tid = next_tid(c->tid); in ___slab_alloc() 2877 next_object, next_tid(tid)))) { in slab_alloc_node() 3123 head, next_tid(tid)))) { in do_slab_free() 3304 c->tid = next_tid(c->tid); in kmem_cache_alloc_bulk() 3324 c->tid = next_tid(c->tid); in kmem_cache_alloc_bulk()
|
/Linux-v5.10/include/linux/qed/ |
D | iscsi_common.h | 876 __le16 next_tid; member
|
/Linux-v5.10/fs/proc/ |
D | base.c | 3739 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function 3777 task = next_tid(task), ctx->pos++) { in proc_task_readdir()
|