Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Dcompiler_types.h23 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro
31 # define __cond_lock(x,c) (c) macro
/openbmc/u-boot/include/linux/
H A Dcompiler.h18 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro
43 # define __cond_lock(x,c) (c) macro
/openbmc/linux/include/linux/
H A Dcompiler_types.h35 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro
63 # define __cond_lock(x,c) (c) macro