Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dlocal64.h42 #define local64_sub_return(i, l) local_sub_return((i), (&(l)->a)) macro
89 #define local64_sub_return(i, l) atomic64_sub_return((i), (&(l)->a)) macro