Home
last modified time | relevance | path

Searched refs:atomic_load_uint (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/kernel/
H A Drefcount.c13 unsigned int oval = atomic_load_uint(&r->val); in refcount_inc()
34 unsigned int oval = atomic_load_uint(&r->val); in refcount_dec()
/optee_os/core/include/kernel/
H A Drefcount.h66 return atomic_load_uint(&r->val); in refcount_val()
/optee_os/lib/libutils/ext/include/
H A Datomic.h36 static inline unsigned int atomic_load_uint(unsigned int *p) in atomic_load_uint() function
/optee_os/core/crypto/
H A Drng_fortuna.c186 if (next_begin == atomic_load_uint(&ring_buffer.end)) in push_ring_buffer()
206 if (atomic_load_uint(&ring_buffer.begin) == ring_buffer.end) in pop_ring_buffer()
270 unsigned int oval = atomic_load_uint(pnum); in get_next_pnum()