| /tools/testing/selftests/futex/functional/ |
| A D | futex_numa.c | 28 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 D | short_splice_read.sh | 94 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 D | LB+fencembonceonce+ctrlonceonce.litmus | 9 * 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 D | SB+fencembonceonces.litmus | 6 * This litmus test demonstrates that full memory barriers suffice to
|
| A D | Z6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus | 13 * full barrier for each non-rf link. (Exceptions include some cases
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-feature.rst | 26 | **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 D | arm-coresight.txt | 4 For full documentation, see Documentation/trace/coresight/coresight-perf.rst
|
| A D | perf-arm-spe.txt | 27 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 D | run_bench_bpf_hashmap_full_update.sh | 9 summary=$($RUN_BENCH -p $nr_threads bpf-hashmap-full-update)
|
| /tools/testing/selftests/bpf/progs/ |
| A D | bpf_compiler.h | 22 #define __pragma_loop_unroll_full DO_PRAGMA_(clang loop unroll(full))
|
| /tools/perf/tests/config-fragments/ |
| A D | README | 2 defconfig to give full test coverage of a perf test run. This is only
|
| /tools/perf/ |
| A D | CREDITS | 30 The full history of the files can be found in the upstream Git commits.
|
| A D | command-list.txt | 25 perf-probe mainporcelain full
|
| /tools/memory-model/Documentation/ |
| A D | ordering.txt | 58 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 D | recipes.txt | 40 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 D | cheatsheet.txt | 15 Successful full non-void RMW CP Y Y Y Y Y Y Y Y Y Y Y
|
| /tools/perf/util/ |
| A D | pmu.y | 1 %define api.pure full
|
| A D | header.h | 169 int perf_header__fprintf_info(struct perf_session *s, FILE *fp, bool full);
|
| A D | session.h | 185 void perf_session__fprintf_info(struct perf_session *s, FILE *fp, bool full);
|
| /tools/testing/memblock/ |
| A D | README | 45 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 D | parse-options.c | 696 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 D | README.rst | 12 `/proc/sys/kernel/core_pattern`. For the full description, see `man 5 core`.
|
| /tools/perf/util/bpf_skel/ |
| A D | sample_filter.bpf.c | 136 return kctx->data->weight.full; in perf_get_sample()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | iters.c | 97 VALIDATE_CASE(full); in subtest_testmod_seq_iters()
|
| /tools/testing/selftests/tc-testing/ |
| A D | README | 125 Run tdc.py -h to see the full list of available arguments. 165 full command to be executed. This allows for last-minute adjustment
|