Lines Matching defs:v
20 rust_helper_atomic_read(const atomic_t *v) in rust_helper_atomic_read()
26 rust_helper_atomic_read_acquire(const atomic_t *v) in rust_helper_atomic_read_acquire()
32 rust_helper_atomic_set(atomic_t *v, int i) in rust_helper_atomic_set()
38 rust_helper_atomic_set_release(atomic_t *v, int i) in rust_helper_atomic_set_release()
44 rust_helper_atomic_add(int i, atomic_t *v) in rust_helper_atomic_add()
50 rust_helper_atomic_add_return(int i, atomic_t *v) in rust_helper_atomic_add_return()
56 rust_helper_atomic_add_return_acquire(int i, atomic_t *v) in rust_helper_atomic_add_return_acquire()
62 rust_helper_atomic_add_return_release(int i, atomic_t *v) in rust_helper_atomic_add_return_release()
68 rust_helper_atomic_add_return_relaxed(int i, atomic_t *v) in rust_helper_atomic_add_return_relaxed()
74 rust_helper_atomic_fetch_add(int i, atomic_t *v) in rust_helper_atomic_fetch_add()
80 rust_helper_atomic_fetch_add_acquire(int i, atomic_t *v) in rust_helper_atomic_fetch_add_acquire()
86 rust_helper_atomic_fetch_add_release(int i, atomic_t *v) in rust_helper_atomic_fetch_add_release()
92 rust_helper_atomic_fetch_add_relaxed(int i, atomic_t *v) in rust_helper_atomic_fetch_add_relaxed()
98 rust_helper_atomic_sub(int i, atomic_t *v) in rust_helper_atomic_sub()
104 rust_helper_atomic_sub_return(int i, atomic_t *v) in rust_helper_atomic_sub_return()
110 rust_helper_atomic_sub_return_acquire(int i, atomic_t *v) in rust_helper_atomic_sub_return_acquire()
116 rust_helper_atomic_sub_return_release(int i, atomic_t *v) in rust_helper_atomic_sub_return_release()
122 rust_helper_atomic_sub_return_relaxed(int i, atomic_t *v) in rust_helper_atomic_sub_return_relaxed()
128 rust_helper_atomic_fetch_sub(int i, atomic_t *v) in rust_helper_atomic_fetch_sub()
134 rust_helper_atomic_fetch_sub_acquire(int i, atomic_t *v) in rust_helper_atomic_fetch_sub_acquire()
140 rust_helper_atomic_fetch_sub_release(int i, atomic_t *v) in rust_helper_atomic_fetch_sub_release()
146 rust_helper_atomic_fetch_sub_relaxed(int i, atomic_t *v) in rust_helper_atomic_fetch_sub_relaxed()
152 rust_helper_atomic_inc(atomic_t *v) in rust_helper_atomic_inc()
158 rust_helper_atomic_inc_return(atomic_t *v) in rust_helper_atomic_inc_return()
164 rust_helper_atomic_inc_return_acquire(atomic_t *v) in rust_helper_atomic_inc_return_acquire()
170 rust_helper_atomic_inc_return_release(atomic_t *v) in rust_helper_atomic_inc_return_release()
176 rust_helper_atomic_inc_return_relaxed(atomic_t *v) in rust_helper_atomic_inc_return_relaxed()
182 rust_helper_atomic_fetch_inc(atomic_t *v) in rust_helper_atomic_fetch_inc()
188 rust_helper_atomic_fetch_inc_acquire(atomic_t *v) in rust_helper_atomic_fetch_inc_acquire()
194 rust_helper_atomic_fetch_inc_release(atomic_t *v) in rust_helper_atomic_fetch_inc_release()
200 rust_helper_atomic_fetch_inc_relaxed(atomic_t *v) in rust_helper_atomic_fetch_inc_relaxed()
206 rust_helper_atomic_dec(atomic_t *v) in rust_helper_atomic_dec()
212 rust_helper_atomic_dec_return(atomic_t *v) in rust_helper_atomic_dec_return()
218 rust_helper_atomic_dec_return_acquire(atomic_t *v) in rust_helper_atomic_dec_return_acquire()
224 rust_helper_atomic_dec_return_release(atomic_t *v) in rust_helper_atomic_dec_return_release()
230 rust_helper_atomic_dec_return_relaxed(atomic_t *v) in rust_helper_atomic_dec_return_relaxed()
236 rust_helper_atomic_fetch_dec(atomic_t *v) in rust_helper_atomic_fetch_dec()
242 rust_helper_atomic_fetch_dec_acquire(atomic_t *v) in rust_helper_atomic_fetch_dec_acquire()
248 rust_helper_atomic_fetch_dec_release(atomic_t *v) in rust_helper_atomic_fetch_dec_release()
254 rust_helper_atomic_fetch_dec_relaxed(atomic_t *v) in rust_helper_atomic_fetch_dec_relaxed()
260 rust_helper_atomic_and(int i, atomic_t *v) in rust_helper_atomic_and()
266 rust_helper_atomic_fetch_and(int i, atomic_t *v) in rust_helper_atomic_fetch_and()
272 rust_helper_atomic_fetch_and_acquire(int i, atomic_t *v) in rust_helper_atomic_fetch_and_acquire()
278 rust_helper_atomic_fetch_and_release(int i, atomic_t *v) in rust_helper_atomic_fetch_and_release()
284 rust_helper_atomic_fetch_and_relaxed(int i, atomic_t *v) in rust_helper_atomic_fetch_and_relaxed()
290 rust_helper_atomic_andnot(int i, atomic_t *v) in rust_helper_atomic_andnot()
296 rust_helper_atomic_fetch_andnot(int i, atomic_t *v) in rust_helper_atomic_fetch_andnot()
302 rust_helper_atomic_fetch_andnot_acquire(int i, atomic_t *v) in rust_helper_atomic_fetch_andnot_acquire()
308 rust_helper_atomic_fetch_andnot_release(int i, atomic_t *v) in rust_helper_atomic_fetch_andnot_release()
314 rust_helper_atomic_fetch_andnot_relaxed(int i, atomic_t *v) in rust_helper_atomic_fetch_andnot_relaxed()
320 rust_helper_atomic_or(int i, atomic_t *v) in rust_helper_atomic_or()
326 rust_helper_atomic_fetch_or(int i, atomic_t *v) in rust_helper_atomic_fetch_or()
332 rust_helper_atomic_fetch_or_acquire(int i, atomic_t *v) in rust_helper_atomic_fetch_or_acquire()
338 rust_helper_atomic_fetch_or_release(int i, atomic_t *v) in rust_helper_atomic_fetch_or_release()
344 rust_helper_atomic_fetch_or_relaxed(int i, atomic_t *v) in rust_helper_atomic_fetch_or_relaxed()
350 rust_helper_atomic_xor(int i, atomic_t *v) in rust_helper_atomic_xor()
356 rust_helper_atomic_fetch_xor(int i, atomic_t *v) in rust_helper_atomic_fetch_xor()
362 rust_helper_atomic_fetch_xor_acquire(int i, atomic_t *v) in rust_helper_atomic_fetch_xor_acquire()
368 rust_helper_atomic_fetch_xor_release(int i, atomic_t *v) in rust_helper_atomic_fetch_xor_release()
374 rust_helper_atomic_fetch_xor_relaxed(int i, atomic_t *v) in rust_helper_atomic_fetch_xor_relaxed()
380 rust_helper_atomic_xchg(atomic_t *v, int new) in rust_helper_atomic_xchg()
386 rust_helper_atomic_xchg_acquire(atomic_t *v, int new) in rust_helper_atomic_xchg_acquire()
392 rust_helper_atomic_xchg_release(atomic_t *v, int new) in rust_helper_atomic_xchg_release()
398 rust_helper_atomic_xchg_relaxed(atomic_t *v, int new) in rust_helper_atomic_xchg_relaxed()
404 rust_helper_atomic_cmpxchg(atomic_t *v, int old, int new) in rust_helper_atomic_cmpxchg()
410 rust_helper_atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in rust_helper_atomic_cmpxchg_acquire()
416 rust_helper_atomic_cmpxchg_release(atomic_t *v, int old, int new) in rust_helper_atomic_cmpxchg_release()
422 rust_helper_atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in rust_helper_atomic_cmpxchg_relaxed()
428 rust_helper_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in rust_helper_atomic_try_cmpxchg()
434 rust_helper_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in rust_helper_atomic_try_cmpxchg_acquire()
440 rust_helper_atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in rust_helper_atomic_try_cmpxchg_release()
446 rust_helper_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in rust_helper_atomic_try_cmpxchg_relaxed()
452 rust_helper_atomic_sub_and_test(int i, atomic_t *v) in rust_helper_atomic_sub_and_test()
458 rust_helper_atomic_dec_and_test(atomic_t *v) in rust_helper_atomic_dec_and_test()
464 rust_helper_atomic_inc_and_test(atomic_t *v) in rust_helper_atomic_inc_and_test()
470 rust_helper_atomic_add_negative(int i, atomic_t *v) in rust_helper_atomic_add_negative()
476 rust_helper_atomic_add_negative_acquire(int i, atomic_t *v) in rust_helper_atomic_add_negative_acquire()
482 rust_helper_atomic_add_negative_release(int i, atomic_t *v) in rust_helper_atomic_add_negative_release()
488 rust_helper_atomic_add_negative_relaxed(int i, atomic_t *v) in rust_helper_atomic_add_negative_relaxed()
494 rust_helper_atomic_fetch_add_unless(atomic_t *v, int a, int u) in rust_helper_atomic_fetch_add_unless()
500 rust_helper_atomic_add_unless(atomic_t *v, int a, int u) in rust_helper_atomic_add_unless()
506 rust_helper_atomic_inc_not_zero(atomic_t *v) in rust_helper_atomic_inc_not_zero()
512 rust_helper_atomic_inc_unless_negative(atomic_t *v) in rust_helper_atomic_inc_unless_negative()
518 rust_helper_atomic_dec_unless_positive(atomic_t *v) in rust_helper_atomic_dec_unless_positive()
524 rust_helper_atomic_dec_if_positive(atomic_t *v) in rust_helper_atomic_dec_if_positive()
530 rust_helper_atomic64_read(const atomic64_t *v) in rust_helper_atomic64_read()
536 rust_helper_atomic64_read_acquire(const atomic64_t *v) in rust_helper_atomic64_read_acquire()
542 rust_helper_atomic64_set(atomic64_t *v, s64 i) in rust_helper_atomic64_set()
548 rust_helper_atomic64_set_release(atomic64_t *v, s64 i) in rust_helper_atomic64_set_release()
554 rust_helper_atomic64_add(s64 i, atomic64_t *v) in rust_helper_atomic64_add()
560 rust_helper_atomic64_add_return(s64 i, atomic64_t *v) in rust_helper_atomic64_add_return()
566 rust_helper_atomic64_add_return_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_add_return_acquire()
572 rust_helper_atomic64_add_return_release(s64 i, atomic64_t *v) in rust_helper_atomic64_add_return_release()
578 rust_helper_atomic64_add_return_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_add_return_relaxed()
584 rust_helper_atomic64_fetch_add(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_add()
590 rust_helper_atomic64_fetch_add_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_add_acquire()
596 rust_helper_atomic64_fetch_add_release(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_add_release()
602 rust_helper_atomic64_fetch_add_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_add_relaxed()
608 rust_helper_atomic64_sub(s64 i, atomic64_t *v) in rust_helper_atomic64_sub()
614 rust_helper_atomic64_sub_return(s64 i, atomic64_t *v) in rust_helper_atomic64_sub_return()
620 rust_helper_atomic64_sub_return_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_sub_return_acquire()
626 rust_helper_atomic64_sub_return_release(s64 i, atomic64_t *v) in rust_helper_atomic64_sub_return_release()
632 rust_helper_atomic64_sub_return_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_sub_return_relaxed()
638 rust_helper_atomic64_fetch_sub(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_sub()
644 rust_helper_atomic64_fetch_sub_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_sub_acquire()
650 rust_helper_atomic64_fetch_sub_release(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_sub_release()
656 rust_helper_atomic64_fetch_sub_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_sub_relaxed()
662 rust_helper_atomic64_inc(atomic64_t *v) in rust_helper_atomic64_inc()
668 rust_helper_atomic64_inc_return(atomic64_t *v) in rust_helper_atomic64_inc_return()
674 rust_helper_atomic64_inc_return_acquire(atomic64_t *v) in rust_helper_atomic64_inc_return_acquire()
680 rust_helper_atomic64_inc_return_release(atomic64_t *v) in rust_helper_atomic64_inc_return_release()
686 rust_helper_atomic64_inc_return_relaxed(atomic64_t *v) in rust_helper_atomic64_inc_return_relaxed()
692 rust_helper_atomic64_fetch_inc(atomic64_t *v) in rust_helper_atomic64_fetch_inc()
698 rust_helper_atomic64_fetch_inc_acquire(atomic64_t *v) in rust_helper_atomic64_fetch_inc_acquire()
704 rust_helper_atomic64_fetch_inc_release(atomic64_t *v) in rust_helper_atomic64_fetch_inc_release()
710 rust_helper_atomic64_fetch_inc_relaxed(atomic64_t *v) in rust_helper_atomic64_fetch_inc_relaxed()
716 rust_helper_atomic64_dec(atomic64_t *v) in rust_helper_atomic64_dec()
722 rust_helper_atomic64_dec_return(atomic64_t *v) in rust_helper_atomic64_dec_return()
728 rust_helper_atomic64_dec_return_acquire(atomic64_t *v) in rust_helper_atomic64_dec_return_acquire()
734 rust_helper_atomic64_dec_return_release(atomic64_t *v) in rust_helper_atomic64_dec_return_release()
740 rust_helper_atomic64_dec_return_relaxed(atomic64_t *v) in rust_helper_atomic64_dec_return_relaxed()
746 rust_helper_atomic64_fetch_dec(atomic64_t *v) in rust_helper_atomic64_fetch_dec()
752 rust_helper_atomic64_fetch_dec_acquire(atomic64_t *v) in rust_helper_atomic64_fetch_dec_acquire()
758 rust_helper_atomic64_fetch_dec_release(atomic64_t *v) in rust_helper_atomic64_fetch_dec_release()
764 rust_helper_atomic64_fetch_dec_relaxed(atomic64_t *v) in rust_helper_atomic64_fetch_dec_relaxed()
770 rust_helper_atomic64_and(s64 i, atomic64_t *v) in rust_helper_atomic64_and()
776 rust_helper_atomic64_fetch_and(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_and()
782 rust_helper_atomic64_fetch_and_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_and_acquire()
788 rust_helper_atomic64_fetch_and_release(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_and_release()
794 rust_helper_atomic64_fetch_and_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_and_relaxed()
800 rust_helper_atomic64_andnot(s64 i, atomic64_t *v) in rust_helper_atomic64_andnot()
806 rust_helper_atomic64_fetch_andnot(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_andnot()
812 rust_helper_atomic64_fetch_andnot_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_andnot_acquire()
818 rust_helper_atomic64_fetch_andnot_release(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_andnot_release()
824 rust_helper_atomic64_fetch_andnot_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_andnot_relaxed()
830 rust_helper_atomic64_or(s64 i, atomic64_t *v) in rust_helper_atomic64_or()
836 rust_helper_atomic64_fetch_or(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_or()
842 rust_helper_atomic64_fetch_or_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_or_acquire()
848 rust_helper_atomic64_fetch_or_release(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_or_release()
854 rust_helper_atomic64_fetch_or_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_or_relaxed()
860 rust_helper_atomic64_xor(s64 i, atomic64_t *v) in rust_helper_atomic64_xor()
866 rust_helper_atomic64_fetch_xor(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_xor()
872 rust_helper_atomic64_fetch_xor_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_xor_acquire()
878 rust_helper_atomic64_fetch_xor_release(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_xor_release()
884 rust_helper_atomic64_fetch_xor_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_xor_relaxed()
890 rust_helper_atomic64_xchg(atomic64_t *v, s64 new) in rust_helper_atomic64_xchg()
896 rust_helper_atomic64_xchg_acquire(atomic64_t *v, s64 new) in rust_helper_atomic64_xchg_acquire()
902 rust_helper_atomic64_xchg_release(atomic64_t *v, s64 new) in rust_helper_atomic64_xchg_release()
908 rust_helper_atomic64_xchg_relaxed(atomic64_t *v, s64 new) in rust_helper_atomic64_xchg_relaxed()
914 rust_helper_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in rust_helper_atomic64_cmpxchg()
920 rust_helper_atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in rust_helper_atomic64_cmpxchg_acquire()
926 rust_helper_atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in rust_helper_atomic64_cmpxchg_release()
932 rust_helper_atomic64_cmpxchg_relaxed(atomic64_t *v, s64 old, s64 new) in rust_helper_atomic64_cmpxchg_relaxed()
938 rust_helper_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in rust_helper_atomic64_try_cmpxchg()
944 rust_helper_atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in rust_helper_atomic64_try_cmpxchg_acquire()
950 rust_helper_atomic64_try_cmpxchg_release(atomic64_t *v, s64 *old, s64 new) in rust_helper_atomic64_try_cmpxchg_release()
956 rust_helper_atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in rust_helper_atomic64_try_cmpxchg_relaxed()
962 rust_helper_atomic64_sub_and_test(s64 i, atomic64_t *v) in rust_helper_atomic64_sub_and_test()
968 rust_helper_atomic64_dec_and_test(atomic64_t *v) in rust_helper_atomic64_dec_and_test()
974 rust_helper_atomic64_inc_and_test(atomic64_t *v) in rust_helper_atomic64_inc_and_test()
980 rust_helper_atomic64_add_negative(s64 i, atomic64_t *v) in rust_helper_atomic64_add_negative()
986 rust_helper_atomic64_add_negative_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_add_negative_acquire()
992 rust_helper_atomic64_add_negative_release(s64 i, atomic64_t *v) in rust_helper_atomic64_add_negative_release()
998 rust_helper_atomic64_add_negative_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_add_negative_relaxed()
1004 rust_helper_atomic64_fetch_add_unless(atomic64_t *v, s64 a, s64 u) in rust_helper_atomic64_fetch_add_unless()
1010 rust_helper_atomic64_add_unless(atomic64_t *v, s64 a, s64 u) in rust_helper_atomic64_add_unless()
1016 rust_helper_atomic64_inc_not_zero(atomic64_t *v) in rust_helper_atomic64_inc_not_zero()
1022 rust_helper_atomic64_inc_unless_negative(atomic64_t *v) in rust_helper_atomic64_inc_unless_negative()
1028 rust_helper_atomic64_dec_unless_positive(atomic64_t *v) in rust_helper_atomic64_dec_unless_positive()
1034 rust_helper_atomic64_dec_if_positive(atomic64_t *v) in rust_helper_atomic64_dec_if_positive()