Home
last modified time | relevance | path

Searched refs:expiration (Results 1 – 25 of 68) sorted by relevance

123

/openbmc/qemu/util/
H A Dtimed-average.c63 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 Dautomount-support.rst42 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 Dbfq-wf2q.c45 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 Dbfq-iosched.h1154 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 Dtoeplitz_client.sh11 expiration=$((SECONDS+20))
12 while [[ "${SECONDS}" -lt "${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:
/openbmc/dbus-sensors/src/external/
H A DExternalSensorMain.cpp104 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 Dtimed-average.h43 int64_t expiration; /* the end of the current window in ns */ member
/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/linux/Documentation/devicetree/bindings/watchdog/
H A Dmarvel.txt34 - interrupts : Contains the IRQ for watchdog expiration
/openbmc/pldm/
H A Dmeson.options100 'instance-id-expiration-interval',
105 description: 'Instance ID expiration interval in seconds',
H A Dmeson.build121 get_option('instance-id-expiration-interval'),
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-watchdog101 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 Dtest_firmware_sub_menu.robot34 Page Should Contain Access key expiration
/openbmc/linux/Documentation/watchdog/
H A Dmlx-wdt.rst59 initial timeout, performed action in expiration and configuration flags.
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-firmware-zynqmp100 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 Dcertificate-revocation-list.md16 assigned expiration date. In Google, there are use cases that BMC needs to
/openbmc/qemu/qapi/
H A Dui.json100 # - '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 Dkfence.rst242 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 D0001-Migrate-to-use-g_memdup2.patch131 /* extract certicate expiration time */
/openbmc/linux/Documentation/core-api/
H A Dtimekeeping.rst28 used e.g. for key expiration times that need to be synchronized
/openbmc/linux/drivers/watchdog/
H A DKconfig1148 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 Dhost.h957 __le32 expiration; member
/openbmc/linux/Documentation/scheduler/
H A Dsched-stats.rst47 2) This field is a legacy array expiration count field used in the O(1)
/openbmc/linux/Documentation/process/
H A Dmaintainer-pgp-guide.rst159 - 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

123