Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c486 if (unlikely(ring->tx_info[ring_index].ts_requested)) in mlx4_en_process_tx_cq()
985 tx_info->ts_requested = 0; in mlx4_en_xmit()
989 tx_info->ts_requested = 1; in mlx4_en_xmit()
1156 tx_info->ts_requested = 0; in mlx4_en_init_tx_xdp_ring_descs()
H A Dmlx4_en.h225 u8 ts_requested; member
/linux-6.15/fs/jbd2/
H A Dcommit.c1100 stats.ts_requested = (commit_transaction->t_requested) ? 1 : 0; in jbd2_journal_commit_transaction()
1149 journal->j_stats.ts_requested += stats.ts_requested; in jbd2_journal_commit_transaction()
H A Djournal.c1134 s->stats->ts_tid, s->stats->ts_requested, in jbd2_seq_info_show()
1141 (s->stats->ts_requested == 0) ? 0 : in jbd2_seq_info_show()
1143 s->stats->ts_requested)); in jbd2_seq_info_show()
/linux-6.15/Documentation/driver-api/hte/
H A Dhte.rst64 `ts_requested`
/linux-6.15/include/linux/
H A Djbd2.h718 unsigned long ts_requested; member