Home
last modified time | relevance | path

Searched refs:lifespan (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-class-power-wilco15 Extends battery lifespan, intended for users who
H A Dsysfs-class-power387 than standard charging and may lower its lifespan.
/linux/Documentation/networking/
H A Dtcp-thin.rst22 lifespan. The combination of time-dependency and the fact that the
/linux/Documentation/ABI/stable/
H A Dsysfs-class-infiniband199 What: /sys/class/infiniband/<device-name>/hw_counters/lifespan
200 What: /sys/class/infiniband/<device-name>/ports/<port-num>/hw_counters/lifespan
210 counters, there will be a file named "lifespan" that configures
213 accessed). The lifespan is in milliseconds and defaults to 10
215 value between 0-10000 to the lifespan file to set the length
/linux/drivers/infiniband/core/
H A Dsysfs.c807 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()
H A Dverbs.c3142 * @lifespan: milliseconds between updates
3146 unsigned long lifespan) in rdma_alloc_hw_stats_struct() argument
3161 stats->lifespan = msecs_to_jiffies(lifespan); in rdma_alloc_hw_stats_struct()
/linux/Documentation/power/
H A Dcharger-manager.rst41 only affects the charging time, but the lifespan of the battery.
/linux/include/rdma/
H A Dib_verbs.h602 * @lock - Mutex to protect parallel write access to lifespan and values
606 * @lifespan - Used by the core code to determine how old the counters
622 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 the
2622 * return struct tells the core to set a default lifespan.
2635 * and prevent further calls for lifespan milliseconds)