Home
last modified time | relevance | path

Searched refs:TABLE_TIMESPAN_MSEC (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/analyze/
Danalyze-blame.c56 TABLE_TIMESPAN_MSEC, u->time, in verb_blame()
/systemd-251/src/shared/
Dformat-table.h24 TABLE_TIMESPAN_MSEC, enumerator
Dformat-table.c278 case TABLE_TIMESPAN_MSEC: in table_data_size()
862 case TABLE_TIMESPAN_MSEC: in table_add_many_internal()
1251 case TABLE_TIMESPAN_MSEC: in cell_data_compare()
1474 case TABLE_TIMESPAN_MSEC: { in table_data_format()
2501 case TABLE_TIMESPAN_MSEC: in table_data_to_json()
/systemd-251/src/network/
Dnetworkctl.c1780 TABLE_TIMESPAN_MSEC, jiffies_to_usec(info->forward_delay), in link_status_one()
1783 TABLE_TIMESPAN_MSEC, jiffies_to_usec(info->hello_time), in link_status_one()
1786 TABLE_TIMESPAN_MSEC, jiffies_to_usec(info->max_age), in link_status_one()
1789 TABLE_TIMESPAN_MSEC, jiffies_to_usec(info->ageing_time), in link_status_one()
1817 TABLE_TIMESPAN_MSEC, info->miimon * USEC_PER_MSEC, in link_status_one()
1820 TABLE_TIMESPAN_MSEC, info->updelay * USEC_PER_MSEC, in link_status_one()
1823 TABLE_TIMESPAN_MSEC, info->downdelay * USEC_PER_MSEC); in link_status_one()