Searched refs:cmpxchg_double (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/s390/kernel/ |
| 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()
|
| /linux/drivers/iommu/intel/ |
| A D | irq_remapping.c | 180 ret = cmpxchg_double(&irte->low, &irte->high, in modify_irte()
|
| /linux/include/linux/atomic/ |
| A D | atomic-instrumented.h | 1899 #define cmpxchg_double(ptr, ...) \ macro
|
| /linux/mm/ |
| A D | slub.c | 484 if (cmpxchg_double(&page->freelist, &page->counters, in __cmpxchg_double_slab() 523 if (cmpxchg_double(&page->freelist, &page->counters, in cmpxchg_double_slab()
|
| /linux/drivers/iommu/amd/ |
| A D | iommu.c | 2852 ret = cmpxchg_double(&entry->lo.val, &entry->hi.val, in modify_irte_ga()
|
Completed in 31 milliseconds