Home
last modified time | relevance | path

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

/tools/perf/
Dperf-completion.sh77 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/
Dbpftool8 # 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/
Dstring.c196 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/
Dbad-spaceword.bconf1 # No space between words
/tools/memory-model/litmus-tests/
DIRIW+poonceonces+OnceOnce.litmus7 * between each pairs of reads. In other words, is anything at all
DLB+fencembonceonce+ctrlonceonce.litmus7 * the load-buffering pattern, in other words, preventing all processes
DIRIW+fencembonceonces+OnceOnce.litmus7 * between each pairs of reads. In other words, is smp_mb() sufficient to
DMP+porevlocks.litmus8 * In other words, when holding a given lock (or indeed after releasing a
DMP+polocks.litmus8 * In other words, when holding a given lock (or indeed after releasing a
DREADME25 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/
Dnuma.c821 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/
Dtcp.h67 __be32 words[5]; member
70 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
/tools/perf/Documentation/
Dcallchain-overhead-calculation.txt40 child of 'main' so 'foo' also is a child of 'main'. In other words,
/tools/testing/selftests/bpf/
Dtest_offload.py524 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/
Dcsum.c147 uint16_t *words = (uint16_t *)data; in checksum_nofold() local
151 sum += words[i]; in checksum_nofold()
Dgro.c147 uint16_t *words = data; in checksum_nofold() local
151 sum += words[i]; in checksum_nofold()
Dipsec.c120 size_t words = buflen / sizeof(int); in randomize_buffer() local
126 while (words--) in randomize_buffer()
/tools/memory-model/Documentation/
Dglossary.txt36 to that same variable, (in other words, the acquire load "reads
Dlocking.txt214 In other words, the addition of the smp_mb__after_spinlock() prohibits
Dsimple.txt66 next one. In other words, slowing down grace-period processing makes
Dlitmus-tests.txt567 evaluates to true. In other words, the "filter" clause says what to
590 of deadlock. In other words, given a high-quality lock-acquisition
Dordering.txt69 In other words, all CPUs will agree that any earlier action taken
Dexplanation.txt186 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/
Dxdp_synproxy_kern.c19 #define tcp_flag_word(tp) (((union tcp_word_hdr *)(tp))->words[3])
/tools/net/ynl/
Dynl-gen-c.py1125 words = doc.split()
1127 for word in words: