Searched refs:idempotent (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | journal.rst | 692 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 D | main.c | 3066 struct idempotent { struct 3077 static bool idempotent(struct idempotent *u, const void *cookie) in idempotent() argument 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 D | fault-codes.rst | 12 example. Software often retries idempotent operations after transient
|
/openbmc/linux/Documentation/networking/ |
H A D | napi.rst | 49 The control APIs are not idempotent. Control API calls are safe against
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ |
H A D | ovmf_git.bb | 88 # Must be idempotent and thus remove old assignments that were inserted
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | README.md | 359 should be idempotent where possible; duplicate calls should return the same
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | simple.txt | 144 lockless and should be idempotent.
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | recipe-style-guide.rst | 272 - Recipes should have tasks which are idempotent, i.e. that executing a given task
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.2.rst | 235 - ``oe-setup-layers``: make efficiently idempotent
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 1323 Must be constant and idempotent, and should not take locks if 1340 be constant and idempotent.
|
H A D | porting.rst | 367 1, or more times (eg. constant, idempotent).
|
/openbmc/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 151 are idempotent.
|