Home
last modified time | relevance | path

Searched full:guarantee (Results 1 – 25 of 144) sorted by relevance

123456

/Documentation/sh/
Dbooting.rst8 guarantee any particular initial register state, kernels built to
/Documentation/networking/
Dpage_pool.rst63 This lockless guarantee naturally comes from running under a NAPI softirq.
64 The protection doesn't strictly have to be NAPI, any guarantee that allocating
87 must guarantee safe context (e.g NAPI), since it will recycle the page
/Documentation/litmus-tests/rcu/
DRCU+sync+read.litmus10 * This is one implication of the RCU grace-period guarantee, which says (among
DRCU+sync+free.litmus14 * This is one implication of the RCU grace-period guarantee, which says (among
/Documentation/locking/
Dspinlocks.rst19 spinlock itself will guarantee the global lock, so it will guarantee that
117 guarantee the same kind of exclusive access, and it will be much faster.
/Documentation/driver-api/usb/
Danchors.rst55 Therefore no guarantee is made that the URBs have been unlinked when
82 destinations in one anchor you have no guarantee the chronologically
/Documentation/core-api/
Drefcount-vs-atomic.rst84 Memory ordering guarantee changes:
97 Memory ordering guarantee changes:
108 Memory ordering guarantee changes:
Dthis_cpu_ops.rst112 surrounding code this_cpu_inc() will only guarantee that one of the
114 guarantee that the OS will not move the process directly before or
230 These operations have no guarantee against concurrent interrupts or
Dworkqueue.rst140 Forward progress guarantee relies on that workers can be created when
159 forward progress guarantee, flush and work item attributes. ``@flags``
342 * A wq serves as a domain for forward progress guarantee
/Documentation/litmus-tests/
DREADME34 Both the above litmus tests demonstrate the RCU grace period guarantee
/Documentation/hwmon/
Dshtc1.rst54 non-blocking mode. Blocking mode will guarantee the fastest result but
Dsht3x.rst34 non-blocking mode. Blocking mode will guarantee the fastest result but
/Documentation/vm/
Dfree_page_reporting.rst15 pointer used to process the scatterlist. It must also guarantee that it can
Dovercommit-accounting.rst30 Useful for applications that want to guarantee their memory
/Documentation/translations/
Dindex.rst31 no guarantee that a translation is up to date. If what you read in a
/Documentation/RCU/
DUP.rst47 its arguments would cause it to fail to make the fundamental guarantee
76 It is far better to guarantee that callbacks are invoked
/Documentation/block/
Dstat.rst15 By having a single file, the kernel can guarantee that the statistics
18 each, it would be impossible to guarantee that a set of readings
Dbfq-iosched.rst364 terms of I/O-request dispatches. To guarantee that the actual service
399 the above conditions are needed to guarantee that every BFQ queue
453 means to guarantee a lower latency to them.
460 (at the cost of giving up any strong guarantee on fairness and low
518 The resource-sharing guarantee for a group may partially or totally
Ddeadline-iosched.rst19 The goal of the deadline io scheduler is to attempt to guarantee a start
/Documentation/filesystems/
Ddirectory-locking.rst62 The rules above obviously guarantee that all directories that are going to be
123 But locking rules for cross-directory rename guarantee that we do not
/Documentation/
Dmemory-barriers.txt332 of the standard containing this guarantee is Section 3.14, which
382 A write memory barrier gives a guarantee that all the STORE operations
436 A read barrier is a data dependency barrier plus a guarantee that all the
453 A general memory barrier gives a guarantee that all the LOAD and STORE
524 There are certain things that the Linux kernel memory barriers do not guarantee:
526 (*) There is no guarantee that any of the memory accesses specified before a
531 (*) There is no guarantee that issuing a memory barrier on one CPU will have
536 (*) There is no guarantee that a CPU will see the correct order of effects
541 (*) There is no guarantee that some intervening piece of off-the-CPU
878 However, they do -not- guarantee any other sort of ordering:
[all …]
/Documentation/userspace-api/media/v4l/
Dpixfmt-intro.rst32 more bytes of padding to guarantee that each row of pixel data has a
/Documentation/RCU/Design/Requirements/
DRequirements.rst58 #. `Grace-Period Guarantee`_
59 #. `Publish/Subscribe Guarantee`_
64 Grace-Period Guarantee
67 RCU's grace-period guarantee is unusual in being premeditated: Jack
68 Slingwine and I had this guarantee firmly in mind when we started work
71 understanding of this guarantee.
73 RCU's grace-period guarantee allows updaters to wait for the completion
83 This guarantee allows ordering to be enforced with extremely low
174 the ``synchronize_rcu()`` in ``start_recovery()`` to guarantee that
196 Although RCU's grace-period guarantee is useful in and of itself, with
[all …]
/Documentation/RCU/Design/Memory-Ordering/
DTree-RCU-Memory-Ordering.rst13 grace-period memory ordering guarantee is provided.
15 What Is Tree RCU's Grace Period Memory Ordering Guarantee?
33 RCU updaters use this guarantee by splitting their updates into
42 The RCU implementation provides this guarantee using a network
116 RCU's grace-period memory ordering guarantee to extend to any
230 Tree RCU's grace-period memory-ordering guarantee is provided by a
248 If RCU's grace-period guarantee is to mean anything at all, any access
251 portion of RCU's grace period guarantee is shown in the following
/Documentation/infiniband/
Dcore_locking.rst78 simultaneously. The driver must guarantee that only one CQ event

123456