Home
last modified time | relevance | path

Searched refs:tx_janitor_last_run (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/net/wireless/ath/carl9170/
Ddebug.c795 DEBUGFS_READONLY_FILE(tx_janitor_last_run, 64, "last run:%d ms ago",
796 jiffies_to_msecs(jiffies - ar->tx_janitor_last_run));
857 DEBUGFS_ADD(tx_janitor_last_run); in carl9170_debugfs_register()
Dcarl9170.h397 unsigned long tx_janitor_last_run; member
Dtx.c646 ar->tx_janitor_last_run = jiffies; in carl9170_tx_janitor()