Searched refs:entrytime (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/batman-adv/
H A Dbridge_loop_avoidance.c1533 unsigned long entrytime; local
1552 entrytime = jiffies - msecs_to_jiffies(BATADV_DUPLIST_TIMEOUT);
1554 bat_priv->bla.bcast_duplist[i].entrytime = entrytime;
1628 if (batadv_has_timed_out(entry->entrytime,
1664 entry->entrytime = jiffies;
H A Dtypes.h753 /** @entrytime: time when the broadcast packet was received */
754 unsigned long entrytime; member in struct:batadv_bcast_duplist_entry
/linux-master/tools/perf/
H A Dbuiltin-kwork.c743 char entrytime[32], exittime[32]; local
750 entrytime, sizeof(entrytime));
751 printf(" %*s ", PRINT_TIMESTAMP_WIDTH, entrytime);

Completed in 107 milliseconds