Searched refs:DEFINE_GUARD_COND (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | rwsem.h | 242 DEFINE_GUARD_COND(rwsem_read, _try, down_read_trylock(_T)) 243 DEFINE_GUARD_COND(rwsem_read, _intr, down_read_interruptible(_T) == 0) 246 DEFINE_GUARD_COND(rwsem_write, _try, down_write_trylock(_T))
|
| H A D | mutex.h | 202 DEFINE_GUARD_COND(mutex, _try, mutex_trylock(_T)) 203 DEFINE_GUARD_COND(mutex, _intr, mutex_lock_interruptible(_T) == 0)
|
| H A D | percpu-rwsem.h | 131 DEFINE_GUARD_COND(percpu_read, _try, percpu_down_read_trylock(_T)) in DEFINE_GUARD()
|
| H A D | cleanup.h | 310 #define DEFINE_GUARD_COND(_name, _ext, _condlock) \ macro
|