Searched defs:__cond_lock (Results 1 – 1 of 1) sorted by relevance
19 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro45 # define __cond_lock(x,c) (c) macro