Home
last modified time | relevance | path

Searched full:expiration (Results 1 – 25 of 95) sorted by relevance

1234

/openbmc/qemu/util/
H A Dtimed-average.c36 * - 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/qemu/include/hw/timer/
H A Dnpcm7xx_timer.h42 * @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/sdeventplus/src/sdeventplus/utility/
H A Dtimer.hpp29 * 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/pldm/requester/
H A DREADME.md12 - Instance ID expiration and marking the instance ID free after expiration.
37 - If the response is received before instance ID expiration:
H A Dhandler.hpp112 * instance ID expiration interval, number of request retries and the timeout
115 * received within the instance ID expiration interval or any other failure the
137 * @param[in] instanceIdExpiryInterval - instance ID expiration interval
418 instanceIdExpiryInterval; //!< Instance ID expiration interval
425 * timer object for the Instance ID expiration
/openbmc/sdbusplus/include/sdbusplus/
H A Dtimer.hpp89 /** @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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DWatchdog.interface.yaml35 on watchdog expiration.
61 The timer user at the time of expiration.
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.cpp74 // Reset the timer to a new expiration value
95 // Update new expiration in timeRemaining()
108 // Optional callback function on timer expiration
/openbmc/phosphor-watchdog/test/
H A Dwatchdog.cpp200 // 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/openbmc/meta-openembedded/meta-oe/recipes-crypto/pkcs11-helper/
H A Dpkcs11-helper_1.30.0.bb7 slot, supporting session expiration and much more all using a simple API."
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DAMDPLPA16 …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/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network/fb-fboss/
H A D10-eth0.network31 # expiration. This might be a bug with systemd v234
/openbmc/pldm/
H A Dmeson.options100 'instance-id-expiration-interval',
105 description: 'Instance ID expiration interval in seconds',
/openbmc/phosphor-fan-presence/control/
H A Dtriggers.hpp18 * that will call an event's actions upon each timer expiration.
/openbmc/sdeventplus/example/
H A Dheartbeat_timer.cpp3 * each timer expiration.
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DLicenseService.v1_1_2.json162 …"description": "The number of days prior to a license expiration that a warning message is sent. …
163expiration that the service shall send the `DaysBeforeExpiration` message from the License Message…
/openbmc/qemu/include/hw/adc/
H A Dnpcm7xx_adc.h36 * @irq: GIC interrupt line to fire on expiration (if enabled).
/openbmc/qemu/include/qemu/
H A Dtimed-average.h43 int64_t expiration; /* the end of the current window in ns */ member
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_firmware_sub_menu.robot34 Page Should Contain Access key expiration
/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_action.hpp179 * @brief Starts a timer upon the expiration of which the
271 * @brief Starts a timer upon the expiration of which the
337 * and on expiration a hard power off occurs.
/openbmc/dbus-sensors/src/external/
H A DExternalSensorMain.cpp102 auto expiration = sensor->ageRemaining(now); in updateReaper()
106 nextCheck = std::min(nextCheck, expiration); in updateReaper()
111 nextCheck = expiration; in updateReaper()
104 auto expiration = sensor->ageRemaining(now); updateReaper() local
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_timer-test.c363 /* Pause the timer halfway to expiration. */ in test_pause_resume()
374 /* Resume the timer and run _almost_ to expiration. */ in test_pause_resume()
423 /* Run almost to expiration, and verify the timer didn't fire yet. */ in test_prescaler_change()
433 /* Verifies that a periodic timer automatically restarts after expiration. */
/openbmc/qemu/include/hw/misc/
H A Dnpcm7xx_pwm.h44 * @irq: GIC interrupt line to fire on expiration if enabled.
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DLicenseService_v1.xml125 …Term="OData.Description" String="The number of days prior to a license expiration that a warning m…
126expiration that the service shall send the `DaysBeforeExpiration` message from the License Message…
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_watchdog.robot89 [Template] Execute IPMI Raw Command And Verify Timer Expiration Data
234 Execute IPMI Raw Command And Verify Timer Expiration Data
235 [Documentation] Execute out of band IPMI raw command and verify timer expiration response data.

1234