/openbmc/linux/Documentation/filesystems/ |
H A D | automount-support.rst | 42 Automatic expiration of mountpoints is easy, provided you've mounted the 45 To do expiration, you need to follow these steps: 66 The expiration flag is cleared by calls to mntput. This means that expiration 67 will only happen on the second expiration request after the last time the 70 If a mountpoint is moved, it gets removed from the expiration list. If a bind 72 expiration list and will not expire. 75 and the copies of those that are on an expiration list will be added to the 76 same expiration list. 89 mountpoint will not be marked for expiration or unmounted. 97 Again, the expiration flag is cleared every time anything other than umount()
|
/openbmc/qemu/util/ |
H A D | timed-average.c | 36 * - Create two windows with a certain expiration period, and 53 /* Update the expiration of a time window 57 * @period: the expiration period in nanoseconds 62 /* time elapsed since the last theoretical expiration */ in update_expiration() 63 int64_t elapsed = (now - w->expiration) % period; in update_expiration() 64 /* time remaininging until the next expiration */ in update_expiration() 66 /* compute expiration */ in update_expiration() 67 w->expiration = now + remaining; in update_expiration() 83 * expiration time). 117 ta->windows[0].expiration = now + ta->period / 2; in timed_average_init() [all …]
|
/openbmc/sdeventplus/src/sdeventplus/utility/ |
H A D | timer.hpp | 29 * the last clearExpired() or restart(). The concept of expiration is 58 * expiration. Defaults to 1ms. 105 /** @brief Has the timer expired since creation or reset of expiration 136 * This does not alter the expiration time of the timer. 159 * This does not alter the current expiration time of the timer. 211 /** @brief Tracks the expiration status of the timer */ 213 /** @brief Tracks whether or not the expiration timeout is valid */ 215 /** @brief User defined callback run on each expiration */ 219 /** @brief Interval between each timer expiration */
|
/openbmc/qemu/include/hw/timer/ |
H A D | npcm7xx_timer.h | 42 * @qtimer: QEMU timer that notifies us on expiration. 43 * @expires_ns: Absolute virtual expiration time. 44 * @remaining_ns: Remaining time until expiration if timer is paused. 55 * @irq: GIC interrupt line to fire on expiration (if enabled). 73 * @irq: GIC interrupt line to fire on expiration (if enabled).
|
/openbmc/linux/block/ |
H A D | bfq-wf2q.c | 45 bool expiration); 55 * @expiration: id true, this function is being invoked after the 56 * expiration of the in-service entity 76 bool expiration) in bfq_update_next_in_service() argument 128 next_in_service = bfq_lookup_next_entity(sd, expiration); in bfq_update_next_in_service() 998 * expiration; in __bfq_requeue_entity() 1083 * @expiration: true if this function is being invoked in the expiration path 1088 bool requeue, bool expiration) in bfq_activate_requeue_entity() argument 1093 expiration) && !requeue) in bfq_activate_requeue_entity() 1136 * resetting its service counter on expiration. Do it in __bfq_deactivate_entity() [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | toeplitz_client.sh | 8 # needed, rather than waiting for the 20 second expiration. 11 expiration=$((SECONDS+20)) 12 while [[ "${SECONDS}" -lt "${expiration}" ]]
|
/openbmc/pldm/requester/ |
H A D | README.md | 12 - Instance ID expiration and marking the instance ID free after expiration. 37 - If the response is received before instance ID expiration:
|
/openbmc/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | xlnx,xps-timebase-wdt.yaml | 15 WDT uses a dual-expiration architecture. After one expiration of 19 expiration of the timeout interval, a WDT reset is generated.
|
/openbmc/linux/arch/x86/platform/uv/ |
H A D | uv_time.c | 55 u64 expires; /* next timer expiration for this cpu */ 92 /* Setup interrupt and return non-zero if early expiration occurred. */ 134 /* Allocate per-node list of cpu timer expiration times. */ 197 * Set expiration time for current cpu. 199 * Returns 1 if we missed the expiration time. 233 * Unset expiration time for current cpu.
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | timer.hpp | 89 /** @brief Starts the timer with specified expiration value. 147 /** @brief Optional function to call on timer expiration */ 157 * expiration time and sets up the callback handler 173 // Add infinite expiration time in initialize()
|
/openbmc/linux/include/linux/ |
H A D | timerqueue.h | 27 * timerqueue_getnext - Returns the timer with the earliest expiration time 31 * Returns a pointer to the timer node that has the earliest expiration time.
|
/openbmc/linux/drivers/watchdog/ |
H A D | tegra_wdt.c | 86 * reset actually occurs on the 4th expiration of this counter, in tegra_wdt_start() 98 * WDT to reset the counter before expiration, through ioctls. in tegra_wdt_start() 155 /* Number of expirations (we are waiting for the 4th expiration) */ in tegra_wdt_get_timeleft() 160 * faster due to needing to wait for the 4th expiration. in tegra_wdt_get_timeleft()
|
H A D | rn5t618_wdt.c | 33 * watchdog expiration times. If the watchdog is not accessed before 34 * the timer expiration, the PMU generates an interrupt and if the CPU
|
/openbmc/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_constants.h | 121 /* For E_D_T_TOV timer expiration in Xstorm (Class 2 only) */ 123 /* For REC_TOV timer expiration indication received from Xstorm */ 138 /* For REC_TOV timer expiration indication received from Xstorm */ 140 /* For E_D_T_TOV timer expiration in Ustorm */
|
/openbmc/phosphor-watchdog/test/ |
H A D | watchdog.cpp | 200 // Waiting for expiration in TEST_F() 253 // Waiting default expiration in TEST_F() 291 // Waiting default expiration in TEST_F() 326 // Waiting fallback expiration in TEST_F() 375 // Waiting default expiration in TEST_F() 428 // Waiting default expiration in TEST_F() 494 // Waiting default expiration in TEST_F() 505 // Waiting fallback expiration in TEST_F()
|
/openbmc/phosphor-watchdog/src/ |
H A D | watchdog.cpp | 74 // Reset the timer to a new expiration value 95 // Update new expiration in timeRemaining() 108 // Optional callback function on timer expiration
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | Watchdog.interface.yaml | 35 on watchdog expiration. 61 The timer user at the time of expiration.
|
/openbmc/linux/lib/ |
H A D | timerqueue.c | 5 * Manages a simple queue of timers, ordered by expiration time. 6 * Uses rbtrees for quick list adds and expiration.
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_lblc.c | 11 * Wensong Zhang : added doing full expiration check to 65 * It is for full expiration check. 66 * When there is no partial expiration check (garbage collection) 67 * in a half hour, do a full expiration check to collect stale 292 * The full expiration check is for this purpose now. 305 /* do full expiration check */ in ip_vs_lblc_check_expire()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_format.h | 1194 * Traditional quota grace period expiration timers are an unsigned 32-bit 1196 * Note that an expiration value of zero means that the quota limit has not 1197 * been reached, and therefore no expiration has been set. Therefore, the 1199 * quota expiration timestamps on a Unix system. 1202 * expiration timeout range to match that of big inode timestamps. The min and 1212 * Smallest possible ondisk quota expiration value with traditional timestamps. 1213 * This corresponds exactly with the incore expiration Jan 1 00:00:01 UTC 1970. 1218 * Largest possible ondisk quota expiration value with traditional timestamps. 1219 * This corresponds exactly with the incore expiration Feb 7 06:28:15 UTC 2106. 1224 * Smallest possible ondisk quota expiration value with bigtime timestamps. [all …]
|
/openbmc/linux/drivers/scsi/qedf/ |
H A D | qedf_hsi.h | 182 /* Warning completion information (Rec Tov expiration) */ 215 FCOE_ERROR_DETECTION_CQE_TYPE /* timer expiration, validation error */, 216 FCOE_WARNING_CQE_TYPE /* rec_tov or rr_tov timer expiration */,
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 46 * Sleep until ITIMER_REAL expiration. 59 * Check the expected timer expiration matches the GTOD elapsed delta since 275 * It's unfortunately hard to reliably test a timer expiration in main()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-watchdog | 101 expiration of a watchdog timer of AST2400/AST2500 when 122 expiration) the behavior differs as described above.
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | AMDPLPA | 16 …SHALL TERMINATE IMMEDIATELY. MOREOVER, THE FOREGOING SHALL SURVIVE ANY EXPIRATION OR TERMINATION O… 18 … NATIONAL SECURITY CONTROLS. MOREOVER, THE FOREGOING SHALL SURVIVE ANY EXPIRATION OR TERMINATION O…
|
/openbmc/pldm/ |
H A D | meson.options | 100 'instance-id-expiration-interval', 105 description: 'Instance ID expiration interval in seconds',
|