Home
last modified time | relevance | path

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

/linux-4.1.27/net/batman-adv/
Ddistributed-arp-table.c758 int last_seen_msecs, last_seen_secs, last_seen_mins; in batadv_dat_cache_seq_print_text() local
775 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_dat_cache_seq_print_text()
776 last_seen_mins = last_seen_msecs / 60000; in batadv_dat_cache_seq_print_text()
777 last_seen_msecs = last_seen_msecs % 60000; in batadv_dat_cache_seq_print_text()
778 last_seen_secs = last_seen_msecs / 1000; in batadv_dat_cache_seq_print_text()
Dbat_iv_ogm.c1802 int last_seen_msecs, last_seen_secs; in batadv_iv_ogm_orig_print() local
1833 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_iv_ogm_orig_print()
1834 last_seen_secs = last_seen_msecs / 1000; in batadv_iv_ogm_orig_print()
1835 last_seen_msecs = last_seen_msecs % 1000; in batadv_iv_ogm_orig_print()
1839 last_seen_msecs, n_ifinfo->bat_iv.tq_avg, in batadv_iv_ogm_orig_print()
Dtranslation-table.c916 int last_seen_msecs; in batadv_tt_local_seq_print_text() local
942 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_tt_local_seq_print_text()
943 last_seen_secs = last_seen_msecs / 1000; in batadv_tt_local_seq_print_text()
944 last_seen_msecs = last_seen_msecs % 1000; in batadv_tt_local_seq_print_text()
971 no_purge ? 0 : last_seen_msecs, in batadv_tt_local_seq_print_text()