Searched defs:oval (Results 1 – 4 of 4) sorted by relevance
13 unsigned int oval = atomic_load_uint(&r->val); in refcount_inc() local34 unsigned int oval = atomic_load_uint(&r->val); in refcount_dec() local
15 static inline bool atomic_cas_uint(unsigned int *p, unsigned int *oval, in atomic_cas_uint()21 static inline bool atomic_cas_u32(uint32_t *p, uint32_t *oval, uint32_t nval) in atomic_cas_u32()
259 #define __compiler_compare_and_swap(p, oval, nval) \ argument
270 unsigned int oval = atomic_load_uint(pnum); in get_next_pnum() local
Completed in 5 milliseconds