Searched defs:__cond_lock (Results 1 - 2 of 2) sorted by relevance

/linux-master/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
/linux-master/include/linux/
H A Dcompiler_types.h44 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro
72 # define __cond_lock(x,c) (c) macro

Completed in 323 milliseconds