/tools/perf/ |
D | perf-completion.sh | 77 words) 78 words=("${words_[@]}") 132 if [[ ${words[i]} == $1 ]]; then 136 if [[ ${words[i]} == $cmd_ ]]; then 137 prev_skip_opts=${words[i]} 149 cmd=${words[0]} 268 cur=${words[CURRENT]} 269 prev=${words[CURRENT-1]} 293 local cur words cword prev 295 _get_comp_words_by_ref -n =:, cur words cword prev [all …]
|
/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 8 # Takes a list of words in argument; each one of them is added to COMPREPLY if 15 for (( idx=3; idx < ${#words[@]}-1; idx++ )); do 16 if [[ $w == ${words[idx]} ]]; then 26 # Takes a list of words as argument; if any of those words is present on the 32 for (( idx=3; idx < ${#words[@]}-1; idx++ )); do 33 [[ $w == ${words[idx]} ]] && return 0 39 # Takes a list of words in argument; adds them all to COMPREPLY if none of them 140 for (( idx=3; idx < ${#words[@]}-1; idx++ )); do 141 case "${words[$((idx-2))]}" in 143 keyword=${words[$((idx-1))]} [all …]
|
/tools/lib/ |
D | string.c | 196 unsigned int words, prefix; in memchr_inv() local 218 words = bytes / 8; in memchr_inv() 220 while (words) { in memchr_inv() 224 words--; in memchr_inv()
|
/tools/bootconfig/samples/ |
D | bad-spaceword.bconf | 1 # No space between words
|
/tools/memory-model/litmus-tests/ |
D | IRIW+poonceonces+OnceOnce.litmus | 7 * between each pairs of reads. In other words, is anything at all
|
D | LB+fencembonceonce+ctrlonceonce.litmus | 7 * the load-buffering pattern, in other words, preventing all processes
|
D | IRIW+fencembonceonces+OnceOnce.litmus | 7 * between each pairs of reads. In other words, is smp_mb() sufficient to
|
D | MP+porevlocks.litmus | 8 * In other words, when holding a given lock (or indeed after releasing a
|
D | MP+polocks.litmus | 8 * In other words, when holding a given lock (or indeed after releasing a
|
D | README | 25 between each pairs of reads. In other words, is smp_mb() 33 between each pairs of reads. In other words, is anything at all
|
/tools/perf/bench/ |
D | numa.c | 821 long words = bytes/sizeof(u64); in do_work() local 828 BUG_ON(!data && words); in do_work() 829 BUG_ON(data && !words); in do_work() 841 chunk_0 = words/nr_max; in do_work() 842 chunk_1 = words/g->p.nr_loops; in do_work() 845 while (off >= words) in do_work() 846 off -= words; in do_work() 852 for (i = 0; i < words/1024; i++) { in do_work() 857 start = lfsr % words; in do_work() 858 end = min(start + 1024, words-1); in do_work() [all …]
|
/tools/include/uapi/linux/ |
D | tcp.h | 67 __be32 words[5]; member 70 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
|
/tools/perf/Documentation/ |
D | callchain-overhead-calculation.txt | 40 child of 'main' so 'foo' also is a child of 'main'. In other words,
|
/tools/testing/selftests/bpf/ |
D | test_offload.py | 524 words = line.split() 525 if "handle" not in words: 529 fltr[flag] = flag in words 532 idx = words.index(name) 533 fltr[name] = words[idx + 1]
|
/tools/testing/selftests/net/ |
D | csum.c | 147 uint16_t *words = (uint16_t *)data; in checksum_nofold() local 151 sum += words[i]; in checksum_nofold()
|
D | gro.c | 147 uint16_t *words = data; in checksum_nofold() local 151 sum += words[i]; in checksum_nofold()
|
D | ipsec.c | 120 size_t words = buflen / sizeof(int); in randomize_buffer() local 126 while (words--) in randomize_buffer()
|
/tools/memory-model/Documentation/ |
D | glossary.txt | 36 to that same variable, (in other words, the acquire load "reads
|
D | locking.txt | 214 In other words, the addition of the smp_mb__after_spinlock() prohibits
|
D | simple.txt | 66 next one. In other words, slowing down grace-period processing makes
|
D | litmus-tests.txt | 567 evaluates to true. In other words, the "filter" clause says what to 590 of deadlock. In other words, given a high-quality lock-acquisition
|
D | ordering.txt | 69 In other words, all CPUs will agree that any earlier action taken
|
D | explanation.txt | 186 timing. In other words, the instructions from the various CPUs get 740 overwritten by a store. In other words, we have R ->fr W when the 957 and po-loc relations agree with this global ordering; in other words,
|
/tools/testing/selftests/bpf/progs/ |
D | xdp_synproxy_kern.c | 19 #define tcp_flag_word(tp) (((union tcp_word_hdr *)(tp))->words[3])
|
/tools/net/ynl/ |
D | ynl-gen-c.py | 1125 words = doc.split() 1127 for word in words:
|