Home
last modified time | relevance | path

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

/drivers/infiniband/hw/ipath/
Dipath_eeprom.c843 atomic_set(&dd->ipath_active_time, 0); in ipath_get_eeprom_info()
883 new_time = atomic_read(&dd->ipath_active_time); in ipath_update_eeprom_log()
965 atomic_sub((new_hrs * 3600), &dd->ipath_active_time); in ipath_update_eeprom_log()
Dipath_stats.c276 atomic_add(5, &dd->ipath_active_time); /* S/B #define */ in ipath_get_faststats()
Dipath_kernel.h810 atomic_t ipath_active_time; member