/openbmc/qemu/util/ |
H A D | timed-average.c | 63 int64_t elapsed = (now - w->expiration) % period; in update_expiration() 67 w->expiration = now + remaining; in update_expiration() 117 ta->windows[0].expiration = now + ta->period / 2; in timed_average_init() 118 ta->windows[1].expiration = now + ta->period; in timed_average_init() 138 if (w->expiration <= now) { in check_expirations() 145 if (ta->windows[0].expiration < ta->windows[1].expiration) { in check_expirations() 153 int64_t remaining = ta->windows[ta->current].expiration - now; in check_expirations()
|
/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/linux/block/ |
H A D | bfq-wf2q.c | 45 bool expiration); 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() 1088 bool requeue, bool expiration) in bfq_activate_requeue_entity() argument 1093 expiration) && !requeue) in bfq_activate_requeue_entity() 1163 bool expiration) in bfq_deactivate_entity() argument 1188 bfq_update_next_in_service(sd, NULL, expiration); in bfq_deactivate_entity() 1247 if (!bfq_update_next_in_service(sd, entity, expiration) && in bfq_deactivate_entity() 1248 !expiration) in bfq_deactivate_entity() 1391 bool expiration) in bfq_lookup_next_entity() argument [all …]
|
H A D | bfq-iosched.h | 1154 bool ins_into_idle_tree, bool expiration); 1157 bool expiration); 1158 void bfq_del_bfqq_busy(struct bfq_queue *bfqq, bool expiration);
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | toeplitz_client.sh | 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/dbus-sensors/src/external/ |
H A D | ExternalSensorMain.cpp | 104 auto expiration = sensor->ageRemaining(now); in updateReaper() local 108 nextCheck = std::min(nextCheck, expiration); in updateReaper() 113 nextCheck = expiration; in updateReaper()
|
/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/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/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | marvel.txt | 34 - interrupts : Contains the IRQ for watchdog expiration
|
/openbmc/pldm/ |
H A D | meson.options | 100 'instance-id-expiration-interval', 105 description: 'Instance ID expiration interval in seconds',
|
H A D | meson.build | 121 get_option('instance-id-expiration-interval'),
|
/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-test-automation/gui/gui_test/operations_menu/ |
H A D | test_firmware_sub_menu.robot | 34 Page Should Contain Access key expiration
|
/openbmc/linux/Documentation/watchdog/ |
H A D | mlx-wdt.rst | 59 initial timeout, performed action in expiration and configuration flags.
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-driver-firmware-zynqmp | 100 bit on FPD WDT expiration. If healthy bit is set by a user 102 healthy bit is not set during FPD WDT expiration, PMUFW will do
|
/openbmc/docs/designs/ |
H A D | certificate-revocation-list.md | 16 assigned expiration date. In Google, there are use cases that BMC needs to
|
/openbmc/qemu/qapi/ |
H A D | ui.json | 100 # - 'vnc' to modify the VNC server expiration 101 # - 'spice' to modify the Spice server expiration 106 # - 'never' to cancel password expiration 129 # @display: The id of the display where the expiration should be
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kfence.rst | 242 Guarded allocations are set up based on the sample interval. After expiration 246 the next allocation is set up after the expiration of the interval.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/ |
H A D | 0001-Migrate-to-use-g_memdup2.patch | 131 /* extract certicate expiration time */
|
/openbmc/linux/Documentation/core-api/ |
H A D | timekeeping.rst | 28 used e.g. for key expiration times that need to be synchronized
|
/openbmc/linux/drivers/watchdog/ |
H A D | Kconfig | 1148 the machine after its expiration. The expiration time can be 1303 that will reboot the machine after its second expiration. The 1304 expiration time can be configured with the "heartbeat" parameter. 1427 expiration. The expiration time can be configured with the 1794 interrupt. On first expiration of the watchdog, the 1795 interrupt handler pokes it. The second expiration causes an 1796 NMI that prints a message. The third expiration causes a
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | host.h | 957 __le32 expiration; member
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-stats.rst | 47 2) This field is a legacy array expiration count field used in the O(1)
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-pgp-guide.rst | 159 - add or change the expiration date on itself or any subkey 603 Extending key expiration date 606 The Certify key has the default expiration date of 2 years from the date 610 To extend the expiration on your key by a year from current date, just
|