| /tools/testing/selftests/tc-testing/ |
| A D | action.c | 12 __attribute__((section("action-ok"),used)) int action_ok(struct __sk_buff *s) in action_ok() 17 __attribute__((section("action-ko"),used)) int action_ko(struct __sk_buff *s) in action_ko() 23 char _license[] __attribute__((section("license"),used)) = "GPL";
|
| /tools/virtio/ringtest/ |
| A D | virtio_ring_0_9.c | 160 index = ring.used->ring[head].id; in get_buf() 167 if (ring.used->idx == guest.last_used_idx) in get_buf() 176 index = ring.used->ring[head].id; in get_buf() 183 *lenp = ring.used->ring[head].len; in get_buf() 202 unsigned index = ring.used->ring[head].id; in used_empty() 206 return ring.used->idx == last_used_idx; in used_empty() 308 ring.used->ring[used_idx].id = head; in use_buf() 309 ring.used->ring[used_idx].len = desc->len - 1; in use_buf() 314 ring.used->idx = host.used_idx; in use_buf()
|
| /tools/virtio/ |
| A D | vringh_test.c | 257 if (riov.used) { in parallel_test() 530 assert(riov.used == 1); in main() 534 assert(wiov.used == 1); in main() 538 assert(wiov.used == 2); in main() 607 assert(wiov.used == 0); in main() 623 used[0].id = head; in main() 624 used[0].len = 0; in main() 651 used[i].id = head; in main() 652 used[i].len = 0; in main() 741 assert(riov.used == 7); in main() [all …]
|
| /tools/testing/selftests/size/ |
| A D | get_size.c | 88 unsigned long used; in _start() local 105 used = info.totalram - info.freeram - info.bufferram; in _start() 111 print_k_value(" In use: ", used, info.mem_unit); in _start()
|
| /tools/testing/selftests/powerpc/nx-gzip/ |
| A D | gunz_test.c | 72 #define fifo_used_bytes(used) (used) argument 73 #define fifo_free_bytes(used, len) ((len)-(used)) argument 75 #define fifo_free_first_bytes(cur, used, len) ((((cur)+(used)) <= (len)) \ argument 76 ? (len)-((cur)+(used)) : 0) 77 #define fifo_free_last_bytes(cur, used, len) ((((cur)+(used)) <= (len)) \ argument 78 ? (cur) : (len)-(used)) 80 #define fifo_used_first_bytes(cur, used, len) ((((cur)+(used)) <= (len)) \ argument 81 ? (used) : (len)-(cur)) 82 #define fifo_used_last_bytes(cur, used, len) ((((cur)+(used)) <= (len)) \ argument 83 ? 0 : ((used)+(cur))-(len)) [all …]
|
| /tools/testing/selftests/bpf/progs/ |
| A D | verifier_map_ptr_mixing.c | 147 static __naked __noinline __attribute__((used)) 158 static __naked __noinline __attribute__((used)) 197 static __naked __noinline __attribute__((used)) 208 static __naked __noinline __attribute__((used))
|
| A D | verifier_loops1.c | 152 static __naked __noinline __attribute__((used)) 225 static __naked __noinline __attribute__((used)) 250 static __naked __noinline __attribute__((used))
|
| A D | verifier_regalloc.c | 280 static __naked __noinline __attribute__((used)) 317 static __naked __noinline __attribute__((used))
|
| A D | verifier_ref_tracking.c | 564 static __naked __noinline __attribute__((used)) 598 static __naked __noinline __attribute__((used)) 627 static __naked __noinline __attribute__((used)) 661 static __naked __noinline __attribute__((used)) 688 static __naked __noinline __attribute__((used)) 706 static __naked __noinline __attribute__((used)) 733 static __naked __noinline __attribute__((used)) 757 static __naked __noinline __attribute__((used))
|
| /tools/testing/selftests/powerpc/ptrace/ |
| A D | ptrace-tm-spd-vsx.c | 20 __attribute__((used)) void load_vsx(void) in load_vsx() 25 __attribute__((used)) void load_vsx_new(void) in load_vsx_new() 30 __attribute__((used)) void load_vsx_ckpt(void) in load_vsx_ckpt() 35 __attribute__((used)) void wait_parent(void) in wait_parent()
|
| A D | ptrace-tm-vsx.c | 19 __attribute__((used)) void load_vsx(void) in load_vsx() 24 __attribute__((used)) void load_vsx_ckpt(void) in load_vsx_ckpt()
|
| /tools/include/nolibc/ |
| A D | stackprotector.h | 22 __attribute__((weak,used,noreturn,section(".text.nolibc_stack_chk"))) 39 __attribute__((weak,used,section(".data.nolibc_stack_chk")))
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-feature.rst | 42 To enable them and run all probes, the **full** keyword should be used. 47 is used to define a *PREFIX*, the provided string will be used as a prefix 48 to the names of the macros: this can be used to avoid conflicts on macro 54 When the **unprivileged** keyword is used, bpftool will dump only the 76 can be used in scripts to iterate over BPF types or helpers.
|
| /tools/perf/Documentation/ |
| A D | perf-buildid-cache.txt | 17 the space used by the cache, etc. 19 record it along with the buildid-cache, which will be used by perf-probe. 62 exactly same build-id, that is replaced by new one. It can be used 74 used when creating a uprobe for a process that resides in a 78 Specify debuginfod URL to be used when retrieving perf.data binaries, 84 system environment variable is used.
|
| A D | perf-buildid-list.txt | 16 tools can be used to fetch packages with matching symbol tables for use by 19 It can also be used to show the build id of the running kernel or in an ELF
|
| A D | perf-help.txt | 16 command and a list of the most commonly used perf commands are printed 23 up. The 'man' program is used by default for this purpose, but this
|
| /tools/testing/selftests/bpf/ |
| A D | test_bpftool_metadata.sh | 73 bpftool prog load $BPF_FILE_USED $BPF_DIR/used 83 rm $BPF_DIR/used
|
| A D | urandom_read_lib1.c | 9 #define SEC(name) __attribute__((section(name), used))
|
| /tools/perf/dlfilters/ |
| A D | dlfilter-show-cycles.c | 28 __u32 used; member 53 while (e->used) { in find_entry() 67 e->used = 1; in find_entry()
|
| /tools/testing/ktest/examples/ |
| A D | README | 17 used to perform real testing. 19 kvm.conf - A example of a config that is used to test a virtual guest running 22 snowball.conf - An example config that was used to demo ktest.pl against
|
| /tools/testing/selftests/devices/probe/boards/ |
| A D | google,spherion.yaml | 5 # file will be automatically used when the test is run on that machine. 11 # this, several optional keys can be used: 16 # sibling controllers. In this case, dt-mmio can't be used, and this property 34 # The 'name' key is used in the leaf devices to name the device for clarity in
|
| /tools/testing/selftests/net/ |
| A D | sample_ret0.bpf.c | 3 #define SEC(name) __attribute__((section(name), used))
|
| /tools/testing/kunit/configs/ |
| A D | coverage_uml.config | 2 # normal gcov used in other arches (no debugfs).
|
| /tools/perf/util/ |
| A D | cgroup.c | 26 bool used; member 228 cn->used = false; in add_cgroup_name() 294 cn->used = true; in list_cgroups() 341 cn->used = true; in match_cgroups() 349 cn->used = true; in match_cgroups() 456 if (!cn->used) in evlist__expand_cgroup()
|
| /tools/perf/pmu-events/arch/nds32/ |
| A D | mapfile.csv | 7 # Version could be used to track version of JSON file
|