Home
last modified time | relevance | path

Searched refs:release (Results 1 – 25 of 54) sorted by relevance

123

/tools/memory-model/
Dlinux-kernel.def13 smp_store_release(X,V) { __store{release}(*X,V); }
15 rcu_assign_pointer(X,V) { __store{release}(X,V); }
33 xchg_release(X,V) __xchg{release}(X,V)
38 cmpxchg_release(X,V,W) __cmpxchg{release}(X,V,W)
74 atomic_add_return_release(V,X) __atomic_op_return{release}(X,+,V)
78 atomic_fetch_add_release(V,X) __atomic_fetch_op{release}(X,+,V)
83 atomic_inc_return_release(X) __atomic_op_return{release}(X,+,1)
87 atomic_fetch_inc_release(X) __atomic_fetch_op{release}(X,+,1)
92 atomic_sub_return_release(V,X) __atomic_op_return{release}(X,-,V)
96 atomic_fetch_sub_release(V,X) __atomic_fetch_op{release}(X,-,V)
[all …]
Dlinux-kernel.bell17 'release (*smp_store_release*) ||
21 instructions W[{'once,'release}]
22 instructions RMW[{'once,'acquire,'release}]
DREADME34 in this release. A compatible model will likely be made available in
35 a later release of Linux kernel.
37 If you absolutely need to run the model in this particular release,
41 dependency on a target kernel release where converted code is built
171 lock acquisition/release, and RCU operations.
212 Provides a front-end analysis of lock acquisition and release,
Dlinux-kernel.cat45 * A-cumulative release fences of lock-release ensure that any stores that
87 (* Propagation: Ordering from release operations and strong fences. *)
/tools/testing/selftests/bpf/progs/
Dtest_btf_skc_cls_ingress.c101 goto release; in handle_ip6_tcp()
106 goto release; in handle_ip6_tcp()
119 goto release; in handle_ip6_tcp()
124 goto release; in handle_ip6_tcp()
137 release: in handle_ip6_tcp()
Dtest_tcp_check_syncookie_kern.c88 goto release; in check_syncookie()
120 goto release; in check_syncookie()
147 release: in check_syncookie()
Dbpf_dctcp_release.c20 .release = (void *)dctcp_nouse_release,
Dtest_tcp_custom_syncookie.c534 goto release; in tcp_handle_ack()
552 release: in tcp_handle_ack()
559 goto release; in tcp_handle_ack()
/tools/memory-model/litmus-tests/
DISA2+pooncerelease+poacquirerelease+poacquireonce.litmus6 * This litmus test demonstrates that a release-acquire chain suffices
8 * that the release-acquire chain suffices is because in all but one
11 * (AKA non-rf) link, so release-acquire is all that is needed.
DS+fencewmbonceonce+poacquireonce.litmus6 * Can a smp_wmb(), instead of a release, and an acquire order a prior
DLB+poacquireonce+pooncerelease.litmus6 * Does a release-acquire pair suffice for the load-buffering litmus
DS+poonceonces.litmus6 * Starting with a two-process release-acquire chain ordering P0()'s
DISA2+poonceonces.litmus6 * Given a release-acquire chain ordering the first process's store
DREADME45 As below, but with store-release replaced with WRITE_ONCE()
49 Can a release-acquire chain order a prior store against
58 Does a release-acquire pair suffice for the load-buffering
63 As above, but with store-release replaced with WRITE_ONCE()
91 As below, but with a release-acquire chain.
137 Can a smp_wmb(), instead of a release, and an acquire order
157 Is the ordering provided by a release-acquire chain sufficient
159 not participate in that release-acquire chain?
DWRC+pooncerelease+fencermbonceonce+Once.litmus8 * a release and a read memory barrier, it should be forbidden. More
DZ6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus6 * This litmus test shows that a release-acquire chain, while sufficient
/tools/memory-model/Documentation/
Dherd-representation.txt36 | smp_store_release | W[release] |
53 | rcu_assign_pointer | W[release] |
88 | atomic_add_return_release | R*[once] ->rmw W*[release] |
106 | atomic_cmpxchg_release | On success: R*[once] ->rmw W*[release] |
Dglossary.txt35 When an acquire load returns the value stored by a release store
37 from" the release store), then all operations preceding that
169 An example special release store is smp_store_release(), but
171 release stores.
/tools/power/cpupower/bench/
Dparse.c77 len += strlen(sysdata.nodename) + strlen(sysdata.release); in prepare_output()
88 dirname, sysdata.nodename, sysdata.release, time(NULL)); in prepare_output()
/tools/testing/selftests/wireguard/qemu/
Dinit.c55 …eGuard Test Suite on ") + strlen(utsname.sysname) + strlen(utsname.release) + strlen(utsname… in print_banner()
56 …1b[45m\x1b[33m\x1b[1m%*.s\x1b[0m\n\n", len, "", utsname.sysname, utsname.release, utsname.machine,… in print_banner()
/tools/testing/selftests/hid/tests/
Dconftest.py55 / platform.uname().release
/tools/perf/util/
Dutil.c404 strncpy(str, utsname.release, str_size); in fetch_kernel_version()
411 err = sscanf(utsname.release, "%d.%d.%d", in fetch_kernel_version()
416 utsname.release); in fetch_kernel_version()
/tools/testing/selftests/bpf/prog_tests/
Dcore_extern.c16 if (sscanf(info.release, "%u.%u.%u", &major, &minor, &patch) != 3) in get_kernel_version()
/tools/perf/tests/
Dattr.py196 return not self.kernel_since <= parse_version(platform.release())
201 return not parse_version(platform.release()) < self.kernel_until
/tools/verification/dot2/
Ddot2k.py40 …rnel_path = "/lib/modules/%s/build/tools/verification/dot2/dot2k_templates/" % (platform.release())

123