Searched defs:oldv (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | hashmap.c | 57 void *oldv, *v = (void *)(long)(1024 + i); in test_hashmap_generic() local 109 void *oldv, *v = (void *)(long)(256 + i); in test_hashmap_generic() local 167 void *oldv, *v; in test_hashmap_generic() local 203 void *oldv, *v; in test_hashmap_generic() local
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | xf86atomic.h | 52 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv) argument 73 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv) argument 97 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv) argument
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | cmpxchg-xchg.h | 28 u32 oldv, newv; in __xchg_cmpxchg() local
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | cmpxchg.h | 102 u32 oldv, newv; in xchg_small() local
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | cmpxchg.h | 185 u32 oldv, newv; in xchg_small() local
|
| /OK3568_Linux_fs/kernel/drivers/message/fusion/ |
| H A D | mptbase.c | 3161 u16 oldv = le16_to_cpu(facts->Reserved_0101_FWVersion); in GetIocFacts() local
|