Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-power-wilco11 Trickle: Extends battery lifespan, intended for users who
/Linux-v5.4/Documentation/networking/
Dtcp-thin.txt18 lifespan. The combination of time-dependency and the fact that the
Drxrpc.txt1068 (*) Set the maxmimum lifespan on a call.
1074 This sets the maximum lifespan on a call to hard_timeout (which is in
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-class-infiniband198 What: /sys/class/infiniband/<device-name>/hw_counters/lifespan
199 What: /sys/class/infiniband/<device-name>/ports/<port-num>/hw_counters/lifespan
209 counters, there will be a file named "lifespan" that configures
212 accessed). The lifespan is in milliseconds and defaults to 10
214 value between 0-10000 to the lifespan file to set the length
/Linux-v5.4/drivers/infiniband/core/
Dsysfs.c803 if (time_is_after_eq_jiffies(stats->timestamp + stats->lifespan)) in update_hw_stats()
873 msecs = jiffies_to_msecs(stats->lifespan); in show_stats_lifespan()
908 stats->lifespan = jiffies; in set_stats_lifespan()
/Linux-v5.4/include/rdma/
Dib_verbs.h555 unsigned long lifespan; member
571 unsigned long lifespan) in rdma_alloc_hw_stats_struct() argument
581 stats->lifespan = msecs_to_jiffies(lifespan); in rdma_alloc_hw_stats_struct()
/Linux-v5.4/Documentation/power/
Dcharger-manager.rst41 only affects the charging time, but the lifespan of the battery.
/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c2554 unsigned long lifespan = RDMA_HW_STATS_DEFAULT_LIFESPAN; in i40iw_alloc_hw_stats() local
2565 lifespan = 1000; in i40iw_alloc_hw_stats()
2567 lifespan); in i40iw_alloc_hw_stats()