Lines Matching full:commit
13 * Enqueuing is a 2 step procedure: Alloc and commit. We say an allocated
26 * | Allocate | Commit
68 * Note that enqueue is split in 2 parts, allocation and commit:
70 * 2. Commit: If allocation was successful, the enqueue can be committed.
114 * @brief Commit a previously allocated buffer (=void-ptr)
125 *last = idx; /* Commit: Update write index */ in mfifo_by_idx_enqueue()
129 * @brief Commit a previously allocated buffer (=void-ptr)
140 * To commit the enqueue process, mfifo_enqueue() must be called afterwards
169 * To commit the enqueue process, MFIFO_ENQUEUE() must be called afterwards
179 * @brief Atomically commit a previously allocated buffer
193 *last = idx; /* Commit: Update write index */ in mfifo_enqueue()
197 * @brief Atomically commit a previously allocated buffer