| /tools/perf/ |
| A D | perf-completion.sh | 77 words) 78 words=("${words_[@]}") 134 if [[ ${words[i]} == "$1" ]]; then 138 if [[ ${words[i]} == "$cmd_" ]]; then 139 prev_skip_opts=${words[i]} 151 cmd=${words[0]} 283 cur=${words[CURRENT]} 284 prev=${words[CURRENT-1]} 310 local cur words cword prev 312 _get_comp_words_by_ref -n =:, cur words cword prev [all …]
|
| /tools/bpf/bpftool/bash-completion/ |
| A D | bpftool | 26 # Takes a list of words as argument; if any of those words is present on the 141 case "${words[$((idx-2))]}" in 144 ref=${words[$((idx))]} 300 [[ ${words[i]} != "-B" ]] && [[ ${words[i]} != "--base-btf" ]]; then 301 words=( "${words[@]:0:i}" "${words[@]:i+1}" ) 307 cur=${words[cword]} 308 prev=${words[cword - 1]} 309 pprev=${words[cword - 2]} 311 local object=${words[1]} 328 local command=${words[2]} [all …]
|
| /tools/lib/ |
| A D | string.c | 209 unsigned int words, prefix; in memchr_inv() local 231 words = bytes / 8; in memchr_inv() 233 while (words) { in memchr_inv() 237 words--; in memchr_inv()
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | utils.c | 8 size_t words = buflen / sizeof(int); in randomize_buffer() local 14 while (words--) in randomize_buffer()
|
| /tools/bootconfig/samples/ |
| A D | bad-spaceword.bconf | 1 # No space between words
|
| /tools/memory-model/litmus-tests/ |
| A D | IRIW+poonceonces+OnceOnce.litmus | 7 * between each pairs of reads. In other words, is anything at all
|
| A D | LB+fencembonceonce+ctrlonceonce.litmus | 7 * the load-buffering pattern, in other words, preventing all processes
|
| A D | IRIW+fencembonceonces+OnceOnce.litmus | 7 * between each pairs of reads. In other words, is smp_mb() sufficient to
|
| A D | MP+polocks.litmus | 8 * In other words, when holding a given lock (or indeed after releasing a
|
| A D | MP+porevlocks.litmus | 8 * In other words, when holding a given lock (or indeed after releasing a
|
| 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/testing/selftests/net/tcp_ao/ |
| A D | icmps-discard.c | 147 uint16_t *words = data; in checksum4_nofold() local 151 sum += words[i]; in checksum4_nofold() 259 uint16_t *words = data; in checksum6_nofold() local 263 sum = csum_add(sum, words[i]); in checksum6_nofold()
|
| /tools/include/uapi/linux/ |
| A D | tcp.h | 67 __be32 words[5]; member 70 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
|
| /tools/perf/bench/ |
| A D | numa.c | 874 long words = bytes/sizeof(u64); in do_work() local 881 BUG_ON(!data && words); in do_work() 882 BUG_ON(data && !words); in do_work() 894 chunk_0 = words/nr_max; in do_work() 895 chunk_1 = words/g->p.nr_loops; in do_work() 898 while (off >= words) in do_work() 899 off -= words; in do_work() 910 start = lfsr % words; in do_work() 925 d1 = data + words; in do_work() 942 d1 = data + words; in do_work() [all …]
|
| /tools/perf/Documentation/ |
| A D | callchain-overhead-calculation.txt | 41 child of 'main' so 'foo' also is a child of 'main'. In other words,
|
| /tools/testing/selftests/net/ |
| A D | bpf_offload.py | 466 words = line.split() 467 if "handle" not in words: 471 fltr[flag] = flag in words 474 idx = words.index(name) 475 fltr[name] = words[idx + 1]
|
| A D | gro.c | 173 uint16_t *words = data; in checksum_nofold() local 177 sum += words[i]; in checksum_nofold()
|
| A D | ipsec.c | 120 size_t words = buflen / sizeof(int); in randomize_buffer() local 126 while (words--) in randomize_buffer()
|
| /tools/testing/selftests/net/lib/ |
| A D | csum.c | 147 uint16_t *words = (uint16_t *)data; in checksum_nofold() local 151 sum += words[i]; in checksum_nofold()
|
| /tools/power/cpupower/ |
| A D | README | 67 To put it in other words it makes build results available system-wide,
|
| /tools/memory-model/Documentation/ |
| A D | glossary.txt | 36 to that same variable, (in other words, the acquire load "reads
|
| A D | locking.txt | 219 In other words, the addition of the smp_mb__after_spinlock() prohibits
|
| A D | simple.txt | 66 next one. In other words, slowing down grace-period processing makes
|
| /tools/testing/selftests/bpf/progs/ |
| A D | xdp_synproxy_kern.c | 22 #define tcp_flag_word(tp) (((union tcp_word_hdr *)(tp))->words[3])
|
| /tools/sched_ext/ |
| A D | README.md | 131 In other words, if you have compiled a kernel in your local repo, its vmlinux
|