Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcompiler_types.h19 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro
45 # define __cond_lock(x,c) (c) macro