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