Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/include/linux/ !
Dcompiler_types.h35 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) macro
63 # define __cond_lock(x,c) (c) macro