Home
last modified time | relevance | path

Searched refs:cmpxchg_double (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcmpxchg.h54 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \ macro
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_cpum_sf.c1300 } 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 Dirq_remapping.c180 ret = cmpxchg_double(&irte->low, &irte->high, in modify_irte()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Datomic-instrumented.h1773 #define cmpxchg_double(ptr, ...) \ macro
/OK3568_Linux_fs/kernel/mm/
H A Dslub.c363 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 Diommu.c3409 ret = cmpxchg_double(&entry->lo.val, &entry->hi.val, in modify_irte_ga()