Home
last modified time | relevance | path

Searched refs:V (Results 1 – 25 of 39) sorted by relevance

12

/tools/memory-model/
A Dlinux-kernel.def10 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 Drun.sh5 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 DMakefile24 ${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 DMakefile.config29 V ?= false
74 ifeq ($(strip $(V)),false)
/tools/testing/selftests/mm/page_frag/
A DMakefile4 ifeq ($(V),1)
/tools/testing/selftests/net/bench/page_pool/
A DMakefile4 ifeq ($(V),1)
/tools/build/
A DMakefile.include6 ifeq ($(V),1)
/tools/testing/selftests/bpf/test_kmods/
A DMakefile4 ifeq ($(V),1)
/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_namespacing.c25 V = 0, enumerator
/tools/kvm/kvm_stat/
A DMakefile16 ifneq ($(V),1)
/tools/scripts/
A DMakefile.include163 ifeq ($(V),1)
199 ifneq ($(V),1)
/tools/bpf/bpftool/Documentation/
A Dcommon_options.rst6 -V, --version
A Dbpftool.rst26 *OPTIONS* := { { **-V** | **--version** } | |COMMON_OPTIONS| }
/tools/lib/symbol/
A DMakefile69 export srctree OUTPUT CC LD CFLAGS V
/tools/lib/subcmd/
A DMakefile72 export srctree OUTPUT CC LD CFLAGS V
/tools/lib/perf/
A DMakefile42 TEST_ARGS := $(if $(V),-v)
63 export srctree OUTPUT CC LD CFLAGS V
/tools/lib/api/
A DMakefile68 export srctree OUTPUT CC LD CFLAGS V
/tools/include/nolibc/
A DMakefile20 ifeq ($(V),1)
/tools/perf/Documentation/
A DMakefile156 ifneq ($(V),1)
169 export V
/tools/bpf/resolve_btfids/
A DMakefile7 ifeq ($(V),1)
/tools/bpf/runqslower/
A DMakefile30 ifneq ($(V),1)
/tools/thermal/lib/
A DMakefile68 export srctree OUTPUT CC LD CFLAGS V
/tools/testing/selftests/nolibc/
A Drun-tests.sh203 swallow_output "${MAKE[@]}" CFLAGS_EXTRA="$CFLAGS_EXTRA" "$test_target" V=1
/tools/lib/thermal/
A DMakefile69 export srctree OUTPUT CC LD CFLAGS V
/tools/power/cpupower/
A DMakefile30 V ?= false macro

Completed in 21 milliseconds

12