Home
last modified time | relevance | path

Searched refs:trans_timeout (Results 1 – 2 of 2) sorted by relevance

/net/core/
Dnet-sysfs.c1205 unsigned long trans_timeout; in tx_timeout_show() local
1208 trans_timeout = queue->trans_timeout; in tx_timeout_show()
1211 return sprintf(buf, fmt_ulong, trans_timeout); in tx_timeout_show()
/net/sched/
Dsch_generic.c470 txq->trans_timeout++; in dev_watchdog()