Home
last modified time | relevance | path

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

/linux-3.3/drivers/block/drbd/
Ddrbd_wrappers.h56 # define __cond_lock(x,c) (c) macro
/linux-3.3/include/linux/
Dcompiler.h17 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro
40 # define __cond_lock(x,c) (c) macro