Home
last modified time | relevance | path

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

123456

/tools/testing/selftests/tc-testing/
A Daction.c12 __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 Dvirtio_ring_0_9.c160 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 Dvringh_test.c257 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 Dget_size.c88 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 Dgunz_test.c72 #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 Dverifier_map_ptr_mixing.c147 static __naked __noinline __attribute__((used))
158 static __naked __noinline __attribute__((used))
197 static __naked __noinline __attribute__((used))
208 static __naked __noinline __attribute__((used))
A Dverifier_loops1.c152 static __naked __noinline __attribute__((used))
225 static __naked __noinline __attribute__((used))
250 static __naked __noinline __attribute__((used))
A Dverifier_regalloc.c280 static __naked __noinline __attribute__((used))
317 static __naked __noinline __attribute__((used))
A Dverifier_ref_tracking.c564 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 Dptrace-tm-spd-vsx.c20 __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 Dptrace-tm-vsx.c19 __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 Dstackprotector.h22 __attribute__((weak,used,noreturn,section(".text.nolibc_stack_chk")))
39 __attribute__((weak,used,section(".data.nolibc_stack_chk")))
/tools/bpf/bpftool/Documentation/
A Dbpftool-feature.rst42 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 Dperf-buildid-cache.txt17 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 Dperf-buildid-list.txt16 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 Dperf-help.txt16 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 Dtest_bpftool_metadata.sh73 bpftool prog load $BPF_FILE_USED $BPF_DIR/used
83 rm $BPF_DIR/used
A Durandom_read_lib1.c9 #define SEC(name) __attribute__((section(name), used))
/tools/perf/dlfilters/
A Ddlfilter-show-cycles.c28 __u32 used; member
53 while (e->used) { in find_entry()
67 e->used = 1; in find_entry()
/tools/testing/ktest/examples/
A DREADME17 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 Dgoogle,spherion.yaml5 # 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 Dsample_ret0.bpf.c3 #define SEC(name) __attribute__((section(name), used))
/tools/testing/kunit/configs/
A Dcoverage_uml.config2 # normal gcov used in other arches (no debugfs).
/tools/perf/util/
A Dcgroup.c26 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 Dmapfile.csv7 # Version could be used to track version of JSON file

Completed in 28 milliseconds

123456