Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 60) sorted by relevance

123

/tools/testing/selftests/futex/functional/
A Dfutex_numa.c28 u64 full; member
40 .full = __atomic_load_n(&lock->full, __ATOMIC_RELAXED), in futex_numa_32_lock()
56 if (old.full == new.full) in futex_numa_32_lock()
63 if (__atomic_compare_exchange_n(&lock->full, in futex_numa_32_lock()
64 &old.full, new.full, in futex_numa_32_lock()
/tools/testing/selftests/splice/
A Dshort_splice_read.sh94 full=$(cat "$filename")
100 two=$(echo "$full" | grep -m1 . | cut -c-2)
104 if ! do_splice "$filename" 4096 "$full" "full read" ; then
/tools/memory-model/litmus-tests/
A DLB+fencembonceonce+ctrlonceonce.litmus9 * combination of a control dependency and a full memory barrier are enough
10 * to do the trick. (But the full memory barrier could be replaced with
A DSB+fencembonceonces.litmus6 * This litmus test demonstrates that full memory barriers suffice to
A DZ6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus13 * full barrier for each non-rf link. (Exceptions include some cases
/tools/bpf/bpftool/Documentation/
A Dbpftool-feature.rst26 | **bpftool** **feature probe** [*COMPONENT*] [**full**] [**unprivileged**] [**macros** [**prefix**…
35 bpftool feature probe [kernel] [full] [macros [prefix *PREFIX*]]
42 To enable them and run all probes, the **full** keyword should be used.
62 bpftool feature probe dev *NAME* [full] [macros [prefix *PREFIX*]]
66 The keywords **full**, **macros** and **prefix** have the same role as when
/tools/perf/Documentation/
A Darm-coresight.txt4 For full documentation, see Documentation/trace/coresight/coresight-perf.rst
A Dperf-arm-spe.txt27 5. Interrupt when the buffer is full
55 Interrupt when the buffer is full
119 For the full criteria that determine whether KPTI needs to be forced off or not, see function
197 To get a full list of unique samples that are not sorted into groups, set the itrace option to
/tools/testing/selftests/bpf/benchs/
A Drun_bench_bpf_hashmap_full_update.sh9 summary=$($RUN_BENCH -p $nr_threads bpf-hashmap-full-update)
/tools/testing/selftests/bpf/progs/
A Dbpf_compiler.h22 #define __pragma_loop_unroll_full DO_PRAGMA_(clang loop unroll(full))
/tools/perf/tests/config-fragments/
A DREADME2 defconfig to give full test coverage of a perf test run. This is only
/tools/perf/
A DCREDITS30 The full history of the files can be found in the upstream Git commits.
A Dcommand-list.txt25 perf-probe mainporcelain full
/tools/memory-model/Documentation/
A Dordering.txt58 The Linux-kernel primitives that provide full ordering include:
60 o The smp_mb() full memory barrier.
67 First, the smp_mb() full memory barrier orders all of the CPU's prior
82 Second, some RMW atomic operations provide full ordering. These
88 When RMW atomic operations provide full ordering, they partition the
132 full ordering for these primitives. One way to obtain full ordering on
141 x86, on which atomic_inc() provides full ordering all by itself.
150 atomic_inc() implementations do not guarantee full ordering, thus
154 o smp_mb__before_atomic(), which provides full ordering prior
157 o smp_mb__after_atomic(), which, as shown above, provides full
[all …]
A Drecipes.txt40 be full sized. Variables that straddle cachelines or pages void
41 your full-ordering warranty, as do undersized accesses that load
365 control dependency paired with a full memory barrier:
382 This pairing of a control dependency in CPU0() with a full memory
388 control dependency on the kernel side and a full memory barrier on
403 and the store to data combined with the user's full memory barrier
481 first. Preserving order requires nothing less than full barriers:
499 values of 0, but providing both full barriers as shown above prevents
521 "if (@cond)". The full barriers prevent the undesirable outcome where
567 write-to-read links, then a full memory barrier is required
A Dcheatsheet.txt15 Successful full non-void RMW CP Y Y Y Y Y Y Y Y Y Y Y
/tools/perf/util/
A Dpmu.y1 %define api.pure full
A Dheader.h169 int perf_header__fprintf_info(struct perf_session *s, FILE *fp, bool full);
A Dsession.h185 void perf_session__fprintf_info(struct perf_session *s, FILE *fp, bool full);
/tools/testing/memblock/
A DREADME45 For the full list of options from command line, see `./main --help`.
52 For the full list of build options, see `make help`.
/tools/lib/subcmd/
A Dparse-options.c696 static void print_option_help(const struct option *opts, int full) in print_option_help() argument
707 if (!full && (opts->flags & PARSE_OPT_HIDDEN)) in print_option_help()
882 const struct option *opts, int full, in usage_with_options_internal() argument
917 print_option_help(opts, full); in usage_with_options_internal()
/tools/testing/selftests/coredump/
A DREADME.rst12 `/proc/sys/kernel/core_pattern`. For the full description, see `man 5 core`.
/tools/perf/util/bpf_skel/
A Dsample_filter.bpf.c136 return kctx->data->weight.full; in perf_get_sample()
/tools/testing/selftests/bpf/prog_tests/
A Diters.c97 VALIDATE_CASE(full); in subtest_testmod_seq_iters()
/tools/testing/selftests/tc-testing/
A DREADME125 Run tdc.py -h to see the full list of available arguments.
165 full command to be executed. This allows for last-minute adjustment

Completed in 26 milliseconds

123