Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/linux/
Dcompiler_types.h23 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro
31 # define __cond_lock(x,c) (c) macro
/Linux-v6.6/include/linux/
Dcompiler_types.h35 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro
63 # define __cond_lock(x,c) (c) macro