Searched refs:__entry (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/libcxx/src/ |
D | atomic.cpp | 135 auto const __entry = __libcpp_contention_state(__location); in __libcpp_atomic_notify() local 137 __cxx_atomic_fetch_add(&__entry->__platform_state, __cxx_contention_t(1), memory_order_release); in __libcpp_atomic_notify() 138 __libcpp_contention_notify(&__entry->__contention_state, in __libcpp_atomic_notify() 139 &__entry->__platform_state, in __libcpp_atomic_notify() 151 auto const __entry = __libcpp_contention_state(__location); in __libcpp_atomic_monitor() local 152 …return __libcpp_contention_monitor_for_wait(&__entry->__contention_state, &__entry->__platform_sta… in __libcpp_atomic_monitor() 157 auto const __entry = __libcpp_contention_state(__location); in __libcpp_atomic_wait() local 158 __libcpp_contention_wait(&__entry->__contention_state, &__entry->__platform_state, __old_value); in __libcpp_atomic_wait()
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 266 struct ebt_entry *__entry; \ 269 __entry = (void *)(entries) + __i; \ 270 __ret = fn(__entry , ## args); \ 273 if (__entry->bitmask != 0) \ 274 __i += __entry->next_offset; \
|
/external/iproute2/include/uapi/linux/netfilter/ |
D | x_tables.h | 151 type *__entry; \ 154 __i += __entry->next_offset, __n++) { \ 155 __entry = (void *)(entries) + __i; \ 159 __ret = fn(__entry , ## args); \
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | x_tables.h | 152 type *__entry; \ 155 __i += __entry->next_offset, __n++) { \ 156 __entry = (void *)(entries) + __i; \ 160 __ret = fn(__entry , ## args); \
|
/external/iptables/include/linux/netfilter/ |
D | x_tables.h | 150 type *__entry; \ 153 __i += __entry->next_offset, __n++) { \ 154 __entry = (void *)(entries) + __i; \ 158 __ret = fn(__entry , ## args); \
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 634 set_foreach ((__instr)->uses, __entry) \ 635 if ((__use = (void *)__entry->key))
|