Searched refs:tst_atomic_load (Results 1 – 10 of 10) sorted by relevance
544 while (tst_atomic_load(our_cntr) > 0 in tst_fzsync_pair_wait()545 && tst_atomic_load(our_cntr) < INT_MAX in tst_fzsync_pair_wait()546 && !tst_atomic_load(exit)) { in tst_fzsync_pair_wait()553 while (tst_atomic_load(our_cntr) > 0 in tst_fzsync_pair_wait()554 && tst_atomic_load(our_cntr) < INT_MAX in tst_fzsync_pair_wait()555 && !tst_atomic_load(exit)) { in tst_fzsync_pair_wait()568 while (tst_atomic_load(our_cntr) > 1 in tst_fzsync_pair_wait()569 && !tst_atomic_load(exit)) in tst_fzsync_pair_wait()572 while (tst_atomic_load(our_cntr) > 1 in tst_fzsync_pair_wait()573 && !tst_atomic_load(exit)) in tst_fzsync_pair_wait()[all …]
60 static inline int tst_atomic_load(int *v) in tst_atomic_load() function76 static inline int tst_atomic_load(int *v) in tst_atomic_load() function129 static inline int tst_atomic_load(int *v) in tst_atomic_load() function198 static inline int tst_atomic_load(int *v) in tst_atomic_load() function242 static inline int tst_atomic_load(int *v) in tst_atomic_load() function305 static inline int tst_atomic_load(int *v) in tst_atomic_load() function
76 ar_u = tst_atomic_load(&unmapcnt); in sig_handler()77 ar_m = tst_atomic_load(&mapcnt); in sig_handler()130 br_map = tst_atomic_load(&mapcnt); in read_mem()131 br_unmap = tst_atomic_load(&unmapcnt); in read_mem()135 ar_unmap = tst_atomic_load(&unmapcnt); in read_mem()136 ar_map = tst_atomic_load(&mapcnt); in read_mem()
56 for (i = tst_atomic_load(&atomic); in worker_load_store()58 i = tst_atomic_load(&atomic)) in worker_load_store()78 while (tst_atomic_load(&atomic) > 0) { in mem_spam()
142 now <= ad.critical_t && tst_atomic_load(&d) > 0) in run()146 now <= a.critical_t && tst_atomic_load(&c) == 1) { in run()
165 if (tst_atomic_load(&c)) in worker()
82 if (ms >= 1000 && tst_atomic_load(&enospc_cnt)) in testrun()85 if (tst_atomic_load(&enospc_cnt) > 100) in testrun()
74 while (!tst_atomic_load(&sd->test_done) in do_child()139 spurious = tst_atomic_load(&sd->spurious); in verify_futex_cmp_requeue()
99 for (total_read = 0; total_read < tst_atomic_load(&written);) { in run()
142 int front = tst_atomic_load(&q->front); in queue_push()220 return atomic_timestamp() - tst_atomic_load(&w->last_seen); in worker_elapsed()