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