Home
last modified time | relevance | path

Searched refs:ts_tid (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/jbd2/
H A Djournal.c723 if (!journal->j_stats.ts_tid) in jbd2_fc_begin_commit()
1166 s->stats->ts_tid, s->stats->ts_requested, in jbd2_seq_info_show()
1168 if (s->stats->ts_tid == 0) in jbd2_seq_info_show()
1171 jiffies_to_msecs(s->stats->run.rs_wait / s->stats->ts_tid)); in jbd2_seq_info_show()
1177 jiffies_to_msecs(s->stats->run.rs_running / s->stats->ts_tid)); in jbd2_seq_info_show()
1179 jiffies_to_msecs(s->stats->run.rs_locked / s->stats->ts_tid)); in jbd2_seq_info_show()
1181 jiffies_to_msecs(s->stats->run.rs_flushing / s->stats->ts_tid)); in jbd2_seq_info_show()
1183 jiffies_to_msecs(s->stats->run.rs_logging / s->stats->ts_tid)); in jbd2_seq_info_show()
1187 s->stats->run.rs_handle_count / s->stats->ts_tid); in jbd2_seq_info_show()
1189 s->stats->run.rs_blocks / s->stats->ts_tid); in jbd2_seq_info_show()
[all …]
H A Dcommit.c1102 stats.ts_tid = commit_transaction->t_tid; in jbd2_journal_commit_transaction()
1155 journal->j_stats.ts_tid++; in jbd2_journal_commit_transaction()
/openbmc/qemu/linux-user/
H A Dmain.c189 if (ts->ts_tid == 0) { in task_settid()
190 ts->ts_tid = (pid_t)syscall(SYS_gettid); in task_settid()
H A Dqemu.h101 pid_t ts_tid; /* tid (or pid) of this task */ member
H A Delfload.c4348 prstatus->pr_pid = ts->ts_tid; in fill_prstatus()
/openbmc/qemu/gdbstub/
H A Duser-target.c208 return ts ? ts->ts_tid : -1; in gdb_get_cpu_index()
/openbmc/qemu/bsd-user/
H A Dqemu.h74 pid_t ts_tid; /* tid (or pid) of this task */ member
/openbmc/linux/include/linux/
H A Djbd2.h725 unsigned long ts_tid; member