Searched refs:cmpxchg_double (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | cmpxchg.h | 54 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \ macro
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | perf_cpum_sf.c | 1300 } while (!cmpxchg_double(&te->flags, &te->overflow, in hw_perf_event_update() 1494 } while (!cmpxchg_double(&te->flags, &te->overflow, in aux_set_alert() 1565 } while (!cmpxchg_double(&te->flags, &te->overflow, in aux_reset_buffer()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/intel/ |
| H A D | irq_remapping.c | 180 ret = cmpxchg_double(&irte->low, &irte->high, in modify_irte()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | atomic-instrumented.h | 1773 #define cmpxchg_double(ptr, ...) \ macro
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | slub.c | 363 if (cmpxchg_double(&page->freelist, &page->counters, in __cmpxchg_double_slab() 399 if (cmpxchg_double(&page->freelist, &page->counters, in cmpxchg_double_slab()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/amd/ |
| H A D | iommu.c | 3409 ret = cmpxchg_double(&entry->lo.val, &entry->hi.val, in modify_irte_ga()
|