Lines Matching full:there
25 * Unsafe to use in noinstr code; use raw_atomic_read() there.
42 * Unsafe to use in noinstr code; use raw_atomic_read_acquire() there.
60 * Unsafe to use in noinstr code; use raw_atomic_set() there.
78 * Unsafe to use in noinstr code; use raw_atomic_set_release() there.
97 * Unsafe to use in noinstr code; use raw_atomic_add() there.
115 * Unsafe to use in noinstr code; use raw_atomic_add_return() there.
134 * Unsafe to use in noinstr code; use raw_atomic_add_return_acquire() there.
152 * Unsafe to use in noinstr code; use raw_atomic_add_return_release() there.
171 * Unsafe to use in noinstr code; use raw_atomic_add_return_relaxed() there.
189 * Unsafe to use in noinstr code; use raw_atomic_fetch_add() there.
208 * Unsafe to use in noinstr code; use raw_atomic_fetch_add_acquire() there.
226 * Unsafe to use in noinstr code; use raw_atomic_fetch_add_release() there.
245 * Unsafe to use in noinstr code; use raw_atomic_fetch_add_relaxed() there.
263 * Unsafe to use in noinstr code; use raw_atomic_sub() there.
281 * Unsafe to use in noinstr code; use raw_atomic_sub_return() there.
300 * Unsafe to use in noinstr code; use raw_atomic_sub_return_acquire() there.
318 * Unsafe to use in noinstr code; use raw_atomic_sub_return_release() there.
337 * Unsafe to use in noinstr code; use raw_atomic_sub_return_relaxed() there.
355 * Unsafe to use in noinstr code; use raw_atomic_fetch_sub() there.
374 * Unsafe to use in noinstr code; use raw_atomic_fetch_sub_acquire() there.
392 * Unsafe to use in noinstr code; use raw_atomic_fetch_sub_release() there.
411 * Unsafe to use in noinstr code; use raw_atomic_fetch_sub_relaxed() there.
428 * Unsafe to use in noinstr code; use raw_atomic_inc() there.
445 * Unsafe to use in noinstr code; use raw_atomic_inc_return() there.
463 * Unsafe to use in noinstr code; use raw_atomic_inc_return_acquire() there.
480 * Unsafe to use in noinstr code; use raw_atomic_inc_return_release() there.
498 * Unsafe to use in noinstr code; use raw_atomic_inc_return_relaxed() there.
515 * Unsafe to use in noinstr code; use raw_atomic_fetch_inc() there.
533 * Unsafe to use in noinstr code; use raw_atomic_fetch_inc_acquire() there.
550 * Unsafe to use in noinstr code; use raw_atomic_fetch_inc_release() there.
568 * Unsafe to use in noinstr code; use raw_atomic_fetch_inc_relaxed() there.
585 * Unsafe to use in noinstr code; use raw_atomic_dec() there.
602 * Unsafe to use in noinstr code; use raw_atomic_dec_return() there.
620 * Unsafe to use in noinstr code; use raw_atomic_dec_return_acquire() there.
637 * Unsafe to use in noinstr code; use raw_atomic_dec_return_release() there.
655 * Unsafe to use in noinstr code; use raw_atomic_dec_return_relaxed() there.
672 * Unsafe to use in noinstr code; use raw_atomic_fetch_dec() there.
690 * Unsafe to use in noinstr code; use raw_atomic_fetch_dec_acquire() there.
707 * Unsafe to use in noinstr code; use raw_atomic_fetch_dec_release() there.
725 * Unsafe to use in noinstr code; use raw_atomic_fetch_dec_relaxed() there.
743 * Unsafe to use in noinstr code; use raw_atomic_and() there.
761 * Unsafe to use in noinstr code; use raw_atomic_fetch_and() there.
780 * Unsafe to use in noinstr code; use raw_atomic_fetch_and_acquire() there.
798 * Unsafe to use in noinstr code; use raw_atomic_fetch_and_release() there.
817 * Unsafe to use in noinstr code; use raw_atomic_fetch_and_relaxed() there.
835 * Unsafe to use in noinstr code; use raw_atomic_andnot() there.
853 * Unsafe to use in noinstr code; use raw_atomic_fetch_andnot() there.
872 * Unsafe to use in noinstr code; use raw_atomic_fetch_andnot_acquire() there.
890 * Unsafe to use in noinstr code; use raw_atomic_fetch_andnot_release() there.
909 * Unsafe to use in noinstr code; use raw_atomic_fetch_andnot_relaxed() there.
927 * Unsafe to use in noinstr code; use raw_atomic_or() there.
945 * Unsafe to use in noinstr code; use raw_atomic_fetch_or() there.
964 * Unsafe to use in noinstr code; use raw_atomic_fetch_or_acquire() there.
982 * Unsafe to use in noinstr code; use raw_atomic_fetch_or_release() there.
1001 * Unsafe to use in noinstr code; use raw_atomic_fetch_or_relaxed() there.
1019 * Unsafe to use in noinstr code; use raw_atomic_xor() there.
1037 * Unsafe to use in noinstr code; use raw_atomic_fetch_xor() there.
1056 * Unsafe to use in noinstr code; use raw_atomic_fetch_xor_acquire() there.
1074 * Unsafe to use in noinstr code; use raw_atomic_fetch_xor_release() there.
1093 * Unsafe to use in noinstr code; use raw_atomic_fetch_xor_relaxed() there.
1111 * Unsafe to use in noinstr code; use raw_atomic_xchg() there.
1130 * Unsafe to use in noinstr code; use raw_atomic_xchg_acquire() there.
1148 * Unsafe to use in noinstr code; use raw_atomic_xchg_release() there.
1167 * Unsafe to use in noinstr code; use raw_atomic_xchg_relaxed() there.
1187 * Unsafe to use in noinstr code; use raw_atomic_cmpxchg() there.
1208 * Unsafe to use in noinstr code; use raw_atomic_cmpxchg_acquire() there.
1228 * Unsafe to use in noinstr code; use raw_atomic_cmpxchg_release() there.
1249 * Unsafe to use in noinstr code; use raw_atomic_cmpxchg_relaxed() there.
1270 * Unsafe to use in noinstr code; use raw_atomic_try_cmpxchg() there.
1293 * Unsafe to use in noinstr code; use raw_atomic_try_cmpxchg_acquire() there.
1315 * Unsafe to use in noinstr code; use raw_atomic_try_cmpxchg_release() there.
1338 * Unsafe to use in noinstr code; use raw_atomic_try_cmpxchg_relaxed() there.
1357 * Unsafe to use in noinstr code; use raw_atomic_sub_and_test() there.
1375 * Unsafe to use in noinstr code; use raw_atomic_dec_and_test() there.
1393 * Unsafe to use in noinstr code; use raw_atomic_inc_and_test() there.
1412 * Unsafe to use in noinstr code; use raw_atomic_add_negative() there.
1431 * Unsafe to use in noinstr code; use raw_atomic_add_negative_acquire() there.
1449 * Unsafe to use in noinstr code; use raw_atomic_add_negative_release() there.
1468 * Unsafe to use in noinstr code; use raw_atomic_add_negative_relaxed() there.
1488 * Unsafe to use in noinstr code; use raw_atomic_fetch_add_unless() there.
1509 * Unsafe to use in noinstr code; use raw_atomic_add_unless() there.
1528 * Unsafe to use in noinstr code; use raw_atomic_inc_not_zero() there.
1547 * Unsafe to use in noinstr code; use raw_atomic_inc_unless_negative() there.
1566 * Unsafe to use in noinstr code; use raw_atomic_dec_unless_positive() there.
1585 * Unsafe to use in noinstr code; use raw_atomic_dec_if_positive() there.
1603 * Unsafe to use in noinstr code; use raw_atomic64_read() there.
1620 * Unsafe to use in noinstr code; use raw_atomic64_read_acquire() there.
1638 * Unsafe to use in noinstr code; use raw_atomic64_set() there.
1656 * Unsafe to use in noinstr code; use raw_atomic64_set_release() there.
1675 * Unsafe to use in noinstr code; use raw_atomic64_add() there.
1693 * Unsafe to use in noinstr code; use raw_atomic64_add_return() there.
1712 * Unsafe to use in noinstr code; use raw_atomic64_add_return_acquire() there.
1730 * Unsafe to use in noinstr code; use raw_atomic64_add_return_release() there.
1749 * Unsafe to use in noinstr code; use raw_atomic64_add_return_relaxed() there.
1767 * Unsafe to use in noinstr code; use raw_atomic64_fetch_add() there.
1786 * Unsafe to use in noinstr code; use raw_atomic64_fetch_add_acquire() there.
1804 * Unsafe to use in noinstr code; use raw_atomic64_fetch_add_release() there.
1823 * Unsafe to use in noinstr code; use raw_atomic64_fetch_add_relaxed() there.
1841 * Unsafe to use in noinstr code; use raw_atomic64_sub() there.
1859 * Unsafe to use in noinstr code; use raw_atomic64_sub_return() there.
1878 * Unsafe to use in noinstr code; use raw_atomic64_sub_return_acquire() there.
1896 * Unsafe to use in noinstr code; use raw_atomic64_sub_return_release() there.
1915 * Unsafe to use in noinstr code; use raw_atomic64_sub_return_relaxed() there.
1933 * Unsafe to use in noinstr code; use raw_atomic64_fetch_sub() there.
1952 * Unsafe to use in noinstr code; use raw_atomic64_fetch_sub_acquire() there.
1970 * Unsafe to use in noinstr code; use raw_atomic64_fetch_sub_release() there.
1989 * Unsafe to use in noinstr code; use raw_atomic64_fetch_sub_relaxed() there.
2006 * Unsafe to use in noinstr code; use raw_atomic64_inc() there.
2023 * Unsafe to use in noinstr code; use raw_atomic64_inc_return() there.
2041 * Unsafe to use in noinstr code; use raw_atomic64_inc_return_acquire() there.
2058 * Unsafe to use in noinstr code; use raw_atomic64_inc_return_release() there.
2076 * Unsafe to use in noinstr code; use raw_atomic64_inc_return_relaxed() there.
2093 * Unsafe to use in noinstr code; use raw_atomic64_fetch_inc() there.
2111 * Unsafe to use in noinstr code; use raw_atomic64_fetch_inc_acquire() there.
2128 * Unsafe to use in noinstr code; use raw_atomic64_fetch_inc_release() there.
2146 * Unsafe to use in noinstr code; use raw_atomic64_fetch_inc_relaxed() there.
2163 * Unsafe to use in noinstr code; use raw_atomic64_dec() there.
2180 * Unsafe to use in noinstr code; use raw_atomic64_dec_return() there.
2198 * Unsafe to use in noinstr code; use raw_atomic64_dec_return_acquire() there.
2215 * Unsafe to use in noinstr code; use raw_atomic64_dec_return_release() there.
2233 * Unsafe to use in noinstr code; use raw_atomic64_dec_return_relaxed() there.
2250 * Unsafe to use in noinstr code; use raw_atomic64_fetch_dec() there.
2268 * Unsafe to use in noinstr code; use raw_atomic64_fetch_dec_acquire() there.
2285 * Unsafe to use in noinstr code; use raw_atomic64_fetch_dec_release() there.
2303 * Unsafe to use in noinstr code; use raw_atomic64_fetch_dec_relaxed() there.
2321 * Unsafe to use in noinstr code; use raw_atomic64_and() there.
2339 * Unsafe to use in noinstr code; use raw_atomic64_fetch_and() there.
2358 * Unsafe to use in noinstr code; use raw_atomic64_fetch_and_acquire() there.
2376 * Unsafe to use in noinstr code; use raw_atomic64_fetch_and_release() there.
2395 * Unsafe to use in noinstr code; use raw_atomic64_fetch_and_relaxed() there.
2413 * Unsafe to use in noinstr code; use raw_atomic64_andnot() there.
2431 * Unsafe to use in noinstr code; use raw_atomic64_fetch_andnot() there.
2450 * Unsafe to use in noinstr code; use raw_atomic64_fetch_andnot_acquire() there.
2468 * Unsafe to use in noinstr code; use raw_atomic64_fetch_andnot_release() there.
2487 * Unsafe to use in noinstr code; use raw_atomic64_fetch_andnot_relaxed() there.
2505 * Unsafe to use in noinstr code; use raw_atomic64_or() there.
2523 * Unsafe to use in noinstr code; use raw_atomic64_fetch_or() there.
2542 * Unsafe to use in noinstr code; use raw_atomic64_fetch_or_acquire() there.
2560 * Unsafe to use in noinstr code; use raw_atomic64_fetch_or_release() there.
2579 * Unsafe to use in noinstr code; use raw_atomic64_fetch_or_relaxed() there.
2597 * Unsafe to use in noinstr code; use raw_atomic64_xor() there.
2615 * Unsafe to use in noinstr code; use raw_atomic64_fetch_xor() there.
2634 * Unsafe to use in noinstr code; use raw_atomic64_fetch_xor_acquire() there.
2652 * Unsafe to use in noinstr code; use raw_atomic64_fetch_xor_release() there.
2671 * Unsafe to use in noinstr code; use raw_atomic64_fetch_xor_relaxed() there.
2689 * Unsafe to use in noinstr code; use raw_atomic64_xchg() there.
2708 * Unsafe to use in noinstr code; use raw_atomic64_xchg_acquire() there.
2726 * Unsafe to use in noinstr code; use raw_atomic64_xchg_release() there.
2745 * Unsafe to use in noinstr code; use raw_atomic64_xchg_relaxed() there.
2765 * Unsafe to use in noinstr code; use raw_atomic64_cmpxchg() there.
2786 * Unsafe to use in noinstr code; use raw_atomic64_cmpxchg_acquire() there.
2806 * Unsafe to use in noinstr code; use raw_atomic64_cmpxchg_release() there.
2827 * Unsafe to use in noinstr code; use raw_atomic64_cmpxchg_relaxed() there.
2848 * Unsafe to use in noinstr code; use raw_atomic64_try_cmpxchg() there.
2871 * Unsafe to use in noinstr code; use raw_atomic64_try_cmpxchg_acquire() there.
2893 * Unsafe to use in noinstr code; use raw_atomic64_try_cmpxchg_release() there.
2916 * Unsafe to use in noinstr code; use raw_atomic64_try_cmpxchg_relaxed() there.
2935 * Unsafe to use in noinstr code; use raw_atomic64_sub_and_test() there.
2953 * Unsafe to use in noinstr code; use raw_atomic64_dec_and_test() there.
2971 * Unsafe to use in noinstr code; use raw_atomic64_inc_and_test() there.
2990 * Unsafe to use in noinstr code; use raw_atomic64_add_negative() there.
3009 * Unsafe to use in noinstr code; use raw_atomic64_add_negative_acquire() there.
3027 * Unsafe to use in noinstr code; use raw_atomic64_add_negative_release() there.
3046 * Unsafe to use in noinstr code; use raw_atomic64_add_negative_relaxed() there.
3066 * Unsafe to use in noinstr code; use raw_atomic64_fetch_add_unless() there.
3087 * Unsafe to use in noinstr code; use raw_atomic64_add_unless() there.
3106 * Unsafe to use in noinstr code; use raw_atomic64_inc_not_zero() there.
3125 * Unsafe to use in noinstr code; use raw_atomic64_inc_unless_negative() there.
3144 * Unsafe to use in noinstr code; use raw_atomic64_dec_unless_positive() there.
3163 * Unsafe to use in noinstr code; use raw_atomic64_dec_if_positive() there.
3181 * Unsafe to use in noinstr code; use raw_atomic_long_read() there.
3198 * Unsafe to use in noinstr code; use raw_atomic_long_read_acquire() there.
3216 * Unsafe to use in noinstr code; use raw_atomic_long_set() there.
3234 * Unsafe to use in noinstr code; use raw_atomic_long_set_release() there.
3253 * Unsafe to use in noinstr code; use raw_atomic_long_add() there.
3271 * Unsafe to use in noinstr code; use raw_atomic_long_add_return() there.
3290 * Unsafe to use in noinstr code; use raw_atomic_long_add_return_acquire() there.
3308 * Unsafe to use in noinstr code; use raw_atomic_long_add_return_release() there.
3327 * Unsafe to use in noinstr code; use raw_atomic_long_add_return_relaxed() there.
3345 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_add() there.
3364 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_add_acquire() there.
3382 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_add_release() there.
3401 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_add_relaxed() there.
3419 * Unsafe to use in noinstr code; use raw_atomic_long_sub() there.
3437 * Unsafe to use in noinstr code; use raw_atomic_long_sub_return() there.
3456 * Unsafe to use in noinstr code; use raw_atomic_long_sub_return_acquire() there.
3474 * Unsafe to use in noinstr code; use raw_atomic_long_sub_return_release() there.
3493 * Unsafe to use in noinstr code; use raw_atomic_long_sub_return_relaxed() there.
3511 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_sub() there.
3530 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_sub_acquire() there.
3548 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_sub_release() there.
3567 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_sub_relaxed() there.
3584 * Unsafe to use in noinstr code; use raw_atomic_long_inc() there.
3601 * Unsafe to use in noinstr code; use raw_atomic_long_inc_return() there.
3619 * Unsafe to use in noinstr code; use raw_atomic_long_inc_return_acquire() there.
3636 * Unsafe to use in noinstr code; use raw_atomic_long_inc_return_release() there.
3654 * Unsafe to use in noinstr code; use raw_atomic_long_inc_return_relaxed() there.
3671 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_inc() there.
3689 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_inc_acquire() there.
3706 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_inc_release() there.
3724 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_inc_relaxed() there.
3741 * Unsafe to use in noinstr code; use raw_atomic_long_dec() there.
3758 * Unsafe to use in noinstr code; use raw_atomic_long_dec_return() there.
3776 * Unsafe to use in noinstr code; use raw_atomic_long_dec_return_acquire() there.
3793 * Unsafe to use in noinstr code; use raw_atomic_long_dec_return_release() there.
3811 * Unsafe to use in noinstr code; use raw_atomic_long_dec_return_relaxed() there.
3828 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_dec() there.
3846 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_dec_acquire() there.
3863 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_dec_release() there.
3881 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_dec_relaxed() there.
3899 * Unsafe to use in noinstr code; use raw_atomic_long_and() there.
3917 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_and() there.
3936 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_and_acquire() there.
3954 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_and_release() there.
3973 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_and_relaxed() there.
3991 * Unsafe to use in noinstr code; use raw_atomic_long_andnot() there.
4009 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_andnot() there.
4028 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_andnot_acquire() there.
4046 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_andnot_release() there.
4065 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_andnot_relaxed() there.
4083 * Unsafe to use in noinstr code; use raw_atomic_long_or() there.
4101 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_or() there.
4120 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_or_acquire() there.
4138 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_or_release() there.
4157 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_or_relaxed() there.
4175 * Unsafe to use in noinstr code; use raw_atomic_long_xor() there.
4193 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_xor() there.
4212 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_xor_acquire() there.
4230 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_xor_release() there.
4249 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_xor_relaxed() there.
4267 * Unsafe to use in noinstr code; use raw_atomic_long_xchg() there.
4286 * Unsafe to use in noinstr code; use raw_atomic_long_xchg_acquire() there.
4304 * Unsafe to use in noinstr code; use raw_atomic_long_xchg_release() there.
4323 * Unsafe to use in noinstr code; use raw_atomic_long_xchg_relaxed() there.
4343 * Unsafe to use in noinstr code; use raw_atomic_long_cmpxchg() there.
4364 * Unsafe to use in noinstr code; use raw_atomic_long_cmpxchg_acquire() there.
4384 * Unsafe to use in noinstr code; use raw_atomic_long_cmpxchg_release() there.
4405 * Unsafe to use in noinstr code; use raw_atomic_long_cmpxchg_relaxed() there.
4426 * Unsafe to use in noinstr code; use raw_atomic_long_try_cmpxchg() there.
4449 * Unsafe to use in noinstr code; use raw_atomic_long_try_cmpxchg_acquire() there.
4471 * Unsafe to use in noinstr code; use raw_atomic_long_try_cmpxchg_release() there.
4494 * Unsafe to use in noinstr code; use raw_atomic_long_try_cmpxchg_relaxed() there.
4513 * Unsafe to use in noinstr code; use raw_atomic_long_sub_and_test() there.
4531 * Unsafe to use in noinstr code; use raw_atomic_long_dec_and_test() there.
4549 * Unsafe to use in noinstr code; use raw_atomic_long_inc_and_test() there.
4568 * Unsafe to use in noinstr code; use raw_atomic_long_add_negative() there.
4587 * Unsafe to use in noinstr code; use raw_atomic_long_add_negative_acquire() there.
4605 * Unsafe to use in noinstr code; use raw_atomic_long_add_negative_release() there.
4624 * Unsafe to use in noinstr code; use raw_atomic_long_add_negative_relaxed() there.
4644 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_add_unless() there.
4665 * Unsafe to use in noinstr code; use raw_atomic_long_add_unless() there.
4684 * Unsafe to use in noinstr code; use raw_atomic_long_inc_not_zero() there.
4703 * Unsafe to use in noinstr code; use raw_atomic_long_inc_unless_negative() there.
4722 * Unsafe to use in noinstr code; use raw_atomic_long_dec_unless_positive() there.
4741 * Unsafe to use in noinstr code; use raw_atomic_long_dec_if_positive() there.