Searched refs:next_tid (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/tools/perf/tests/ |
D | switch-tracking.c | 119 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.1.27/mm/ |
D | slub.c | 1762 static inline unsigned long next_tid(unsigned long tid) in next_tid() function 1801 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure() 2093 c->tid = next_tid(c->tid); in flush_slab() 2377 c->tid = next_tid(c->tid); in __slab_alloc() 2495 next_object, next_tid(tid)))) { in slab_alloc_node() 2732 object, next_tid(tid)))) { in slab_free()
|
/linux-4.1.27/net/ceph/ |
D | osd_client.c | 2553 u64 last_tid, next_tid = 0; in ceph_osdc_sync() local 2558 req = __lookup_request_ge(osdc, next_tid); in ceph_osdc_sync() 2564 next_tid = req->r_tid + 1; in ceph_osdc_sync()
|
/linux-4.1.27/fs/proc/ |
D | base.c | 3131 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function 3169 task = next_tid(task), ctx->pos++) { in proc_task_readdir()
|