Searched refs:next_tid (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/jbd2/
H A Dcheckpoint.c408 tid_t first_tid = 0, last_tid = 0, next_tid = 0; local
453 next_tid = next_transaction->t_tid;
456 next_tid = 0;
462 if (*nr_to_scan && next_tid)
466 nr_freed, next_tid);
/linux-master/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)
/linux-master/tools/perf/tests/
H A Dswitch-tracking.c131 pid_t next_tid, prev_tid; local
141 next_tid = evsel__intval(evsel, &sample, "next_pid");
144 pr_debug3("sched_switch: cpu: %d prev_tid %d next_tid %d\n",
145 cpu, prev_tid, next_tid);
158 switch_tracking->tids[cpu] = next_tid;
/linux-master/kernel/bpf/
H A Dtask_iter.c42 u32 next_tid; local
77 next_tid = __task_pid_nr_ns(task, PIDTYPE_PID, common->ns);
78 if (!next_tid)
84 *tid = common->pid_visiting = next_tid;
/linux-master/mm/
H A Dslub.c2725 static inline unsigned long next_tid(unsigned long tid) function
2766 actual_tid, tid, next_tid(tid));
3007 c->tid = next_tid(c->tid);
3025 c->tid = next_tid(c->tid);
3286 freelist_aba_t new = { .freelist = freelist_new, .counter = next_tid(tid) };
3430 c->tid = next_tid(c->tid);
3449 c->tid = next_tid(c->tid);
3463 c->tid = next_tid(c->tid);
3576 c->tid = next_tid(c->tid);
4259 c->tid = next_tid(ti
[all...]
/linux-master/include/linux/qed/
H A Dnvmetcp_common.h510 __le16 next_tid; member in struct:e5_ustorm_nvmetcp_task_ag_ctx
H A Discsi_common.h876 __le16 next_tid; member in struct:ustorm_iscsi_task_ag_ctx
/linux-master/tools/perf/util/
H A Dintel-pt.c199 pid_t next_tid; member in struct:intel_pt_queue
1324 ptq->next_tid = -1;
2545 pid_t tid = ptq->next_tid;
2558 ptq->next_tid = -1;
2974 ptq->next_tid == -1) {
3183 ptq->next_tid = tid;
3205 ptq->next_tid = -1;
3248 ptq->next_tid = -1;
/linux-master/fs/proc/
H A Dbase.c3845 static struct task_struct *next_tid(struct task_struct *start) function
3881 task = next_tid(task), ctx->pos++) {

Completed in 277 milliseconds