Searched refs:V (Results 1 – 25 of 39) sorted by relevance
12
| /tools/memory-model/ |
| A D | linux-kernel.def | 10 WRITE_ONCE(X,V) { __store{ONCE}(X,V); } 13 smp_store_release(X,V) { __store{RELEASE}(*X,V); } 15 rcu_assign_pointer(X,V) { __store{RELEASE}(X,V); } 31 xchg(X,V) __xchg{MB}(X,V) 32 xchg_relaxed(X,V) __xchg{ONCE}(X,V) 33 xchg_release(X,V) __xchg{RELEASE}(X,V) 34 xchg_acquire(X,V) __xchg{ACQUIRE}(X,V) 35 cmpxchg(X,V,W) __cmpxchg{MB}(X,V,W) 36 cmpxchg_relaxed(X,V,W) __cmpxchg{ONCE}(X,V,W) 62 atomic_set(X,V) { WRITE_ONCE(*X,V); } [all …]
|
| /tools/build/tests/ |
| A D | run.sh | 5 make -C ex V=1 clean > ex.out 2>&1 6 make -C ex V=1 >> ex.out 2>&1 13 make -C ex V=1 clean > /dev/null 2>&1 18 make -C ex V=1 clean > ex.out 2>&1 21 make -rR -C ex V=1 ex.o >> ex.out 2>&1 22 make -rR -C ex V=1 ex.i >> ex.out 2>&1 23 make -rR -C ex V=1 ex.s >> ex.out 2>&1 35 make -C ex V=1 clean > /dev/null 2>&1 40 make -C ex V=1 clean > ex.out 2>&1 53 make -C ex V=1 >> ex.out 2>&1 [all …]
|
| /tools/virtio/ |
| A D | Makefile | 24 ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V} 41 OOT_BUILD=KCFLAGS="-I "${OOT_VHOST} ${MAKE} -C ${OOT_KSRC} V=${V}
|
| /tools/power/acpi/ |
| A D | Makefile.config | 29 V ?= false 74 ifeq ($(strip $(V)),false)
|
| /tools/testing/selftests/mm/page_frag/ |
| A D | Makefile | 4 ifeq ($(V),1)
|
| /tools/testing/selftests/net/bench/page_pool/ |
| A D | Makefile | 4 ifeq ($(V),1)
|
| /tools/build/ |
| A D | Makefile.include | 6 ifeq ($(V),1)
|
| /tools/testing/selftests/bpf/test_kmods/ |
| A D | Makefile | 4 ifeq ($(V),1)
|
| /tools/testing/selftests/bpf/progs/ |
| A D | btf_dump_test_case_namespacing.c | 25 V = 0, enumerator
|
| /tools/kvm/kvm_stat/ |
| A D | Makefile | 16 ifneq ($(V),1)
|
| /tools/scripts/ |
| A D | Makefile.include | 163 ifeq ($(V),1) 199 ifneq ($(V),1)
|
| /tools/bpf/bpftool/Documentation/ |
| A D | common_options.rst | 6 -V, --version
|
| A D | bpftool.rst | 26 *OPTIONS* := { { **-V** | **--version** } | |COMMON_OPTIONS| }
|
| /tools/lib/symbol/ |
| A D | Makefile | 69 export srctree OUTPUT CC LD CFLAGS V
|
| /tools/lib/subcmd/ |
| A D | Makefile | 72 export srctree OUTPUT CC LD CFLAGS V
|
| /tools/lib/perf/ |
| A D | Makefile | 42 TEST_ARGS := $(if $(V),-v) 63 export srctree OUTPUT CC LD CFLAGS V
|
| /tools/lib/api/ |
| A D | Makefile | 68 export srctree OUTPUT CC LD CFLAGS V
|
| /tools/include/nolibc/ |
| A D | Makefile | 20 ifeq ($(V),1)
|
| /tools/perf/Documentation/ |
| A D | Makefile | 156 ifneq ($(V),1) 169 export V
|
| /tools/bpf/resolve_btfids/ |
| A D | Makefile | 7 ifeq ($(V),1)
|
| /tools/bpf/runqslower/ |
| A D | Makefile | 30 ifneq ($(V),1)
|
| /tools/thermal/lib/ |
| A D | Makefile | 68 export srctree OUTPUT CC LD CFLAGS V
|
| /tools/testing/selftests/nolibc/ |
| A D | run-tests.sh | 203 swallow_output "${MAKE[@]}" CFLAGS_EXTRA="$CFLAGS_EXTRA" "$test_target" V=1
|
| /tools/lib/thermal/ |
| A D | Makefile | 69 export srctree OUTPUT CC LD CFLAGS V
|
| /tools/power/cpupower/ |
| A D | Makefile | 30 V ?= false macro
|
Completed in 21 milliseconds
12