Home
last modified time | relevance | path

Searched refs:ordered (Results 1 – 19 of 19) sorted by relevance

/tools/lib/subcmd/
A Dparse-options.c811 struct option *opt, *ordered = NULL, *group; in options__order() local
823 group = realloc(ordered, len); in options__order()
826 ordered = group; in options__order()
832 memcpy(&ordered[nr_opts], o, sizeof(*o)); in options__order()
835 for (opt = group = ordered; opt->type != OPTION_END; opt++) { in options__order()
847 return ordered; in options__order()
885 struct option *ordered; in usage_with_options_internal() local
910 ordered = options__order(opts); in usage_with_options_internal()
911 if (ordered) in usage_with_options_internal()
912 opts = ordered; in usage_with_options_internal()
[all …]
/tools/memory-model/litmus-tests/
A DCoWW+poonceonce.litmus7 * writes to the same variable are ordered.
A DCoRR+poonceonce+Once.litmus7 * reads from the same variable are ordered.
A DCoRW+poonceonce+Once.litmus7 * a given variable and a later write to that same variable are ordered.
A DCoWR+poonceonce+Once.litmus7 * given variable and a later read from that same variable are ordered.
A DR+fencembonceonces.litmus6 * This is the fully ordered (via smp_mb()) version of one of the classic
A DMP+polockmbonce+poacquiresilsil.litmus8 * state, ordered by acquire? Note that when the first spin_is_locked()
A DMP+polockonce+poacquiresilsil.litmus7 * to sense the lock-held state, ordered by acquire? Note that when the
A DZ6.0+pooncelock+pooncelock+pombonce.litmus8 * seen as ordered by a third process not holding that lock.
A DREADME7 successive reads from the same variable are ordered.
12 are ordered.
17 are ordered.
21 successive writes to the same variable are ordered.
109 This is the fully ordered (via smp_mb()) version of one of
117 This is the fully ordered (again, via smp_mb() version of store
/tools/perf/Documentation/
A Dperf.txt60 ordered-events - ordered events object debug messages
/tools/memory-model/Documentation/
A Dlocking.txt141 be ordered before the READ_ONCE() from data, thus solving the first
143 ordered after the WRITE_ONCE() to "data", solving the second problem.
156 It is not necessarily the case that accesses ordered by locking will be
157 seen as ordered by CPUs not holding that lock. Consider this example:
A Dcontrol-dependencies.txt45 by a store, and this compiler-generated load would not be ordered by
210 ordered CPU would have no dependency of any sort between the load from
A Drecipes.txt129 However, it is not necessarily the case that accesses ordered by
130 locking will be seen as ordered by CPUs not holding that lock.
442 It is tempting to assume that CPU0()'s store to x is globally ordered
A Dsimple.txt197 Lockless, fully ordered
206 accesses. Otherwise, use only fully ordered operations when accessing
A Dordering.txt245 The Linux kernel provides a wide variety of ordered memory accesses:
486 This category of operations can be efficiently ordered using
A Dexplanation.txt266 It's not possible to have X ordered before Y, Y ordered before Z, and
267 Z ordered before X, because this would mean that X is ordered before
277 In short, if a memory model requires certain accesses to be ordered,
538 accesses in the two examples above will be ordered. This is another
830 program order. Exactly which instructions are ordered depends on the
967 hold if the accesses to the fixed memory location can be ordered as
2454 marked access X such that R and X are ordered by a suitable fence and
2456 marked access Y such that X ->xb* Y, and Y and E are ordered by a
/tools/bpf/bpftool/Documentation/
A Dbpftool-net.rst55 tcx/netkit/tc programs are ordered based on ifindex number. If multiple bpf
/tools/perf/util/
A DBuild76 perf-util-y += ordered-events.o

Completed in 26 milliseconds