Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd2/
Dcommit.c1108 stats.ts_requested = (commit_transaction->t_requested) ? 1 : 0; in jbd2_journal_commit_transaction()
1153 journal->j_stats.ts_requested += stats.ts_requested; in jbd2_journal_commit_transaction()
Djournal.c963 s->stats->ts_tid, s->stats->ts_requested, in jbd2_seq_info_show()
970 (s->stats->ts_requested == 0) ? 0 : in jbd2_seq_info_show()
972 s->stats->ts_requested)); in jbd2_seq_info_show()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c445 if (ring->tx_info[ring_index].ts_requested) in mlx4_en_process_tx_cq()
844 tx_info->ts_requested = 0; in mlx4_en_xmit()
848 tx_info->ts_requested = 1; in mlx4_en_xmit()
Dmlx4_en.h225 u8 ts_requested; member
/linux-4.1.27/include/linux/
Djbd2.h671 unsigned long ts_requested; member