Home
last modified time | relevance | path

Searched refs:last_seen (Results 1 – 8 of 8) sorted by relevance

/linux/lib/kunit/
H A Dtry-catch.c79 if (test->last_seen.file) in kunit_try_catch_run()
81 test->last_seen.file, test->last_seen.line); in kunit_try_catch_run()
/linux/net/batman-adv/
H A Doriginator.c587 hardif_neigh->last_seen = jiffies; in batadv_hardif_neigh_create()
698 neigh_node->last_seen = jiffies; in batadv_neigh_node_create()
972 orig_node->last_seen = jiffies; in batadv_orig_node_new()
1115 unsigned long last_seen; in batadv_purge_orig_neighbors() local
1123 last_seen = neigh_node->last_seen; in batadv_purge_orig_neighbors()
1126 if (batadv_has_timed_out(last_seen, BATADV_PURGE_TIMEOUT) || in batadv_purge_orig_neighbors()
1141 jiffies_to_msecs(last_seen)); in batadv_purge_orig_neighbors()
1211 if (batadv_has_timed_out(orig_node->last_seen, in batadv_purge_orig_node()
1216 jiffies_to_msecs(orig_node->last_seen)); in batadv_purge_orig_node()
H A Dbat_v_elp.c535 neigh->last_seen = jiffies; in batadv_v_elp_neigh_update()
536 hardif_neigh->last_seen = jiffies; in batadv_v_elp_neigh_update()
H A Dbat_iv_ogm.c1001 neigh_node->last_seen = jiffies; in batadv_iv_ogm_orig_update()
1117 neigh_node->last_seen = jiffies; in batadv_iv_ogm_calc_tq()
1119 orig_node->last_seen = jiffies; in batadv_iv_ogm_calc_tq()
1370 hardif_neigh->last_seen = jiffies; in batadv_iv_ogm_process_per_outif()
1823 last_seen_msecs = jiffies_to_msecs(jiffies - orig_node->last_seen); in batadv_iv_ogm_orig_dump_subentry()
2060 last_seen_msecs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen); in batadv_iv_ogm_neigh_dump_neigh()
H A Dbat_v.c135 last_seen_msecs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen); in batadv_v_neigh_dump_neigh()
284 last_seen_msecs = jiffies_to_msecs(jiffies - orig_node->last_seen); in batadv_v_orig_dump_subentry()
H A Dbat_v_ogm.c643 neigh_node->last_seen = jiffies; in batadv_v_ogm_metric_update()
645 orig_node->last_seen = jiffies; in batadv_v_ogm_metric_update()
H A Dtranslation-table.c619 tt_local->last_seen = jiffies; in batadv_tt_local_add()
689 tt_local->last_seen = jiffies; in batadv_tt_local_add()
690 tt_local->common.added_at = tt_local->last_seen; in batadv_tt_local_add()
1051 last_seen_msecs = jiffies_to_msecs(jiffies - local->last_seen); in batadv_tt_local_dump_entry()
1292 if (!batadv_has_timed_out(tt_local_entry->last_seen, timeout)) in batadv_tt_local_purge_list()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c120 if (time_after(jiffies, cmdq->last_seen + in bnxt_re_is_fw_stalled()
125 jiffies_to_msecs(jiffies - cmdq->last_seen), in bnxt_re_is_fw_stalled()
753 rcfw->cmdq.last_seen = jiffies; in bnxt_qplib_service_creq()