Home
last modified time | relevance | path

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

12345

/tools/testing/selftests/bpf/progs/
Dtest_verif_scale3.c20 #define C do { \ in balancer_ingress() macro
26 #define C30 C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C; in balancer_ingress()
Dtest_verif_scale1.c20 #define C do { \ in balancer_ingress() macro
26 #define C30 C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C; in balancer_ingress()
Dtest_verif_scale2.c20 #define C do { \ in balancer_ingress() macro
26 #define C30 C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C; in balancer_ingress()
Dbtf_dump_test_case_namespacing.c34 enum C { enum
37 C = 3, enumerator
63 enum C c; in f()
Dtest_global_func9.c10 struct C { struct
95 const struct C c = {.x = skb->len, .y = skb->family }; in test_cls()
/tools/perf/pmu-events/arch/x86/
Dmapfile.csv6 GenuineIntel-6-1C,v4,bonnell,core
11 GenuineIntel-6-5C,v8,goldmont,core
13 GenuineIntel-6-3C,v24,haswell,core
30 GenuineIntel-6-4C,v13,silvermont,core
32 GenuineIntel-6-2C,v2,westmereep-dp,core
42 GenuineIntel-6-6C,v1,icelakex,core
/tools/testing/selftests/powerpc/benchmarks/
Dfutex_bench.c18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
/tools/perf/tests/attr/
Dtest-record-C03 args = --no-bpf-event -C 0 kill >/dev/null 2>&1
14 # + PERF_SAMPLE_CPU added by -C 0
Dtest-stat-C03 args = -e cycles -C 0 kill >/dev/null 2>&1
/tools/build/
DBuild.include7 # Copyright (C) Sam Ravnborg <sam@mars.ravnborg.org>, 2015
8 # Copyright (C) Linus Torvalds <torvalds@linux-foundation.org>, 2015
88 # C flags to be used in rule definitions, includes:
91 # - per target C flags
92 # - per object C flags
100 ## HOSTCC C flags
/tools/memory-model/Documentation/
Dcheatsheet.txt3 C Self R W RMW Self R W DR DW RMW SV
11 Successful *_release() C Y Y Y W Y
25 C: Ordering is cumulative
Dlitmus-tests.txt68 1 C MP+pooncerelease+poacquireonce
89 Line 1 starts with "C", which identifies this file as being in the
90 LKMM C-language format (which, as we will see, is a small fragment
91 of the full C language). The remainder of line 1 is the name of
101 For now, you can use C-language comments in the C code, and these comments
122 used by that function. Unlike normal C-language function parameters, the
139 Each process's code is similar to Linux-kernel C, as can be seen on lines
166 language rather than in C. For example, single "=" is an equality
170 "~" stands for "logical not", which is "!" in C, and not to be confused
171 with the C-language "~" operator which instead stands for "bitwise not".
[all …]
Daccess-marking.txt17 1. Plain C-language accesses (unmarked), for example, "a = b;"
33 Neither plain C-language accesses nor data_race() (#1 and #2 above) place
40 C-language accesses. It is permissible to combine #2 and #3, for example,
45 C-language accesses, but marking all accesses involved in a given data
54 data_race() and even plain C-language accesses is preferable to
85 concurrently with updates to x. Then using plain C-language writes
95 In theory, plain C-language loads can also be used for this use case.
119 In theory, plain C-language loads can also be used for this use case.
140 In theory, plain C-language loads can also be used for this use case.
156 Plain C-language stores can also be used for this use case. However,
[all …]
/tools/testing/selftests/arm64/
DREADME16 $ make -C tools/testing/selftests TARGETS=arm64 \
21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
/tools/virtio/linux/
Dthread_info.h1 #define check_copy_size(A, B, C) (1) argument
/tools/bootconfig/samples/
Descaped.bconf1 key1 = "A\B\C"
/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME9 that scripts may want to use. Context.pm contains the Perl->C
13 The Perl->C perf interface is completely driven by Context.xs. If you
14 want to add new Perl functions that end up accessing C data in the
50 Copyright (C) 2009 by Tom Zanussi <tzanussi@gmail.com>
/tools/perf/tests/
Dmake44 LC_COLLATE=C
45 LC_NUMERIC=C
303 clean := @(cd $(PERF); $(MAKE_F) -s $(O_OPT) clean >/dev/null && $(MAKE) -s $(O_OPT) -C ../build cl…
358 @echo "- make -C <kernelsrc> $(PARALLEL_OPT) $(K_O_OPT) tools/perf"
360 (make -C ../.. $(PARALLEL_OPT) $(K_O_OPT) tools/perf) > $@ 2>&1 && \
364 @echo "- make -C <kernelsrc>/tools $(PARALLEL_OPT) $(K_O_OPT) perf"
366 (make -C ../../tools $(PARALLEL_OPT) $(K_O_OPT) perf) > $@ 2>&1 && \
370 @echo "- make -C lib";
371 make -C lib clean >$@ 2>&1; make -C lib >>$@ 2>&1 && rm $@
/tools/memory-model/litmus-tests/
DCoWW+poonceonce.litmus1 C CoWW+poonceonce
DCoRR+poonceonce+Once.litmus1 C CoRR+poonceonce+Once
DS+fencewmbonceonce+poacquireonce.litmus1 C S+fencewmbonceonce+poacquireonce
DLB+poonceonces.litmus1 C LB+poonceonces
DMP+poonceonces.litmus1 C MP+poonceonces
DCoRW+poonceonce+Once.litmus1 C CoRW+poonceonce+Once
DCoWR+poonceonce+Once.litmus1 C CoWR+poonceonce+Once

12345