/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/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/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/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:
|
H A D | handler.hpp | 112 * 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 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/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/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-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/openbmc/meta-openembedded/meta-oe/recipes-crypto/pkcs11-helper/ |
H A D | pkcs11-helper_1.30.0.bb | 7 slot, supporting session expiration and much more all using a simple API."
|
/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/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network/fb-fboss/ |
H A D | 10-eth0.network | 31 # expiration. This might be a bug with systemd v234
|
/openbmc/pldm/ |
H A D | meson.options | 100 'instance-id-expiration-interval', 105 description: 'Instance ID expiration interval in seconds',
|
/openbmc/phosphor-fan-presence/control/ |
H A D | triggers.hpp | 18 * that will call an event's actions upon each timer expiration.
|
/openbmc/sdeventplus/example/ |
H A D | heartbeat_timer.cpp | 3 * each timer expiration.
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | LicenseService.v1_1_2.json | 162 …"description": "The number of days prior to a license expiration that a warning message is sent. … 163 …expiration that the service shall send the `DaysBeforeExpiration` message from the License Message…
|
/openbmc/qemu/include/hw/adc/ |
H A D | npcm7xx_adc.h | 36 * @irq: GIC interrupt line to fire on expiration (if enabled).
|
/openbmc/qemu/include/qemu/ |
H A D | timed-average.h | 43 int64_t expiration; /* the end of the current window in ns */ member
|
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/ |
H A D | test_firmware_sub_menu.robot | 34 Page Should Contain Access key expiration
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | power_off_action.hpp | 179 * @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 D | ExternalSensorMain.cpp | 102 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 D | npcm7xx_timer-test.c | 363 /* 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 D | npcm7xx_pwm.h | 44 * @irq: GIC interrupt line to fire on expiration if enabled.
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | LicenseService_v1.xml | 125 …Term="OData.Description" String="The number of days prior to a license expiration that a warning m… 126 …expiration that the service shall send the `DaysBeforeExpiration` message from the License Message…
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_watchdog.robot | 89 [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.
|