Searched defs:__cond_lock (Results 1 – 2 of 2) sorted by relevance
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