Home
last modified time | relevance | path

Searched full:guarantees (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/linux/Documentation/block/
H A Dbfq-iosched.rst9 - BFQ guarantees a high system and application responsiveness, and a
70 4-1 Service guarantees provided
84 Regardless of the actual background workload, BFQ guarantees that, for
126 Strong fairness, bandwidth and delay guarantees
132 guarantees, it is possible to compute a tight per-I/O-request delay
133 guarantees by a simple formula. If not configured for strict service
134 guarantees, BFQ switches to time-based resource sharing (only) for
142 possibly heavy workloads are being served, BFQ guarantees:
193 - With respect to idling for service guarantees, if several
196 guarantees the expected throughput distribution without ever
[all …]
/linux/rust/kernel/list/
H A Dimpl_list_item_mod.rs127 // SAFETY: See GUARANTEES comment on each method.
129 // GUARANTEES:
135 // SAFETY: The caller guarantees that `me` points at a valid value of type `Self`.
141 // GUARANTEES:
158 // GUARANTEES:
171 // GUARANTEES:
191 // SAFETY: See GUARANTEES comment on each method.
193 // GUARANTEES:
224 // GUARANTEES:
238 // GUARANTEES: (always)
[all …]
/linux/rust/kernel/
H A Dalloc.rs137 /// - Implementers must ensure that all trait functions abide by the guarantees documented in the
138 /// `# Guarantees` sections.
147 /// # Guarantees
167 /// to `realloc` guarantees that the new or grown buffer has at least `Layout::size` bytes, but
186 /// # Guarantees
188 /// This function has the same guarantees as [`Allocator::alloc`]. When `ptr == Some(p)`, then
189 /// it additionally guarantees that:
211 // SAFETY: The caller guarantees that `ptr` points at a valid allocation created by this in free()
H A Dpage.rs177 // it has performed a bounds check and guarantees that `src` is in read_raw()
180 // There caller guarantees that there is no data race. in read_raw()
199 // bounds check and guarantees that `dst` is valid for `len` bytes. in write_raw()
201 // There caller guarantees that there is no data race. in write_raw()
219 // bounds check and guarantees that `dst` is valid for `len` bytes. in fill_zero_raw()
221 // There caller guarantees that there is no data race. in fill_zero_raw()
247 // bounds check and guarantees that `dst` is valid for `len` bytes. Furthermore, we have in copy_from_user_slice_raw()
248 // exclusive access to the slice since the caller guarantees that there are no races. in copy_from_user_slice_raw()
H A Dcpu.rs60 // INVARIANT: The function safety guarantees `id` is a valid CPU id. in from_i32_unchecked()
86 // INVARIANT: The function safety guarantees `id` is a valid CPU id. in from_u32_unchecked()
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-numa24 to violate the guarantees of cpusets. Shared memory,
28 which need strict cpuset location guarantees.
/linux/arch/s390/include/asm/
H A Dkmsan.h46 * Note, this sacrifices occasionally breaking scheduling guarantees. in kmsan_virt_addr_valid()
48 * performance guarantees due to being heavily instrumented. in kmsan_virt_addr_valid()
/linux/tools/memory-model/Documentation/
H A Dlocking.txt48 The basic rule guarantees that if CPU0() acquires mylock before CPU1(),
80 This converse to the basic rule guarantees that if CPU0() acquires
140 The smp_load_acquire() guarantees that its load from "flags" will
142 problem. The smp_store_release() guarantees that its store will be
/linux/arch/parisc/include/asm/
H A Dldcw.h5 /* Because kmalloc only guarantees 8-byte alignment for kmalloc'd data,
6 and GCC only guarantees 8-byte alignment for stack locals, we can't
/linux/arch/x86/include/asm/
H A Dkmsan.h89 * Note, this sacrifices occasionally breaking scheduling guarantees. in kmsan_virt_addr_valid()
91 * performance guarantees due to being heavily instrumented. in kmsan_virt_addr_valid()
/linux/arch/riscv/include/asm/
H A Dbitops.h266 * Note: there are no guarantees that this function will not be reordered
268 * make sure not to rely on its reordering guarantees.
283 * Note: there are no guarantees that this function will not be reordered
285 * make sure not to rely on its reordering guarantees.
/linux/kernel/livepatch/
H A Dshadow.c189 * This function guarantees that the constructor function is called only when
218 * This function guarantees that only one shadow variable exists with the given
219 * @id for the given @obj. It also guarantees that the constructor function
/linux/arch/arm/nwfpe/
H A DChangeLog61 comment in the code beside init_flag state the kernel guarantees
64 I couldn't even find anything that guarantees it is zeroed when
/linux/rust/kernel/drm/gem/
H A Dmod.rs60 // SAFETY: The existence of a shared reference guarantees that the refcount is non-zero. in inc_ref()
239 // INVARIANT: The drm subsystem guarantees that the `struct drm_device` will live in new()
264 // SAFETY: The DRM subsystem guarantees that the `struct drm_device` will live as long as in dev()
284 // free callback which guarantees this object has zero remaining references, in free_callback()
/linux/rust/kernel/alloc/
H A Dallocator_test.rs36 // - `realloc` provides the guarantees as provided in the `# Guarantees` section.
/linux/lib/
H A DKconfig.kgdb141 'go', KDB tries to continue. No guarantees that the
144 No guarantees that the kernel is still usable in this situation.
/linux/kernel/
H A DKconfig.preempt28 time, but there are no guarantees and occasional longer delays
104 require real-time guarantees.
/linux/drivers/mmc/core/
H A Dsd_ops.c318 /* NOTE: caller guarantees scr is heap-allocated */ in mmc_app_send_scr()
368 /* NOTE: caller guarantees resp is heap-allocated */ in mmc_sd_switch()
388 /* NOTE: caller guarantees ssr is heap-allocated */ in mmc_app_sd_status()
/linux/include/linux/
H A Ddm-bufio.h107 * dm_bufio_write_dirty_buffers guarantees that the buffer is on-disk but
127 * Write all dirty buffers. Guarantees that all dirty buffers created prior
/linux/Documentation/
H A Dmemory-barriers.txt49 - Guarantees.
223 GUARANTEES
226 There are some minimal guarantees that may be expected of a CPU:
309 And there are anti-guarantees:
311 (*) These guarantees do not apply to bitfields, because compilers often
322 (*) These guarantees apply only to properly aligned and sized scalar
329 guarantees were introduced into the C11 standard, so beware when
418 the CPU under consideration guarantees that for any load preceding it,
476 This acts as a one-way permeable barrier. It guarantees that all memory
491 This also acts as a one-way permeable barrier. It guarantees that all
[all …]
/linux/net/sunrpc/xprtrdma/
H A Dfrwr_ops.c260 * largest r/wsize NFS will ask for. This guarantees that in frwr_query_device()
492 * memory regions. This guarantees that registered MRs are properly fenced
533 /* Strong send queue ordering guarantees that when the in frwr_unmap_sync()
598 * This guarantees that registered MRs are properly fenced from the
634 /* Strong send queue ordering guarantees that when the in frwr_unmap_async()
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst18 RCU grace periods provide extremely strong memory-ordering guarantees
72 Tree RCU uses these two ordering guarantees to form an ordering
118 | But the chain of rcu_node-structure lock acquisitions guarantees |
120 | accesses and also guarantees that the updater's post-grace-period |
138 | RCU guarantees that the outcome r0 == 0 && r1 == 0 will not |
193 Tree RCU's grace--period memory-ordering guarantees rely most heavily on
281 provides no ordering guarantees, either for itself or for phase one of
472 guarantees that the first CPU's quiescent state happens before the
/linux/tools/testing/selftests/arm64/pauth/
H A Dpac_corruptor.S9 * also guarantees no possible collision. TCR_EL1.TBI0 is set by default so no
/linux/drivers/greybus/
H A Dhd.c71 /* Locking: Caller guarantees serialisation */
95 /* Locking: Caller guarantees serialisation */
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_rq.c37 * are read from desc. Hardware guarantees color bit is last in enic_rq_cq_desc_dec()
56 * are read from desc. Hardware guarantees color bit is last in enic_rq_cq_desc_dec()
77 * are read from desc. Hardware guarantees color bit is last in enic_rq_cq_desc_dec()

12345678910>>...22