Lines Matching full:atomic
6 . ${ATOMICDIR}/atomic-tbl.sh
25 # An atomic RMW: if this parameter is not a constant, and this atomic is
44 #gen_proto_order_variant(meta, pfx, name, sfx, order, atomic, int, arg...)
52 local atomic="$1"; shift
55 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
58 local params="$(gen_params "${int}" "${atomic}" "$@")"
114 * This file provides wrappers with KASAN instrumentation for atomic operations.
115 * To use this functionality an arch's atomic.h file needs to define all
116 * atomic operations with arch_ prefix (e.g. arch_atomic_read()) and include
118 * arch_atomic_read() for actual atomic operation.
119 * Note: if an arch atomic operation is implemented by means of other atomic
134 gen_proto "${meta}" "${name}" "atomic" "int" ${args}