Searched defs:__cond_lock (Results 1 – 3 of 3) sorted by relevance
23 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro31 # define __cond_lock(x,c) (c) macro
18 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro43 # define __cond_lock(x,c) (c) macro
35 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro63 # define __cond_lock(x,c) (c) macro