Searched defs:__cond_lock (Results 1 – 2 of 2) sorted by relevance
23 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro31 # 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