Searched defs:__cond_lock (Results 1 – 3 of 3) sorted by relevance
18 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro44 # define __cond_lock(x,c) (c) macro
22 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro48 # define __cond_lock(x,c) (c) macro
47 # define __cond_lock(x,c) (c) macro