Home
last modified time | relevance | path

Searched refs:_RET (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dcleanup.h403 ({ void *_t = _T; int _RET = (_lock); if (_T && !(_cond)) _t = ERR_PTR(_RET); _t; }), \
414 DEFINE_GUARD_COND_4(_name, _ext, _lock, _RET)
570 int _RET = (_lock); \
571 if (_T->lock && !(_cond)) _T->lock = ERR_PTR(_RET);\
580 DEFINE_LOCK_GUARD_1_COND_4(_name, _ext, _lock, _RET)
H A Dpm_runtime.h620 pm_runtime_get_active(_T, RPM_TRANSPARENT), _RET == 0)
622 pm_runtime_resume_and_get(_T), _RET == 0)
624 pm_runtime_get_active(_T, RPM_TRANSPARENT), _RET == 0)
626 pm_runtime_resume_and_get(_T), _RET == 0)
H A Drwsem.h261 DEFINE_LOCK_GUARD_1_COND(rwsem_read, _intr, down_read_interruptible(_T->lock), _RET == 0)
272 DEFINE_LOCK_GUARD_1_COND(rwsem_write, _kill, down_write_killable(_T->lock), _RET == 0)
H A Dmutex.h255 DEFINE_LOCK_GUARD_1_COND(mutex, _intr, mutex_lock_interruptible(_T->lock), _RET == 0)
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.h104 #define intel_uc_ops_function(_NAME, _OPS, _TYPE, _RET) \ argument
109 return _RET; \
/linux/arch/arc/kernel/
H A Dkgdb.c28 gdb_regs[_RET] = kernel_regs->ret; in to_gdb_regs()
48 kernel_regs->ret = gdb_regs[_RET]; in from_gdb_regs()
/linux/arch/arc/include/asm/
H A Dkgdb.h48 _RET = 64, enumerator
/linux/drivers/gpu/drm/xe/
H A Dxe_pm.h47 DEFINE_GUARD_COND(xe_pm_runtime, _ioctl, xe_pm_runtime_get_ioctl(_T), _RET >= 0)