Searched refs:cmpxchg_double (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
D | cmpxchg.h | 79 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \ macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | cmpxchg.h | 231 #define cmpxchg_double(ptr1, ptr2, o1, o2, n1, n2) \ macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | cmpxchg.h | 227 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \ macro
|
/linux-4.1.27/arch/s390/kernel/ |
D | perf_cpum_sf.c | 1264 } while (!cmpxchg_double(&te->flags, &te->overflow, in hw_perf_event_update()
|
/linux-4.1.27/mm/ |
D | slub.c | 374 if (cmpxchg_double(&page->freelist, &page->counters, in __cmpxchg_double_slab() 410 if (cmpxchg_double(&page->freelist, &page->counters, in cmpxchg_double_slab()
|