Searched refs:new_ (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | cmpxchg.h | 61 unsigned int new_); 62 extern u64 __cmpxchg_u64(volatile u64 *ptr, u64 old, u64 new_); 63 extern u8 __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new_); 67 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() argument 71 case 8: return __cmpxchg_u64((u64 *)ptr, old, new_); in __cmpxchg() 74 (unsigned int)old, (unsigned int)new_); in __cmpxchg() 75 case 1: return __cmpxchg_u8((u8 *)ptr, old & 0xff, new_ & 0xff); in __cmpxchg() 93 unsigned long new_, int size) in __cmpxchg_local() argument 97 case 8: return __cmpxchg_u64((u64 *)ptr, old, new_); in __cmpxchg_local() 99 case 4: return __cmpxchg_u32(ptr, old, new_); in __cmpxchg_local() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | modify.hpp | 39 compound_modifier(Current const& current, New const& new_) in compound_modifier() 40 : Current(current), New(new_) {} in compound_modifier() 63 compound_modifier(unused_type, New const& new_) in compound_modifier() 64 : New(new_) {} in compound_modifier()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | cmpxchg_32.h | 42 unsigned long __cmpxchg_u32(volatile u32 *m, u32 old, u32 new_); 46 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() argument 50 return __cmpxchg_u32((u32 *)ptr, (u32)old, (u32)new_); in __cmpxchg()
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 319 JSThinInlineString::new_<(js::AllowGC)1> (inlined)
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | verifier.c | 716 struct bpf_##NAME##_state *new_##FIELD; \ in COPY_STATE_FN() 729 new_##FIELD = kmalloc_array(slot, sizeof(struct bpf_##NAME##_state), \ in COPY_STATE_FN() 731 if (!new_##FIELD) \ in COPY_STATE_FN() 735 memcpy(new_##FIELD, state->FIELD, \ in COPY_STATE_FN() 736 sizeof(*new_##FIELD) * (old_size / SIZE)); \ in COPY_STATE_FN() 737 memset(new_##FIELD + old_size / SIZE, 0, \ in COPY_STATE_FN() 738 sizeof(*new_##FIELD) * (size - old_size) / SIZE); \ in COPY_STATE_FN() 742 state->FIELD = new_##FIELD; \ in COPY_STATE_FN()
|