Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/
H A Datomic.h9 typedef struct { volatile int counter; } atomic_t; typedef
11 typedef struct { int counter; } atomic_t; typedef
/openbmc/u-boot/arch/x86/include/asm/
H A Datomic.h8 typedef struct { volatile int counter; } atomic_t; typedef
/openbmc/u-boot/include/asm-generic/
H A Datomic.h6 typedef struct { volatile int counter; } atomic_t; typedef