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.
1186 * Unsafe to use in noinstr code; use raw_atomic_cmpxchg() there.
1206 * Unsafe to use in noinstr code; use raw_atomic_cmpxchg_acquire() there.
1225 * Unsafe to use in noinstr code; use raw_atomic_cmpxchg_release() there.
1245 * Unsafe to use in noinstr code; use raw_atomic_cmpxchg_relaxed() there.
1265 * Unsafe to use in noinstr code; use raw_atomic_try_cmpxchg() there.
1287 * Unsafe to use in noinstr code; use raw_atomic_try_cmpxchg_acquire() there.
1308 * Unsafe to use in noinstr code; use raw_atomic_try_cmpxchg_release() there.
1330 * Unsafe to use in noinstr code; use raw_atomic_try_cmpxchg_relaxed() there.
1349 * Unsafe to use in noinstr code; use raw_atomic_sub_and_test() there.
1367 * Unsafe to use in noinstr code; use raw_atomic_dec_and_test() there.
1385 * Unsafe to use in noinstr code; use raw_atomic_inc_and_test() there.
1404 * Unsafe to use in noinstr code; use raw_atomic_add_negative() there.
1423 * Unsafe to use in noinstr code; use raw_atomic_add_negative_acquire() there.
1441 * Unsafe to use in noinstr code; use raw_atomic_add_negative_release() there.
1460 * Unsafe to use in noinstr code; use raw_atomic_add_negative_relaxed() there.
1479 * Unsafe to use in noinstr code; use raw_atomic_fetch_add_unless() there.
1499 * Unsafe to use in noinstr code; use raw_atomic_add_unless() there.
1517 * Unsafe to use in noinstr code; use raw_atomic_inc_not_zero() there.
1535 * Unsafe to use in noinstr code; use raw_atomic_inc_unless_negative() there.
1553 * Unsafe to use in noinstr code; use raw_atomic_dec_unless_positive() there.
1571 * Unsafe to use in noinstr code; use raw_atomic_dec_if_positive() there.
1589 * Unsafe to use in noinstr code; use raw_atomic64_read() there.
1606 * Unsafe to use in noinstr code; use raw_atomic64_read_acquire() there.
1624 * Unsafe to use in noinstr code; use raw_atomic64_set() there.
1642 * Unsafe to use in noinstr code; use raw_atomic64_set_release() there.
1661 * Unsafe to use in noinstr code; use raw_atomic64_add() there.
1679 * Unsafe to use in noinstr code; use raw_atomic64_add_return() there.
1698 * Unsafe to use in noinstr code; use raw_atomic64_add_return_acquire() there.
1716 * Unsafe to use in noinstr code; use raw_atomic64_add_return_release() there.
1735 * Unsafe to use in noinstr code; use raw_atomic64_add_return_relaxed() there.
1753 * Unsafe to use in noinstr code; use raw_atomic64_fetch_add() there.
1772 * Unsafe to use in noinstr code; use raw_atomic64_fetch_add_acquire() there.
1790 * Unsafe to use in noinstr code; use raw_atomic64_fetch_add_release() there.
1809 * Unsafe to use in noinstr code; use raw_atomic64_fetch_add_relaxed() there.
1827 * Unsafe to use in noinstr code; use raw_atomic64_sub() there.
1845 * Unsafe to use in noinstr code; use raw_atomic64_sub_return() there.
1864 * Unsafe to use in noinstr code; use raw_atomic64_sub_return_acquire() there.
1882 * Unsafe to use in noinstr code; use raw_atomic64_sub_return_release() there.
1901 * Unsafe to use in noinstr code; use raw_atomic64_sub_return_relaxed() there.
1919 * Unsafe to use in noinstr code; use raw_atomic64_fetch_sub() there.
1938 * Unsafe to use in noinstr code; use raw_atomic64_fetch_sub_acquire() there.
1956 * Unsafe to use in noinstr code; use raw_atomic64_fetch_sub_release() there.
1975 * Unsafe to use in noinstr code; use raw_atomic64_fetch_sub_relaxed() there.
1992 * Unsafe to use in noinstr code; use raw_atomic64_inc() there.
2009 * Unsafe to use in noinstr code; use raw_atomic64_inc_return() there.
2027 * Unsafe to use in noinstr code; use raw_atomic64_inc_return_acquire() there.
2044 * Unsafe to use in noinstr code; use raw_atomic64_inc_return_release() there.
2062 * Unsafe to use in noinstr code; use raw_atomic64_inc_return_relaxed() there.
2079 * Unsafe to use in noinstr code; use raw_atomic64_fetch_inc() there.
2097 * Unsafe to use in noinstr code; use raw_atomic64_fetch_inc_acquire() there.
2114 * Unsafe to use in noinstr code; use raw_atomic64_fetch_inc_release() there.
2132 * Unsafe to use in noinstr code; use raw_atomic64_fetch_inc_relaxed() there.
2149 * Unsafe to use in noinstr code; use raw_atomic64_dec() there.
2166 * Unsafe to use in noinstr code; use raw_atomic64_dec_return() there.
2184 * Unsafe to use in noinstr code; use raw_atomic64_dec_return_acquire() there.
2201 * Unsafe to use in noinstr code; use raw_atomic64_dec_return_release() there.
2219 * Unsafe to use in noinstr code; use raw_atomic64_dec_return_relaxed() there.
2236 * Unsafe to use in noinstr code; use raw_atomic64_fetch_dec() there.
2254 * Unsafe to use in noinstr code; use raw_atomic64_fetch_dec_acquire() there.
2271 * Unsafe to use in noinstr code; use raw_atomic64_fetch_dec_release() there.
2289 * Unsafe to use in noinstr code; use raw_atomic64_fetch_dec_relaxed() there.
2307 * Unsafe to use in noinstr code; use raw_atomic64_and() there.
2325 * Unsafe to use in noinstr code; use raw_atomic64_fetch_and() there.
2344 * Unsafe to use in noinstr code; use raw_atomic64_fetch_and_acquire() there.
2362 * Unsafe to use in noinstr code; use raw_atomic64_fetch_and_release() there.
2381 * Unsafe to use in noinstr code; use raw_atomic64_fetch_and_relaxed() there.
2399 * Unsafe to use in noinstr code; use raw_atomic64_andnot() there.
2417 * Unsafe to use in noinstr code; use raw_atomic64_fetch_andnot() there.
2436 * Unsafe to use in noinstr code; use raw_atomic64_fetch_andnot_acquire() there.
2454 * Unsafe to use in noinstr code; use raw_atomic64_fetch_andnot_release() there.
2473 * Unsafe to use in noinstr code; use raw_atomic64_fetch_andnot_relaxed() there.
2491 * Unsafe to use in noinstr code; use raw_atomic64_or() there.
2509 * Unsafe to use in noinstr code; use raw_atomic64_fetch_or() there.
2528 * Unsafe to use in noinstr code; use raw_atomic64_fetch_or_acquire() there.
2546 * Unsafe to use in noinstr code; use raw_atomic64_fetch_or_release() there.
2565 * Unsafe to use in noinstr code; use raw_atomic64_fetch_or_relaxed() there.
2583 * Unsafe to use in noinstr code; use raw_atomic64_xor() there.
2601 * Unsafe to use in noinstr code; use raw_atomic64_fetch_xor() there.
2620 * Unsafe to use in noinstr code; use raw_atomic64_fetch_xor_acquire() there.
2638 * Unsafe to use in noinstr code; use raw_atomic64_fetch_xor_release() there.
2657 * Unsafe to use in noinstr code; use raw_atomic64_fetch_xor_relaxed() there.
2675 * Unsafe to use in noinstr code; use raw_atomic64_xchg() there.
2694 * Unsafe to use in noinstr code; use raw_atomic64_xchg_acquire() there.
2712 * Unsafe to use in noinstr code; use raw_atomic64_xchg_release() there.
2731 * Unsafe to use in noinstr code; use raw_atomic64_xchg_relaxed() there.
2750 * Unsafe to use in noinstr code; use raw_atomic64_cmpxchg() there.
2770 * Unsafe to use in noinstr code; use raw_atomic64_cmpxchg_acquire() there.
2789 * Unsafe to use in noinstr code; use raw_atomic64_cmpxchg_release() there.
2809 * Unsafe to use in noinstr code; use raw_atomic64_cmpxchg_relaxed() there.
2829 * Unsafe to use in noinstr code; use raw_atomic64_try_cmpxchg() there.
2851 * Unsafe to use in noinstr code; use raw_atomic64_try_cmpxchg_acquire() there.
2872 * Unsafe to use in noinstr code; use raw_atomic64_try_cmpxchg_release() there.
2894 * Unsafe to use in noinstr code; use raw_atomic64_try_cmpxchg_relaxed() there.
2913 * Unsafe to use in noinstr code; use raw_atomic64_sub_and_test() there.
2931 * Unsafe to use in noinstr code; use raw_atomic64_dec_and_test() there.
2949 * Unsafe to use in noinstr code; use raw_atomic64_inc_and_test() there.
2968 * Unsafe to use in noinstr code; use raw_atomic64_add_negative() there.
2987 * Unsafe to use in noinstr code; use raw_atomic64_add_negative_acquire() there.
3005 * Unsafe to use in noinstr code; use raw_atomic64_add_negative_release() there.
3024 * Unsafe to use in noinstr code; use raw_atomic64_add_negative_relaxed() there.
3043 * Unsafe to use in noinstr code; use raw_atomic64_fetch_add_unless() there.
3063 * Unsafe to use in noinstr code; use raw_atomic64_add_unless() there.
3081 * Unsafe to use in noinstr code; use raw_atomic64_inc_not_zero() there.
3099 * Unsafe to use in noinstr code; use raw_atomic64_inc_unless_negative() there.
3117 * Unsafe to use in noinstr code; use raw_atomic64_dec_unless_positive() there.
3135 * Unsafe to use in noinstr code; use raw_atomic64_dec_if_positive() there.
3153 * Unsafe to use in noinstr code; use raw_atomic_long_read() there.
3170 * Unsafe to use in noinstr code; use raw_atomic_long_read_acquire() there.
3188 * Unsafe to use in noinstr code; use raw_atomic_long_set() there.
3206 * Unsafe to use in noinstr code; use raw_atomic_long_set_release() there.
3225 * Unsafe to use in noinstr code; use raw_atomic_long_add() there.
3243 * Unsafe to use in noinstr code; use raw_atomic_long_add_return() there.
3262 * Unsafe to use in noinstr code; use raw_atomic_long_add_return_acquire() there.
3280 * Unsafe to use in noinstr code; use raw_atomic_long_add_return_release() there.
3299 * Unsafe to use in noinstr code; use raw_atomic_long_add_return_relaxed() there.
3317 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_add() there.
3336 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_add_acquire() there.
3354 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_add_release() there.
3373 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_add_relaxed() there.
3391 * Unsafe to use in noinstr code; use raw_atomic_long_sub() there.
3409 * Unsafe to use in noinstr code; use raw_atomic_long_sub_return() there.
3428 * Unsafe to use in noinstr code; use raw_atomic_long_sub_return_acquire() there.
3446 * Unsafe to use in noinstr code; use raw_atomic_long_sub_return_release() there.
3465 * Unsafe to use in noinstr code; use raw_atomic_long_sub_return_relaxed() there.
3483 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_sub() there.
3502 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_sub_acquire() there.
3520 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_sub_release() there.
3539 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_sub_relaxed() there.
3556 * Unsafe to use in noinstr code; use raw_atomic_long_inc() there.
3573 * Unsafe to use in noinstr code; use raw_atomic_long_inc_return() there.
3591 * Unsafe to use in noinstr code; use raw_atomic_long_inc_return_acquire() there.
3608 * Unsafe to use in noinstr code; use raw_atomic_long_inc_return_release() there.
3626 * Unsafe to use in noinstr code; use raw_atomic_long_inc_return_relaxed() there.
3643 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_inc() there.
3661 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_inc_acquire() there.
3678 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_inc_release() there.
3696 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_inc_relaxed() there.
3713 * Unsafe to use in noinstr code; use raw_atomic_long_dec() there.
3730 * Unsafe to use in noinstr code; use raw_atomic_long_dec_return() there.
3748 * Unsafe to use in noinstr code; use raw_atomic_long_dec_return_acquire() there.
3765 * Unsafe to use in noinstr code; use raw_atomic_long_dec_return_release() there.
3783 * Unsafe to use in noinstr code; use raw_atomic_long_dec_return_relaxed() there.
3800 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_dec() there.
3818 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_dec_acquire() there.
3835 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_dec_release() there.
3853 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_dec_relaxed() there.
3871 * Unsafe to use in noinstr code; use raw_atomic_long_and() there.
3889 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_and() there.
3908 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_and_acquire() there.
3926 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_and_release() there.
3945 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_and_relaxed() there.
3963 * Unsafe to use in noinstr code; use raw_atomic_long_andnot() there.
3981 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_andnot() there.
4000 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_andnot_acquire() there.
4018 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_andnot_release() there.
4037 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_andnot_relaxed() there.
4055 * Unsafe to use in noinstr code; use raw_atomic_long_or() there.
4073 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_or() there.
4092 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_or_acquire() there.
4110 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_or_release() there.
4129 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_or_relaxed() there.
4147 * Unsafe to use in noinstr code; use raw_atomic_long_xor() there.
4165 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_xor() there.
4184 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_xor_acquire() there.
4202 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_xor_release() there.
4221 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_xor_relaxed() there.
4239 * Unsafe to use in noinstr code; use raw_atomic_long_xchg() there.
4258 * Unsafe to use in noinstr code; use raw_atomic_long_xchg_acquire() there.
4276 * Unsafe to use in noinstr code; use raw_atomic_long_xchg_release() there.
4295 * Unsafe to use in noinstr code; use raw_atomic_long_xchg_relaxed() there.
4314 * Unsafe to use in noinstr code; use raw_atomic_long_cmpxchg() there.
4334 * Unsafe to use in noinstr code; use raw_atomic_long_cmpxchg_acquire() there.
4353 * Unsafe to use in noinstr code; use raw_atomic_long_cmpxchg_release() there.
4373 * Unsafe to use in noinstr code; use raw_atomic_long_cmpxchg_relaxed() there.
4393 * Unsafe to use in noinstr code; use raw_atomic_long_try_cmpxchg() there.
4415 * Unsafe to use in noinstr code; use raw_atomic_long_try_cmpxchg_acquire() there.
4436 * Unsafe to use in noinstr code; use raw_atomic_long_try_cmpxchg_release() there.
4458 * Unsafe to use in noinstr code; use raw_atomic_long_try_cmpxchg_relaxed() there.
4477 * Unsafe to use in noinstr code; use raw_atomic_long_sub_and_test() there.
4495 * Unsafe to use in noinstr code; use raw_atomic_long_dec_and_test() there.
4513 * Unsafe to use in noinstr code; use raw_atomic_long_inc_and_test() there.
4532 * Unsafe to use in noinstr code; use raw_atomic_long_add_negative() there.
4551 * Unsafe to use in noinstr code; use raw_atomic_long_add_negative_acquire() there.
4569 * Unsafe to use in noinstr code; use raw_atomic_long_add_negative_release() there.
4588 * Unsafe to use in noinstr code; use raw_atomic_long_add_negative_relaxed() there.
4607 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_add_unless() there.
4627 * Unsafe to use in noinstr code; use raw_atomic_long_add_unless() there.
4645 * Unsafe to use in noinstr code; use raw_atomic_long_inc_not_zero() there.
4663 * Unsafe to use in noinstr code; use raw_atomic_long_inc_unless_negative() there.
4681 * Unsafe to use in noinstr code; use raw_atomic_long_dec_unless_positive() there.
4699 * Unsafe to use in noinstr code; use raw_atomic_long_dec_if_positive() there.