Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c448 if (unlikely(ring->tx_info[ring_index].ts_requested)) in mlx4_en_process_tx_cq()
942 tx_info->ts_requested = 0; in mlx4_en_xmit()
946 tx_info->ts_requested = 1; in mlx4_en_xmit()
1098 tx_info->ts_requested = 0; in mlx4_en_init_tx_xdp_ring_descs()
Dmlx4_en.h233 u8 ts_requested; member
/Linux-v5.4/fs/jbd2/
Dcommit.c1089 stats.ts_requested = (commit_transaction->t_requested) ? 1 : 0; in jbd2_journal_commit_transaction()
1134 journal->j_stats.ts_requested += stats.ts_requested; in jbd2_journal_commit_transaction()
Djournal.c995 s->stats->ts_tid, s->stats->ts_requested, in jbd2_seq_info_show()
1002 (s->stats->ts_requested == 0) ? 0 : in jbd2_seq_info_show()
1004 s->stats->ts_requested)); in jbd2_seq_info_show()
/Linux-v5.4/include/linux/
Djbd2.h742 unsigned long ts_requested; member