Home
last modified time | relevance | path

Searched defs:atomic_t (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Datomic.h9 typedef struct { volatile int counter; } atomic_t; typedef
11 typedef struct { int counter; } atomic_t; typedef
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Datomic.h12 typedef struct { volatile int counter; } atomic_t; typedef
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Datomic.h8 typedef struct { volatile int counter; } atomic_t; typedef
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Datomic.h25 typedef struct { volatile int counter; } atomic_t; typedef