Home
last modified time | relevance | path

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

123

/Documentation/core-api/
Drefcount-vs-atomic.rst14 ``atomic_*()`` functions with regards to the memory ordering guarantees.
17 these memory ordering guarantees.
33 In the absence of any memory ordering guarantees (i.e. fully unordered)
35 program order (po) relation (on the same CPU). It guarantees that
41 A strong (full) memory ordering guarantees that all prior loads and
44 It also guarantees that all po-earlier stores on the same CPU
49 A RELEASE memory ordering guarantees that all prior loads and
51 before the operation. It also guarantees that all po-earlier
57 An ACQUIRE memory ordering guarantees that all post loads and
59 completed after the acquire operation. It also guarantees that all
[all …]
/Documentation/block/
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 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 …]
Dwriteback_cache_control.rst26 guarantees that previously completed write requests are on non-volatile
/Documentation/ABI/obsolete/
Dsysfs-class-dax11 1. Guarantees fault granularity with respect to a given
/Documentation/userspace-api/media/v4l/
Ddev-event.rst32 Starting with kernel 3.1 certain guarantees can be given with regards to
/Documentation/security/tpm/
Dtpm_event_log.rst44 This introduces another problem: nothing guarantees that it is not called
/Documentation/vm/
Dovercommit-accounting.rst46 guarantees and run close to the edge you MUST mmap your stack for the
/Documentation/networking/device_drivers/ethernet/neterion/
Dvxge.rst30 priority allocation and guarantees, GRO, TSO, interrupt moderation etc are
/Documentation/i2c/muxes/
Di2c-mux-gpio.rst79 of any GPIO pin it uses as the device ID. This guarantees that every
/Documentation/
Dmemory-barriers.txt49 - Guarantees.
224 GUARANTEES
227 There are some minimal guarantees that may be expected of a CPU:
310 And there are anti-guarantees:
312 (*) These guarantees do not apply to bitfields, because compilers often
323 (*) These guarantees apply only to properly aligned and sized scalar
330 guarantees were introduced into the C11 standard, so beware when
414 under consideration guarantees that for any load preceding it, if that
468 This acts as a one-way permeable barrier. It guarantees that all memory
483 This also acts as a one-way permeable barrier. It guarantees that all
[all …]
/Documentation/driver-api/
Ddevice_link.rst28 types: It guarantees correct suspend/resume and shutdown ordering between a
29 "supplier" device and its "consumer" devices, and it guarantees driver
244 from a child to a parent. Since the driver core already guarantees
/Documentation/ABI/testing/
Dsysfs-firmware-dmi-entries46 guarantees that handles as exported are unique, and
/Documentation/networking/
Dppp_generic.rst202 provides certain guarantees to the channels. Essentially the channels
210 The generic layer requires these guarantees from the channel:
234 The generic layer provides these guarantees to the channels:
Dtls-offload.rst110 After TX state is installed, the stack guarantees that the first segment
137 There are no guarantees on record length or record segmentation. In particular
/Documentation/arm64/
Delf_hwcaps.rst263 For interoperation with userspace, the kernel guarantees that bits 62
/Documentation/RCU/Design/Memory-Ordering/
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
164 Tree RCU's grace--period memory-ordering guarantees rely most heavily on
257 provides no ordering guarantees, either for itself or for phase one of
448 guarantees that the first CPU's quiescent state happens before the
/Documentation/RCU/
Drcuref.rst124 element can therefore safely be freed. This in turn guarantees that if
Drcu_dereference.rst296 r2 = p->c; /* Locking guarantees r2 == 144. */
312 guarantees that RCU depends on. And the volatile cast in rcu_dereference()
/Documentation/filesystems/nfs/
Dexporting.rst72 dentries. That guarantees that we won't need to hunt them down upon
/Documentation/driver-api/pci/
Dp2pdma.rst19 domain, and the spec guarantees that all transactions within the
/Documentation/arm/
Dvlocks.rst151 guarantees coherency between overlapping memory accesses of
/Documentation/security/keys/
Dtrusted-encrypted.rst169 trusted key provides strong guarantees that the EVM key has not been
/Documentation/gpu/
Di915.rst297 driver guarantees that commands issued to a fixed context are to be
305 In addition to the ordering guarantees, the kernel will restore GPU
320 used by the batchbuffer and guarantees that not only is the memory of
/Documentation/driver-api/media/
Dv4l2-event.rst27 :c:type:`v4l2_kevent` ringbuffer. This guarantees that if a driver is
/Documentation/userspace-api/media/cec/
Dcec-ioc-dqevent.rst91 size of the message queue guarantees that all messages received in

123