Searched defs:__cond_lock (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dcompiler.h18 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro
42 # define __cond_lock(x,c) (c) macro

Completed in 79 milliseconds