Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dswitch-tracking.c119 pid_t next_tid, prev_tid; in process_sample_event() local
129 next_tid = perf_evsel__intval(evsel, &sample, "next_pid"); in process_sample_event()
133 cpu, prev_tid, next_tid); in process_sample_event()
146 switch_tracking->tids[cpu] = next_tid; in process_sample_event()
/linux-4.4.14/tools/perf/util/
Dintel-pt.c131 pid_t next_tid; member
706 ptq->next_tid = -1; in intel_pt_alloc_queue()
1159 pid_t tid = ptq->next_tid; in intel_pt_next_tid()
1172 ptq->next_tid = -1; in intel_pt_next_tid()
1375 ptq->next_tid == -1) { in intel_pt_run_decoder()
1524 ptq->next_tid = -1; in intel_pt_sync_switch()
1528 ptq->next_tid = tid; in intel_pt_sync_switch()
1544 ptq->next_tid = tid; in intel_pt_sync_switch()
/linux-4.4.14/mm/
Dslub.c1805 static inline unsigned long next_tid(unsigned long tid) in next_tid() function
1844 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure()
2136 c->tid = next_tid(c->tid); in flush_slab()
2412 c->tid = next_tid(c->tid); in ___slab_alloc()
2552 next_object, next_tid(tid)))) { in slab_alloc_node()
2796 head, next_tid(tid)))) { in slab_free()
2949 c->tid = next_tid(c->tid); in kmem_cache_alloc_bulk()
/linux-4.4.14/net/ceph/
Dosd_client.c2567 u64 last_tid, next_tid = 0; in ceph_osdc_sync() local
2572 req = __lookup_request_ge(osdc, next_tid); in ceph_osdc_sync()
2578 next_tid = req->r_tid + 1; in ceph_osdc_sync()
/linux-4.4.14/fs/proc/
Dbase.c3315 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function
3353 task = next_tid(task), ctx->pos++) { in proc_task_readdir()