Searched refs:lifespan (Results 1 – 8 of 8) sorted by relevance
15 Extends battery lifespan, intended for users who
387 than standard charging and may lower its lifespan.
22 lifespan. The combination of time-dependency and the fact that the
199 What: /sys/class/infiniband/<device-name>/hw_counters/lifespan200 What: /sys/class/infiniband/<device-name>/ports/<port-num>/hw_counters/lifespan210 counters, there will be a file named "lifespan" that configures213 accessed). The lifespan is in milliseconds and defaults to 10215 value between 0-10000 to the lifespan file to set the length
807 if (time_is_after_eq_jiffies(stats->timestamp + stats->lifespan)) in update_hw_stats() 851 msecs = jiffies_to_msecs(stats->lifespan); in show_stats_lifespan() 874 stats->lifespan = jiffies; in set_stats_lifespan() 895 * Two extra attribue elements here, one for the lifespan entry and in alloc_hw_stats_device() 969 attr->attr.attr.name = "lifespan"; in ib_setup_device_attrs() 1002 * Two extra attribue elements here, one for the lifespan entry and in alloc_hw_stats_port() 1067 attr->attr.attr.name = "lifespan"; in setup_hw_port_stats()
3142 * @lifespan: milliseconds between updates3146 unsigned long lifespan) in rdma_alloc_hw_stats_struct() argument 3161 stats->lifespan = msecs_to_jiffies(lifespan); in rdma_alloc_hw_stats_struct()
41 only affects the charging time, but the lifespan of the battery.
602 * @lock - Mutex to protect parallel write access to lifespan and values606 * @lifespan - Used by the core code to determine how old the counters622 struct mutex lock; /* Protect lifespan and values[] */624 unsigned long lifespan; member 635 unsigned long lifespan);2621 * the sysfs core when the device is removed. A lifespan of -1 in the2622 * return struct tells the core to set a default lifespan.2635 * and prevent further calls for lifespan milliseconds)