Home
last modified time | relevance | path

Searched refs:idempotent (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/Documentation/filesystems/ext4/
H A Djournal.rst692 Fast commits tags are idempotent in nature provided the recovery code follows
709 Let's take an example of a procedure that is not idempotent and see how fast
710 commits make it idempotent. Consider following sequence of operations:
716 If we store this sequence of operations as is then the replay is not idempotent.
720 sequence of operations is not idempotent. However, as mentioned above, instead
736 replay of last inode 11 tag. Thus, by converting a non-idempotent procedure
737 into a series of idempotent outcomes, fast commits ensured idempotence during
/openbmc/linux/kernel/module/
H A Dmain.c3066 struct idempotent { struct
3077 static bool idempotent(struct idempotent *u, const void *cookie) in idempotent() function
3081 struct idempotent *existing; in idempotent()
3108 static int idempotent_complete(struct idempotent *u, int ret) in idempotent_complete()
3114 struct idempotent *pos; in idempotent_complete()
3139 static int idempotent_wait_for_completion(struct idempotent *u) in idempotent_wait_for_completion()
3180 struct idempotent idem; in idempotent_init_module()
3186 if (!idempotent(&idem, file_inode(f))) { in idempotent_init_module()
/openbmc/linux/Documentation/i2c/
H A Dfault-codes.rst12 example. Software often retries idempotent operations after transient
/openbmc/linux/Documentation/networking/
H A Dnapi.rst49 The control APIs are not idempotent. Control API calls are safe against
/openbmc/openbmc/poky/meta/recipes-core/ovmf/
H A Dovmf_git.bb88 # Must be idempotent and thus remove old assignments that were inserted
/openbmc/phosphor-ipmi-blobs/
H A DREADME.md359 should be idempotent where possible; duplicate calls should return the same
/openbmc/linux/tools/memory-model/Documentation/
H A Dsimple.txt144 lockless and should be idempotent.
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Drecipe-style-guide.rst272 - Recipes should have tasks which are idempotent, i.e. that executing a given task
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.2.rst235 - ``oe-setup-layers``: make efficiently idempotent
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst1323 Must be constant and idempotent, and should not take locks if
1340 be constant and idempotent.
H A Dporting.rst367 1, or more times (eg. constant, idempotent).
/openbmc/qemu/docs/devel/
H A Dqapi-code-gen.rst151 are idempotent.