ageing_jiffies    654 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	unsigned long ageing_jiffies = clock_t_to_jiffies(ageing_clock_t);
ageing_jiffies    655 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	u32 ageing_time = jiffies_to_msecs(ageing_jiffies) / 1000;
ageing_jiffies   1279 drivers/net/ethernet/mscc/ocelot.c 	unsigned long ageing_jiffies = clock_t_to_jiffies(ageing_clock_t);
ageing_jiffies   1280 drivers/net/ethernet/mscc/ocelot.c 	u32 ageing_time = jiffies_to_msecs(ageing_jiffies) / 1000;
ageing_jiffies    244 net/dsa/port.c 	unsigned long ageing_jiffies = clock_t_to_jiffies(ageing_clock);
ageing_jiffies    245 net/dsa/port.c 	unsigned int ageing_time = jiffies_to_msecs(ageing_jiffies);